[
https://issues.apache.org/jira/browse/DAEMON-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17412033#comment-17412033
]
Gary D. Gregory commented on DAEMON-434:
----------------------------------------
Do you have the full error reported? Does the Windows Event Viewer provide any
more information?
> The data area passed to a system call is too small
> --------------------------------------------------
>
> Key: DAEMON-434
> URL: https://issues.apache.org/jira/browse/DAEMON-434
> Project: Commons Daemon
> Issue Type: Bug
> Components: Procrun
> Affects Versions: 1.2.4
> Environment: Server 2019
> OpenJDK 11
> hSQLdb 2.6
> Reporter: Dick Hildreth
> Priority: Major
>
> 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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)