Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hi Folks,
I'm trying to do a fresh installation of Thingworx 8.3 version and followed required steps and configurations but getting 404 error everytime I try to load Composer (localhost:8080/Thingworx)
Below is the Error log and Platform-settings json code. I believe its related to Platform-settings as per the logs but I'm not really able to catch the cause. kindly help.
**********************************************************Logs**************************
14:28:04.309 [localhost-startStop-1] ERROR SecurityLog.com.thingworx.security.authentication.AuthenticationFilter - Could not load session timeout from database, using default: null
Solved! Go to Solution.
Resolved.
some required SQL tables were not created in the SQL server which was not letting it loaded with ExtensionPackageImportPolicy.
I did a fresh installation starting from required SQL DB creation and connection details,followed by recommended steps of Thingworx installation and it worked for me
@TanmeyTWX The installation instructions for Thingworx 8.3 are here
Have you had an opportunity to check this article?
Also, these community posts might be helpful for you
https://community.ptc.com/t5/ThingWorx-Developers/Thingworx-8-3-trial-installation-fails/m-p/579362
If the error persists, please provide us the application and tomcat logs.
Thanks,
Vibhuti
Hi Vangne,
I have already tried mentioned documents and reference links but no luck.
Tomcat log is already copied in the this thread as well as the Platform-Settings.json file content.
Hi,
I don't know exactly what version of Thingworx 8.3 you install, but it is possible that ExtensionPackageImportPolicy NOT needed in platform-settings.json.
Try to remove that setting and restart Tomcat.
Thank you,
Raluca Edu
Hi,
I'm using Thingworx 8.3.5-b1122 and using Azure SQL for DB,hence required ExtensionPackageImportPolicy.
Still,I also tried skipping ExtensionPackageImportPolicy but didn't work and landed onto same error page.
Thanks!
FYI.
I'm trying to install on a VM. Same Thingworx version is running on multiple VM's with same configuartion but this time it got stuck.
The issue is causing may be due to multiple Thingworx instance conflict. I just came across this community post,Take a look at it for more details.
Thanks,
Vibhuti
I looked thoroughly and found that Thingworx tables were not created in MS SQL. Now need to create those tables but I have SQL Server insatalled on Azure as PaaS.
Do I need to Modify DB Setup and Schema Setup bat files accordingly?
Hi @TanmeyTWX.
I don't think the version of ThingWorx you are installing supports this configuration. We added support for Azure SQL DB with ThingWorx 8.4. I'll have to do some research to verify in regard to the PaaS version.
Note that ThingWorx 8.5 was released last week.
Regards.
--Sharon
Hi Sharon,
I don't think this configuration is limited to 8.4 and above as we are having other servers running on 8.3 version with Azure SQL PaaS instance.
Thanks!
Hi @TanmeyTWX.
Are you sure you're running the PaaS option? It is possible to install SQL Server on the VM using the same instructions that would be used for an on-premise installation.
Note, that if you were able to get the PaaS option to work under ThingWorx 8.3, this is not a supported configuration and we would be limited on the support that could be provided if you experience an issue.
Regards.
--Sharon
Hi @TanmeyTWX.
If you found a solution to your issue, please feel free to post it here and mark it as the Accepted Solution. This will help others in the community with the same problem.
Regards.
--Sharon
Resolved.
some required SQL tables were not created in the SQL server which was not letting it loaded with ExtensionPackageImportPolicy.
I did a fresh installation starting from required SQL DB creation and connection details,followed by recommended steps of Thingworx installation and it worked for me