Skip to main content
1-Visitor
June 19, 2019
Solved

Fail to restart with h2 -- ubuntu tw 8.4

  • June 19, 2019
  • 1 reply
  • 950 views

With a fresh install using the textual installer using all defaults.

 

if I run

$ catalina.sh stop
$ catalina.sh start

 

I get the error:

*** CRITICAL ERROR ON STARTUP: Improper value found for model provider configuration password, system cannot start without valid password
*** Web Application STATE is being set to ERROR! ***

If I destroy the VM and reinstall, foundation runs fine after the install. But any attempt to restart will not start.

 

The config for h2 (created by the installer) contains

"PersistenceProviderPackageConfigs": {
 "H2PersistenceProviderPackage": {
 "ConnectionInformation": {
 "password": "\u003caddsecurepassword\u003e",
 "username": "twadmin"
 }
 }
 },

(This is after finishing up the install of the analytics server, so it would really suck to have to start all over again)

Best answer by memelet

Sorry, had a syntax error in the json unrelated to the h2 password. The exception indicated this further up on the log. The message threw me off.

1 reply

memelet1-VisitorAuthorAnswer
1-Visitor
June 19, 2019

Sorry, had a syntax error in the json unrelated to the h2 password. The exception indicated this further up on the log. The message threw me off.