Thingworx 6.03 running on Tomcat 8.0.24 Oracle 1.8.0_51 JDK on Linux
I have Thingworx 6.03 running on Tomcat 8.0.24 with Oracle 1.8.0_51 JDK on Linux - Tomcat silently catastrophically dies when the scheduled ThingWorx DB backup occurs. Has anyone tested the latest versions of Tomcat, Java, and ThingWorx? I followed the installation guidance with these framework versions, and when the TW backup process (Neo4j db file copies) complete in the Tomcat 8 Catalina.out log, the Tomcat process dies, no debug o/p. I can restart Tomcat, and it runs fine until the next Neo4j scheduled DB backup, and then dies silently again. Here's a snippet from the last Catalina.out log content before a crash...
2015-08-10 02:00:00.510+0000 INFO [org.neo4j]: Copying index/lucene/node/system/_0.frq
2015-08-10 02:00:00.510+0000 INFO [org.neo4j]: Copied index/lucene/node/system/_0.frq 3.00 B
2015-08-10 02:00:00.510+0000 INFO [org.neo4j]: Copying index/lucene-store.db
2015-08-10 02:00:00.510+0000 INFO [org.neo4j]: Copied index/lucene-store.db 40.00 B
2015-08-10 02:00:00.510+0000 INFO [org.neo4j]: Done, copied 107 files

