How to Clone Thingworx from Host-to-Host with Exact Same Hostname (different IP)
As a required project step to upgrade v8.5 to the latest v9.x of ThingWorx, it is necessary to "move" Production ThingWorx due to failing/EOL hardware. As part of the re-cloning process, ThingWorx fails to start after attempting to clone ThingWorx from Source Server to New Target Server with the exact same Hostname. Tomcat starts and shuts down when attempting to start the Windows Service - fails to fully start. Errors in log files are thrown referencing "APR based Apache Tomcat Native library" and "HTTPS protocol". Is there a documented instructions for how-to properly Clone ThingWorx from host to host?
Here are the errors that I faced
Catalina-log:
- 10-Feb-2025 17:44:56.643 SEVERE [main] org.apache.catalina.util.LifecycleBase.handleSubClassException Failed to initialize component [Connector[HTTP/1.1-80]]
org.apache.catalina.LifecycleException: Protocol handler initialization failed
- 10-Feb-2025 17:44:56.643 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["https-jsse-nio-443"]
- 10-Feb-2025 17:44:56.643 SEVERE [main] org.apache.catalina.util.LifecycleBase.handleSubClassException Failed to initialize component [Connector[HTTP/1.1-443]]
org.apache.catalina.LifecycleException: Protocol handler initialization failed

