systemctl status ownsona.service shows the service failed, or
the servlet refuses to load.
journalctl -u ownsona.service -e journalctl -u ownsona.service | grep -i exception
The static initializer fails fast on
Required application.ini key X is not set. Fix the ini in the
source tree, rebuild, redeploy.
Connection refused or authentication failed during pool
init. Verify with psql -U ownsona -d ownsona from the same
host.
CREATE TABLEmigrator bootstrap failed: permission denied for schema public.
The ownsona role lacks CREATE ON SCHEMA public. Run
sql/migrator_prep.sql as the postgres superuser
(see Upgrading an existing install).
Database is at version N but code expects M --- refusing.
The DB is newer than the code (rollback scenario, or someone deployed
an older WAR). Either upgrade the code or restore the DB from a
snapshot at version M.