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

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

I'm sorry I hadn't done that.  The most succinct representation from the
Event Viewer is the XML:
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event";>
- <System>
  <Provider Name="Service Control Manager"
Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service
Control Manager" />
  <EventID Qualifiers="49152">7034</EventID>
  <Version>0</Version>
  <Level>2</Level>
  <Task>0</Task>
  <Opcode>0</Opcode>
  <Keywords>0x8080000000000000</Keywords>
  <TimeCreated SystemTime="2021-09-08T16:38:34.902082700Z" />
  <EventRecordID>10894</EventRecordID>
  <Correlation />
  <Execution ProcessID="660" ThreadID="3912" />
  <Channel>System</Channel>
  <Computer>WIN-L5KSPUB8IFL</Computer>
  <Security />
  </System>
- <EventData>
  <Data Name="param1">hSQLdb Database</Data>
  <Data Name="param2">1</Data>
  <Binary>6800530051004C00640062000000</Binary>
  </EventData>
  </Event>

Thanks,
Dick

On Wed, Sep 8, 2021 at 10:56 AM Gary D. Gregory (Jira) <j...@apache.org>



> 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