Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hi, all..
I located Thingworx on \webapps. Then tomcat died.
my catalinalog
and application log. I think this is the cause.
But I entered the path well.
also the license.bin is well located.
I've been looking for the cause for a few days. Help me
Ubuntu 14.04 / Thingworx7.4 / tomcat8.0.33 / postgresql 9.4 / java 1.8.0_92
Solved! Go to Solution.
Try creating a setenv.sh file (refer to this post Configuring Tomcat startup settings without GUI) with the following contents (please adjust the paths to jre and license accordingly):
# Java Options
|
Are you storing your path along with the other variables in setenv.sh.file? How do you start the tomcat service? Are you using the distro installed tomcat or have you downloaded it from tomcat.apache.org?
It might be best to open a support ticket if it doesn't get resolved here soon -- for tracking purposes and to ensure we have a supporting article if needed.
Try creating a setenv.sh file (refer to this post Configuring Tomcat startup settings without GUI) with the following contents (please adjust the paths to jre and license accordingly):
# Java Options
|
solved.
Thanks a lot.
Hi
in addition to what Polina suggested it can be useful to execute ps -ef after starting tomcat but before it dies.
This would allow you to see the full java command that is actually started and you can then confirm if the expected -Djava.library.path is actualy loaded with the correct full path.
Hope this helps
Christophe