cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

Unable to start deployed thingworx on Linux

rtoraskar
1-Newbie

Unable to start deployed thingworx on Linux

Hi,

I am using ubuntu 12.04 desktop version.

My java version is 1.7.0_71 and my tomcat version is 7.0.55

I followed all the steps given in the wiki for the installations. Yet after deploying the war on tomcat when I go an start the application I get this error.

FAIL - Application at context path /Thingworx could not be started

This is what I see in the logs of tomcat:

SEVERE: The web application /Thingworx created a ThreadLocal with key of type (value ) and a value of type (value [[SuperUser:User]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.

Can someone here give me some idea as to what is happening and if there is any solution for the same?


2 REPLIES 2

I am seeing the same error on CentOS 

The solution for this issue is to create these directories in root (/)


/ThingworxBackupStorage

/ThingworxStorage


Open the permissions  chmod 777 /ThingworxBackupStorage /ThingworxStorage



Top Tags