cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

Fail to restart with h2 -- ubuntu tw 8.4

memelet
5-Regular Member

Fail to restart with h2 -- ubuntu tw 8.4

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)

1 ACCEPTED SOLUTION

Accepted Solutions
memelet
5-Regular Member
(To: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.

View solution in original post

1 REPLY 1
memelet
5-Regular Member
(To: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.

Top Tags