Foundation - 503 Service Unavailable error
- September 23, 2019
- 12 replies
- 4951 views
Hi ,
I am also facing same error message while trying to access the ThingWorx composer. Hence attaching the log files.
1. Setttings.json file is at ThingworxPlatform folder
2. JDBC .Jar files are at <Tomcat>\lib folder
3. Table are created in thingworx database
4. Using Thingworx 8.4.4 with MS SQL server database
gone through article Connections could not be acquired from the underlying database
Please give your opinions
Json file is as :
{
"PlatformSettingsConfig": {
"AdministratorUserSettings": {
"InitialPassword": "trUf6yuz2?_Gub"
},
"OrchestrationSettings": {
"EnableOrchestration": true,
"QueueHost": "win-5aoe9h447vu",
"QueuePort": 5672,
"QueueName": "256mb",
"QueueUsername": "flowuser",
"QueuePassword": "e24bbe712caab365b11a5a4f4b21a0b3",
"QueueVHost": "orchestration"
}
},
"PersistenceProviderPackageConfigs": {
"MssqlPersistenceProviderPackage": {
"ConnectionInformation": {
"driverClass": "com.microsoft.sqlserver.jdbc.SQLServerDriver",
"jdbcUrl": "jdbc:sqlserver://localhost:1433;databaseName=thingworx;applicationName=Thingworx;",
"password": "PlantPAxPTC@1234",
"username": "twadmin"
}
}
}
}

