Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hello
I followed the guide to install Thingworx 7.2 on Ubuntu 14 LTS using postgres and I have the following error at the enxt step when starting tomcat8
(error : impossobile to find or load main class -Dfile.econding=UTF8)
any ideas ?
thanks
m2aim@M2AIMvm2:~$ sudo service tomcat8 restart
Using CATALINA_BASE: /usr/share/tomcat8/8.0.33
Using CATALINA_HOME: /usr/share/tomcat8/8.0.33
Using CATALINA_TMPDIR: /usr/share/tomcat8/8.0.33/temp
Using JRE_HOME: /usr/lib/jvm/jdk1.8.0_111/jre
Using CLASSPATH: /usr/share/tomcat8/8.0.33/bin/bootstrap.jar:/usr/share/tomcat8/8.0.33/bin/tomcat-juli.jar
Erreur : impossible de trouver ou charger la classe principale –Dfile.encoding=UTF-8
Using CATALINA_BASE: /usr/share/tomcat8/8.0.33
Using CATALINA_HOME: /usr/share/tomcat8/8.0.33
Using CATALINA_TMPDIR: /usr/share/tomcat8/8.0.33/temp
Using JRE_HOME: /usr/lib/jvm/jdk1.8.0_111/jre
Using CLASSPATH: /usr/share/tomcat8/8.0.33/bin/bootstrap.jar:/usr/share/tomcat8/8.0.33/bin/tomcat-juli.jar
Check out the following:
-export JAVA_HOME=/usr/lib/jvm/jdk1.8.0_45 while your JAVA_HOME path is in export JAVA_HOME=/usr/lib/jvm/jdk1.8.0_111 .
Hello
I adapted the scripts as now the jdk is in 1.8.0._111 (even 0_112 since I dowloaded) on the link you mentionned (and no more 0_45)
JAVA_HOME & JRE_HOME are OK,
what should be CLASSPATh & CATALINA_BASE (I had already tomcat7 installed) ?
Meanwhile I removed the option –Dfile.encoding=UTF-8 and I went further
1/ with the port 443 in the connector I got adress already in used so I moved to 444
j
2/ with 444 I got an error on the keystore (despite I followed step 23)
java.io.IOException: Keystore was tampered with, or password was incorrect
Caused by: java.security.UnrecoverableKeyException: Password verification failed
Thanks.
PS : don't you have already configured Thingworx 7.2 Virtual Machines for Esxi to go faster with this complex installation steps (and which could be incomptaible with some already installed SW ) or shoud I have to start from a clean Linux (nothing installed except OS) ?
I restarted from scratch (new VM with OS without any installations) and it works now
thanks for help
Great!! Good to know.