installing thingowrx 6.5 - HTTP Status 500 Java null pointer exception
Hello,
i tried to install Thingworx 6.5 on Windows 10 with Java 1.8 and Apache Tomcat 8.0 following the Guide.
I add the code in java tab of configuration window Tomcat:
-Dserver -Dd64
-XX:+UseNUMA
-XX:+UseConcMarkSweepGC
-Dfile.encoding=UTF-8
and delete memory pool
I replace HTTP 1.1 with protocol="org.apache.coyote.http11.Http11NioProtocol" in server.xml file (conf folder) at line 69
| <Connector port="8080" protocol="org.apache.coyote.http11.Http11NioProtocol" | |
| connectionTimeout="20000" | |
| redirectPort="8443" /> |
After move thingworx.war file in webapps folder i saw in manager app web page thingworx:

I got this error:
address. http://localhost:8080/Thingworx/

i tried also to stop and start the apache tomcat with no results.
Why?
Thanks
Marco

