Hi Folks,
I recently installed Documentum 6.6 (Dev Edition) on a Windows Server 2008 (R2) VM. The installation went without a hitch, and I selected the bundled Microsoft SQL Server 2005 as I did not have it running already on the machine.
However, when I try to start the service via Administrative Tools > Services, DmServer service fails to start. Turning on the debug logs, I found the following in the DmServerOemService.log file:
INFO | jvm 1 | 2011/01/25 06:22:23 | Non-daemon thread count = 5 - 1(system) = 4
INFO | jvm 1 | 2011/01/25 06:22:24 | java.lang.Exception: Repository start command returned 2
INFO | jvm 1 | 2011/01/25 06:22:24 | at com.documentum.install.servicewrapper.impl.Service.startComponentProcess(Service.java:199)
INFO | jvm 1 | 2011/01/25 06:22:24 | at com.documentum.install.servicewrapper.impl.Service.startComponent(Service.java:176)
INFO | jvm 1 | 2011/01/25 06:22:24 | at com.documentum.install.servicewrapper.impl.Service.startAll(Service.java:254)
INFO | jvm 1 | 2011/01/25 06:22:24 | at com.documentum.install.servicewrapper.impl.JavaServiceWrapperType3$StartupApplication.run(JavaServiceWrapperType3.java:183)
INFO | jvm 1 | 2011/01/25 06:22:24 | WrapperManager.stop(1) called by thread: Thread-1
INFO | jvm 1 | 2011/01/25 06:22:24 | Send a packet STOP : 1
DEBUG | wrapperp | 2011/01/25 06:22:24 | read a packet STOP : 1
DEBUG | wrapper | 2011/01/25 06:22:24 | JVM requested a shutdown. (1)
DEBUG | wrapper | 2011/01/25 06:22:24 | wrapperStopProcess(1) called.
DEBUG | wrapper | 2011/01/25 06:22:24 | Sending stop signal to JVM
DEBUG | wrapperp | 2011/01/25 06:22:24 | send a packet STOP : NULL
INFO | jvm 1 | 2011/01/25 06:22:24 | Received a packet STOP :
INFO | jvm 1 | 2011/01/25 06:22:24 | Non-daemon thread count = 2 - 1(system) = 1
INFO | jvm 1 | 2011/01/25 06:22:25 | Thread, Thread-1, handling the shutdown process.
INFO | jvm 1 | 2011/01/25 06:22:25 | calling listener.stop()
INFO | jvm 1 | 2011/01/25 06:22:25 | Stopping all service components.
Has anyone else encountered this issue, and found a workaround? Any help would be greatly appreciated.
Thanks in advance!