[ 
https://issues.apache.org/jira/browse/DAEMON-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17426724#comment-17426724
 ] 

Dick Hildreth commented on DAEMON-434:
--------------------------------------

Gary,

The response came from Windows when the attempt was made to create the
Service using the Daemon from Tomcat.

I dropped the effort when I found that the Yet Another Java Service Wrapper
(yajsw.sourceforge.io) worked beautifully.

Please close the ticket for lack of further interest.

Thanks,
Dick



On Sun, Oct 3, 2021 at 7:36 AM Gary D. Gregory (Jira) <[email protected]>



> 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)

Reply via email to