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
1
vote
1 answer

Getting "Can't find UimDataStoredInSession for UiModule tooltwist.ecommerce.RoutingUIM error" when deploying Tooltwist Designer or opening a Test Page

While starting the tomcat server or trying to access the Test Page tab in tooltwist designer, I get the following error: Can't find UimDataStoredInSession for UiModule tooltwist.ecommerce.RoutingUIM Below is the stacktrace of the error: 2014-06-17…
1
vote
1 answer

Webdesign project not seen in ToolTwist Designer

I created a new webdesign project, and restarted the Designer, but it does not show when I try to change the web design project. I've checked it contains all the normal directories and files (navpoints, widgets, project.xml, properties.xml, etc).…
1
vote
1 answer

Jackson error shown in the ToolTwist Designer

Whenever my widget gets placed on a page in the ToolTwist Designer, the following error was shown. The error does not happen in other applications I am developing, but started when I tried to connect to Amazon web services. Stack…
Philip Callender
  • 1,465
  • 1
  • 14
  • 21
1
vote
1 answer

Remove ttsvr in tooltwist workbench

Is it also possible to remove or disable the ttsvr in my local Tooltwist8 workbench? This mean that page should load even without /ttsvr on my address bar. I'm configuring some urlrewrite.xml and I want to test it directly in my local machine. To do…
ryacii
  • 527
  • 4
  • 11
1
vote
1 answer

How do we retrieve the passing attribute value in the XPC component runMethod

In the XPC when we are trying to interact with an external data Source we basically create XPC component as shown below xpc.start("training.getPeopleList", "select"); xpc.attrib("id", "10365"); How do we retrieve the passing attribute value in the…
1
vote
2 answers

How to execute complex SQL queries for below mentioned scenarios

XpcSecurity credentials = ud.getCredentials(); Xpc xpc = new Xpc(credentials); xpc.start("training.getEmployees", "select"); xpc.attrib("id", "10"); XData result = xpc.run(); • What if we want get the employees whose id between 10…
TR VAJJALA
  • 11
  • 1
1
vote
1 answer

Tooltwist Designer Repository Sync is failing

When I sync from the ToolTwist Designer, I select the files I wish to publish, but I get an error when I press OK, saying that the sync failed and to look in the server log file. If I try again, the files I selected are no longer in the list, but if…
zjay
  • 92
  • 5
1
vote
1 answer

What could be the possible reasons for "Cannot forward after response has been committed" error in a ToolTwist app

I am getting these errors when running a ToolTwist application in production. This seems to happen ofter. What are the possible code errors that could lead to these stack traces? 2012-02-13 11:00:04,242 ERROR ServletUiModule - Error in Servlet…
unixrules
  • 608
  • 4
  • 7
1
vote
2 answers

FIP Deployment Error

We are deploying on one of our server and we have below error. ERROR: tooltwist.fip.FipException Unknown response from server: 500: Internal Server Error Exception: tooltwist.fip.FipException: tooltwist.fip.FipException: Unknown response from…
zjay
  • 92
  • 5
1
vote
1 answer

Tooltwist Designer Sync Error

I am geeting below error ERROR GitRepository - Error in getSyncList(): exit-status=1 stderr=/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in gem_original_require': no such file to load -- xmlsimple (LoadError) from…
zjay
  • 92
  • 5
1
vote
1 answer

OutOfMemoryError in ToolTwist Controller during install

While installing my project using the Controller, I got the following error. Starting transmission... Bundle 1 (4kb = 1 installs, 23 deletes) Exception in thread "main" java.lang.OutOfMemoryError: Java heap space at…
ryacii
  • 527
  • 4
  • 11
1
vote
1 answer

ToolTwist Workbench error when running Ruby files

Using ToolTwist workbench, I am programatically executing ruby files using java.lang.Runtime to perform certain git command (e.g. loading of versions, synchronizing etc.) but I'm getting the following…
ryacii
  • 527
  • 4
  • 11
1
vote
1 answer

Tooltwist Controller - Could not connect to Git Repository

Trying to run Tooltwist Controller via command line: ./ttc/config/bin/checkLaunchpad.sh controllerTest Terminate the script and shows below error: Preparing webdesign project 'gmd' Check cached Git Checking GIT Cache for webdesign/gmd …
zjay
  • 92
  • 5
1
vote
1 answer

Running Tooltwist Controller from the command line - Ruby error

I am trying to run the Tooltwist Controller from the command line using: ./ttc/config/bin/checkLaunchpad.sh controllerTest But got below error: /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in…
zjay
  • 92
  • 5
1
vote
3 answers

JGIT pull error: No value for key branch.master.merge found in configuration

Using jgit, I am writing codes on ToolTwist Controller that will automatically synch (pull and push) local repository to github but I am getting this error when trying to call pull command: org.eclipse.jgit.api.errors.InvalidConfigurationException:…
ryacii
  • 527
  • 4
  • 11