Hello Everyone,
I'm trying to run CQ 5.6.1 as a service on Windows Server 2008 R2 SP1 64-bit.
I've replaced prunsrv in instsrv.bat with prunsrv_amd64.
Installing the service seems fine, as does uninstalling.
This is the kind of entry I see in my c:\CQ\5.6.1\publish\crx-quickstart\logs\commons-daemon.2013-07-11.log file after I try start the service:
[2013-07-11 15:45:10] [info] Commons Daemon procrun (1.0.8.0 64-bit) started
[2013-07-11 15:45:10] [info] Running 'cq5' Service...
[2013-07-11 15:45:10] [info] Starting service...
[2013-07-11 15:45:10] [error] Failed creating java
[2013-07-11 15:45:10] [error] Cannot create a file when that file already exists.
[2013-07-11 15:45:10] [error] ServiceStart returned 1
[2013-07-11 15:45:10] [error] Cannot create a file when that file already exists.
[2013-07-11 15:45:10] [info] Run service finished.
[2013-07-11 15:45:10] [info] Commons Daemon procrun finished
The corresponding entry in the Event Log shows the following:
<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">7024</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x8080000000000000</Keywords>
<TimeCreated SystemTime="2013-07-11T19:45:10.423634500Z" />
<EventRecordID>7164</EventRecordID>
<Correlation />
<Execution ProcessID="516" ThreadID="1356" />
<Channel>System</Channel>
<Computer>cqpub-02</Computer>
<Security />
</System>
<EventData>
<Data Name="param1">cq5</Data>
<Data Name="param2">%%0</Data>
</EventData>
</Event>
This same behavior is exhibited across three separate servers each with their own installation of CQ (one as an author and two as publish).
Any ideas what could be going wrong or where I can find more detailed information about where and what is trying to create a "java" file? Is the start-service.bat used at all?
Thanks!
Garth