Not able to start Thingworx8.4.1 with H2persistence provider
- August 5, 2019
- 1 reply
- 3409 views
Hi Sharon,
I'm having the same problem trying to get TW 8.4 running.
I copy/pasted a platform-settings.json I found from here and I have validated it as well. (see attached)
From Application.log:
2019-08-05 16:26:30.670-0400 [L: ERROR] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] [message: Connections could not be acquired from the underlying database!]
2019-08-05 16:26:30.671-0400 [L: ERROR] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] *** Web Application STATE is being set to ERROR! ***
From catalina.out
Caused by: org.h2.jdbc.JdbcSQLException: Wrong user name or password [28000-195]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
at org.h2.message.DbException.get(DbException.java:179)
at org.h2.message.DbException.get(DbException.java:155)
at org.h2.message.DbException.get(DbException.java:144)
at org.h2.engine.Engine.validateUserAndPassword(Engine.java:336)
...
Also, I am getting a 503 Error when I try to load https://localhost:443/Thingworx
Not really sure what is going on, any help would be appreciated!
edit: using java 1.8.0_131 on Ubuntu 18.04.2

