I set up hsqldb as per the instructions and don't have a problem starting my database with
service hsqldb start
and I can stop with:
service hsqldb stop
no problems there. I can also access the database when started. The problem comes when the service is started during server startup. The database does start but takes quite a while then shows an error saying it was unable to start. The service IS running ok though. The error does say check the log but there is no messages about this error in it.
all permissions look ok.
anyone have an idea what is wrong? How can I turn on verbose mode from a service? this service?
I did follow the troubleshooting part of the install documentation but I've gone as far as I can.
HELP!