Not able to start Thingworx8.4.1 with H2persistence provider
Hi Team,
I have installed TWRX 8.4.1 with H2 persistence provider, but is not able to start the WebApp on tomcat.The following error is displayed:
Not able to get connection from the underlying database.
I suppose starting from Thingworx 8.4+, a username & password is required in the platform-settings.json file for H2 persistence provider also.Below is the related content of my platform-settings.json file:
"PersistenceProviderPackageConfigs":{
"H2PersistenceProviderPackage":{
"ConnectionInformation":{
"password":"twadmin",
"username":"twadmin"
}
}
}
Please help regarding what is the default username & password for H2 provider.

