Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Cannot Reproduce
-
1.2.4
-
None
-
None
-
Server 2019
OpenJDK 11
hSQLdb 2.6
Description
Batch file:
REM hSQLdb Windows Service Batch File.
REM Install hSQLdb as Service Using Apache Commons Daemon Programs.
REM The command below will install hSQLdb as a Service using list of Databases from server.properties.
prunsrv update hSQLdb -DisplayName="hSQLdb Database" --Description="hSQLdb Database Service" --Startup=automatic --StartMode=Java --StopMode=Java --JvmMx=128 --StartPath=C:\hSQLdb --Classpath=C:\hSQLdb\lib\hsqldb.jar --StartClass=org.hsqldb.server.Server --StartParams=-props ++StartParams=C:/hSQLdb/server.properties
REM Start The Service.
prunsrv start hSQLdb
The service is installed properly but, when trying to start it, the subject error is returned.