Thingworx Installation Troubleshoot(Logfiles attached)
- October 4, 2017
- 1 reply
- 4011 views
Hello everyone,
I am having issue with Thingworx Installation.
I have literally been trying to install Thingworx for 3 days and still cannot figure a thing out.
I have tried almost everything that is posted on the developer community and have tried to reinstall everything over 30 times.
Here are details:
OS: Windows 10 Home 64bit
CPU: i5-6500
Mem: 16gb
Versions:
Apache Tomcat/8.5.23
Thingworx-Platform-H2-8.0.0-b11
Java SE 8u144
JAVA option:
-Dserver -Dd64
-XX:+UseG1GC
-Dfile.encoding=UTF-8
-Djava.library.path=D:\Apache Software Foundation\Tomcat 8.0\webapps\Thingworx\WEB-INF\extensions
/* I am using (D:) for installation instead of (C:) because (C:) is a SSD(128gb) and I only use it for Windows. */
Below is the problem I am currently facing:
04-Oct-2017 14:46:33.433 SEVERE [localhost-startStop-2] org.apache.catalina.core.StandardContext.startInternal One or more Filters failed to start. Full details will be found in the appropriate container log file
04-Oct-2017 14:46:33.433 SEVERE [localhost-startStop-2] org.apache.catalina.core.StandardContext.startInternal Context [/Thingworx] startup failed due to previous errors
04-Oct-2017 14:46:33.748 INFO [localhost-startStop-2] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [D:\Apache Software Foundation\Tomcat 8.5\webapps\Thingworx.war] has finished in [44,593] ms
ntext.listenerStart(StandardContext.java:4745)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5207)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:752)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:728)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:988)
at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1860)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Here are things I have tried:
Tomcat 9
Tomcat 8.0.46
JAVA 7
Trying different versions simply led me to different problems.
I would appreciate any kind of help/advice.
Thank you everyone in advance.
P.S.
19. Go to the location of the Tomcat installation and open the server.xml file in the conf folder. For example, C:\Program Files\Apache Software Foundation\Tomcat 8.0\conf\server.xml
Replace HTTP/1.1 with protocol="org.apache.coyote.http11.Http11NioProtocol"
I believe this mean go to server.xml and remove <!-- and --> from
<!--
<Connector port="8443" protocol="org.apache.coyote.http11.Http11NioProtocol"
maxThreads="150" SSLEnabled="true">
<SSLHostConfig>
<Certificate certificateKeystoreFile="conf/localhost-rsa.jks"
type="RSA" />
</SSLHostConfig>
</Connector>
-->
This part. Please correct me if I am wrong.

