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

Why isn't the page data tab showing in the Designer?

I'm editing a page in the ToolTwist Designer, and I have all the normal tabs shown - edit page, navpoint, test page, source, etc, but the "Page Data" tab is not showing. How can I make the tab show, so I can enter page data for my page?
Philip Callender
  • 1,465
  • 1
  • 14
  • 21
1
vote
1 answer

filter webpages on a cookie

How do I use cookies from the browser to uniformly change the appearance of all webpages on my ToolTwist site? It seems excessive to put boilerplate code in a production helper for every widget that needs to know if the user is logged in or not.
Potatoswatter
  • 134,909
  • 25
  • 265
  • 421
0
votes
1 answer

EofException when doing a deployment using the Tooltwist Controller

I'm deploying a ToolTwist application to a production server using FIP, and Im getting this error on Transfer Phase. java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at…
code-red
  • 306
  • 3
  • 12
0
votes
1 answer

Every page has "Unknown widgetClass" error in the ToolTwist designer

I am viewing my web design in the ToolTwist Designer, using the command tooltwist -n designer My navpoints show correctly, but every page shows the error message "Invalid Widget: Unknown widgetClass:". The version of the page is shown as…
Philip Callender
  • 1,465
  • 1
  • 14
  • 21
0
votes
1 answer

Does Tooltwist Controller install new bundles in the web servers during the Transfer Phase, even if there are no changes detected in git?

Aside from development & marketing changes pushed to git, what are the other possible reasons why Tooltwist Controller would proceed in the installation of new bundles in the web servers. It was observed that even though Jenkins detected that 'No…
0
votes
1 answer

javax.servlet.ServletException: No credentials are available for this uiModule

when I try to call this piece of code, RoutingUIM.gotoNavpoint(uh, navpoint), it gives me the error javax.servlet.ServletException: No credentials are available for this uiModule. What are the possible conditions why this error occured? thanks
0
votes
1 answer

Maximum filesize per file can FIP service handle

We got this alert and it appears that the controller server was unable to transfer the file to our production server due to the file too large to be transferred to our Production Server/s: *exception: tooltwist.fip.FipException: File is too large to…
0
votes
1 answer

Running grep on conf.xml widget definitions

I'm looking for pages defined by the ToolTwist Designer that use a specific widget. I've tried using grep to search for the widget name but nothing is found, even though I've checked it is in the file. This is the command I'm using to check a…
Philip Callender
  • 1,465
  • 1
  • 14
  • 21
0
votes
1 answer

error while inserting data into database table through XPC UI

2012-10-31 11:41:09,895 DEBUG UpdatePluggin - insert into get_people (person_name) values (?) 2012-10-31 11:41:09,913 DEBUG UpdatePluggin - Parameter0(OTHER)=Adam com.dinaa.xpc.XpcException: Could not find configuration file…
TR VAJJALA
  • 11
  • 1
0
votes
3 answers

Image cropping is not working in local workbench

Image cropping is not working in our local workbench (Getting WbdimageMagic error). 2012-11-06 12:32:34,237 DEBUG StreamGobbler - convert:ERROR >Invalid Parameter - -crop 2012-11-06 12:32:34,241 ERROR ImageManipulation - Error status: 4 Same…
0
votes
1 answer

Javascript Snippet in ToolTwist Designer is not working

I'm trying to utilize the Page Javascript tab in the ToolTwist designer but this seems not working. Just a quick test if it is really working, I remove the comment on the alert line but alert is not showing when the page load.
ryacii
  • 527
  • 4
  • 11
0
votes
1 answer

FIP Error during file installation

We get the below error during FIP installation, any idea why? InstallerUtil v1.2, incorporating fip v1.3 launchpad=ITStagingLaunchpad, type=test Indexing destination... ERROR: tooltwist.fip.FipException Unknown response from FIP server: 500 …
zjay
  • 92
  • 5
0
votes
1 answer

ToolTwist Request handler or navpoint not found

I'm manually setting up a ToolTwist webapp on a server, and everything is working normally, except every time I call a request handler I get an error reply and the following error in catalina.out. 2012-07-05 09:35:03,680 ERROR RoutingUIM - ERROR …
Philip Callender
  • 1,465
  • 1
  • 14
  • 21
0
votes
1 answer

Disappearing navpoints

I edited my navpoints from within the ToolTwist workbench, and after restarting the server all my navpoints had disappeared. I've checked the navpoint file, and it looks to be correct. I've tried restarting the server, but still ALL the navpoints…
Philip Callender
  • 1,465
  • 1
  • 14
  • 21
0
votes
1 answer

ToolTwist port blocked from outside machine

I've got ToolTwist Designer deployed on port 37080 on a Linux server. I can't access the Designer from my browser, and I can't telnet to the port from my machine: $ telnet 11.22.33.44 37080 Trying 11.22.33.44... telnet: connect to address…
Philip Callender
  • 1,465
  • 1
  • 14
  • 21