Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
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
Marco, please do post your Application log from ThingworxStorage/logs and Catalina logs from Tomcat_install_path/logs folder.
Here the logs.
Thanks
From the Application log, it looks like this could either be an issue with database setup or related to permissions, as the error message states 'Acquisition Attempt Failed'. If this is a clean system, would you be able to run the 'thingworxPostgresDBCleanup' script, and then uninstall Postgres 9.5, install Postgres 9.4 and retry the installation?
before installing this thingworx version i removePostreSQL and now is not installed. (I tried the installation neo4j following the installation 6.5 guide.
I wll try to run DBCleanup.
I deleted everything of PostgreSQL 9.5, install PostgreSQL 9.4 , using DBCleanuo bat file (but it does not find anithing to clean)
, delete browser cache, restart Tomcat, restart Windows and again tomcat, i have again the same error.
I do not find out any other solution.
Br
Thnaks
Have you undeployed the ThingWorx from tomcat, restarted tomcat and deployed a new neo4j ThingWorx again? And I also recommend you to set heap sizes for the tomcat.
-XX:PermSize=128m
-XX:MaxPermSize=1024m
Daniel
I undeployed, stop service
added
-XX:PermSize=128m
-XX:MaxPermSize=1024m
i started service
i copy thingworx.war file in webapps
i click start
but again i have the same error.
Do not copy the thingworx.war file directly into the webapps folder, but deploy thru manager app of the tomcat.
i tried from here:
stop the service
restart the service
again the same error
I resolve the errow show up because i uplpad the wrong thingworx.war file (the postresql thingworx.war)