I am installing thingworx 8 on windows box having windchill 11 m030, & tomcat 8.5 along with postgresql9.4 but having an error when trying to hit Thingworx ,
The error is: The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
java.io.IOException: The system cannot find the path specified
at java.io.WinNTFileSystem.createFileExclusively(Native Method) ~[na:1.8.0_144]
at java.io.File.createNewFile(Unknown Source) ~[na:1.8.0_144]
at com.thingworx.platform.security.keystore.ThingworxKeyStore.createKeyStorePasswordFile(ThingworxKeyStore.java:87) ~[thingworx-platform-common-8.0.1-b39.jar:na]
at com.thingworx.system.configuration.PlatformSettings.<init>(PlatformSettings.java:508) ~[thingworx-platform-common-8.0.1-b39.jar:na]
at com.thingworx.system.configuration.PlatformSettings.getInstance(PlatformSettings.java:803) ~[thingworx-platform-common-8.0.1-b39.jar:na]
at com.thingworx.security.authentication.HAAuthenticationFilter.init(HAAuthenticationFilter.java:36) ~[thingworx-platform-common-8.0.1-b39.jar:na]
at org.apache.catalina.core.ApplicationFilterConfig.initFilter(ApplicationFilterConfig.java:285) [catalina.jar:8.5.23]
at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:266) [catalina.jar:8.5.23]
at org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.java:108) [catalina.jar:8.5.23]
at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4591) [catalina.jar:8.5.23]
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5233) [catalina.jar:8.5.23]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) [catalina.jar:8.5.23]
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:752) [catalina.jar:8.5.23]
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:728) [catalina.jar:8.5.23]
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734) [catalina.jar:8.5.23]
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:988) [catalina.jar:8.5.23]
at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1860) [catalina.jar:8.5.23]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [na:1.8.0_144]
at java.util.concurrent.FutureTask.run(Unknown Source) [na:1.8.0_144]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [na:1.8.0_144]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [na:1.8.0_144]
at java.lang.Thread.run(Unknown Source) [na:1.8.0_144]
14:28:27.192 [localhost-startStop-1] INFO o.t.w.f.urlrewrite.UrlRewriteFilter - destroy called
org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: destroy called
14:28:27.394 [localhost-startStop-1] DEBUG c.t.reporting.EncryptedJSONReport - PropertyWriteReport executor service shutdown normally within soft timeout.
14:28:27.410 [localhost-startStop-1] DEBUG c.t.s.s.f.e.InMemoryTransferJobOfflineQueueService - FileTransferEviction executor service shutdown normally within soft timeout.
14:28:27.410 [localhost-startStop-1] ERROR S.c.t.w.context.ThreadLocalContext - Failed to retrieve SSOContext
This message was migrated to our current platform in March 2026. This platform cannot support a post with more than 100k characters. As a result, the message has been truncated. We saved the full length original post as a txt file, attached below. Thanks for your understanding.
2017-10-04 13:14:45.302+0530 [L: ERROR] [O: .t.s.s.l.LicensingSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] C:\ThingworxPlatform;\license.bin: license file does not exist!"
says the license.bin doesn't exist in the ThingworxPlatform folder.
Did you create the ThingworxPlatform folder in your root directory and place your license.bin inside the folder? Also make sure you have read and write permissions for the ThingworxPlatform folder.