Questions tagged [tooltwist]

ToolTwist is a web/mobile development platform designed to scale and make optimal use of people, equipment and capital.

ToolTwist is a web/mobile development platform designed to scale and make optimal use of people, equipment and capital.

ToolTwist is a web development platform that allows marketing people to design and build sophisticated websites while still allowing technical guys to do their magic behind-the-scenes.

At the same time, sophisticated audit and approval processes ensure management retain control.

46 questions
4
votes
3 answers

Tooltwist Stack trace after log in to designer: "com.dinaa.xpc.XpcConfigException: Unknown user type: 'phinza'"

I am getting this error after I log in and access the ToolTwist designer after deployment: Stack trace: com.dinaa.xpc.XpcConfigException: Unknown user type: 'phinza' at com.dinaa.xpc.backend.XpcSecurityImpl.login(XpcSecurityImpl.java:296) at…
jbalgue
  • 41
  • 4
4
votes
1 answer

Infinite load on tomcat server webapp startup

I encountered a weird error when I upgraded from ToolTwist 8.1 to ToolTwist 8.5. The error is infinite load on tomcat server webapp startup. I think there is no error on loading the configurations because I am seeing the Tooltwist Startup Commencing…
kelvinsantos
  • 93
  • 1
  • 6
3
votes
1 answer

Why Tooltwist Controller deletes or overwrite files in destination server?

When I use the ToolTwist Controller to deploy my application, it deletes or overwrites files configuration files on the destination server that I don't want changed. Is there any way to prevent this?
3
votes
2 answers

SOLR query field with single or multiple values

I am new to SOLR, Currently my query returns companies with their respective postCodes, postCode is an array-type field, Some of result contains multiple values for their postCode node and some has only one single value. RESULTS SET:
3
votes
3 answers

Failed to process JAR [jar:jndi:/localhost/ttsvr/WEB-INF/lib/activation.jar!/null] for TLD files

I'm deploying a ToolTwist application to a production server using FIP, and get the following error in catalina.out when I start the server. INFO: Deploying web application directory ttsvr 06/07/2012 3:51:02 PM …
Philip Callender
  • 1,465
  • 1
  • 14
  • 21
3
votes
1 answer

ToolTwist Controller running ruby file in terminal - Fatal error: Unknown payload

I'm trying to run a ruby file that will show git version of a particular payload but I'm getting the following error: ** ** Fatal error: Unknown payload webdesign/gmd. ** - removing /launchpads/controllerTest/build.xml. - removing…
ryacii
  • 527
  • 4
  • 11
2
votes
1 answer

Gradle throws could not find method add() on "gradle wrapper" command

I'm trying to run "gradle {task}" command in my project but this error keeps on showing. $ gradle {task} FAILURE: Build failed with an exception. * Where: Build file '/Users/myAccount/Development/Tooltwist-8.3.1/myProjectName/build.gradle' line:…
ryacii
  • 527
  • 4
  • 11
2
votes
1 answer

"unknown error" when trying to edit widgets from Tooltwist Designer

I am using Tooltwist 8.3.1. When trying to edit widget status from "Approved" to "Edit", I get an "unknown error" pop up. Stacktrace : [INFO] 08:42:45.757 [http-bio-8080-exec-10] ERROR tooltwist.misc.ServletUiModule - Error in Servlet…
ariabele
  • 355
  • 1
  • 4
  • 9
2
votes
1 answer

How can I change the headings in the tooltwist page template so that I can include jquery-ui library?

Whenever I am doing a deployment using tooltwist, I find that the header does not contain the jquery-ui library that I needed for my application. How will I be able to insert it to the part to make it work?
Dexter Cato
  • 1,091
  • 2
  • 10
  • 11
2
votes
1 answer

ToolTwist Controller hangs while generating images

While generating a large site using the ToolTwist Controller, the server hangs. Using ps -ef I can see that there is an ImageMagick 'convert' command that never seems to finish. If I kill the convert process, the generate continues. If I get the…
Philip Callender
  • 1,465
  • 1
  • 14
  • 21
2
votes
1 answer

ToolTwist Controller won't download branches from github

After defining a new extension project to the Controller I have two problems: During the construction phase it asks for a password, which causes it to fail because it's not interactive (being run from Jenkins). If I run construct.xml from the…
unixrules
  • 608
  • 4
  • 7
1
vote
1 answer

Q: Tooltwist 8.3 deployment navpoints not generating properly

I'm using Tooltwist as a platform in developing our web projects, and as part of using of ToolTwist we use a commandline deployment to our server. Here is my problem, if we run the command 'tooltwist -i deploy' to deploy the project on our Dev…
Anthony
  • 116
  • 8
1
vote
1 answer

Tooltwist Controller connection reset by peer

I am trying to deploy our designer using the Tooltwist Controller and I keep receiving the following error: +------------------------------------------------------------------------------------------+ | …
1
vote
1 answer

What are possible reasons why Tooltwist Controller generates an incomplete JSP page?

With the generated jsp file, looks like the widget's getCodeInserters() method was not called. The widget's helper initialization, page imports, inline css/js were missing from the jsp. The widget's renderForJSP() method was called based on log…
1
vote
1 answer

Failing to synchronize to repository in Tooltwist Designer

When trying to synchronize changes to the repository, I am receiving the following error: [designer@ip-address ~]$ ruby /home/designer/server/extension-projects/tooltwist/config/bin/syncWithGit.rb /home/designer/server/webdesign-projects/webdesign…
1
2 3 4