You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Dick Hildreth (Jira)" <ji...@apache.org> on 2021/09/07 01:04:00 UTC

[jira] [Created] (DAEMON-434) The data area passed to a system call is too small

Dick Hildreth created DAEMON-434:
------------------------------------

             Summary: 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


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)