Hello,
I've started installing the Documentum 6.6 Developer Edition. Installation went fine. Unfortunately, the master service is not starting properly. The database and connection broker are starting properly. But when the repository is being started, an Exception is thrown. Can somebody tell me what is failing? And how I can fix this?
Edit: I noticed that there is no (repository) DmServer windows service shown in the services list, which probably makes 'net start DmServer' return an error code. Does anybody have the command line for this service?
Regards,
Tim
----
My error log produces this:
STATUS | wrapper | 2010/08/05 14:41:40 | --> Wrapper Started as Service
STATUS | wrapper | 2010/08/05 14:41:40 | Launching a JVM...
INFO | jvm 1 | 2010/08/05 14:41:43 | Wrapper (Version 3.2.0) http://wrapper.tanukisoftware.org
INFO | jvm 1 | 2010/08/05 14:41:43 |
INFO | jvm 1 | 2010/08/05 14:41:49 | Starting Documentum Master Service Service components...
INFO | jvm 1 | 2010/08/05 14:41:54 | Starting Database Server...
INFO | jvm 1 | 2010/08/05 14:42:12 | Database Server started.
INFO | jvm 1 | 2010/08/05 14:42:12 | Testing Database Server...
INFO | jvm 1 | 2010/08/05 14:42:19 | Database Server test complete.
INFO | jvm 1 | 2010/08/05 14:42:21 | Starting Connection Broker...
INFO | jvm 1 | 2010/08/05 14:42:24 | Connection Broker started.
INFO | jvm 1 | 2010/08/05 14:42:24 | Testing Connection Broker...
INFO | jvm 1 | 2010/08/05 14:42:31 | Connection Broker test complete.
INFO | jvm 1 | 2010/08/05 14:42:33 | Starting Repository...
INFO | jvm 1 | 2010/08/05 14:42:35 | java.lang.Exception: Repository start command returned 2
INFO | jvm 1 | 2010/08/05 14:42:35 | at com.documentum.install.servicewrapper.impl.Service.startComponentProcess(Service.java:199)
INFO | jvm 1 | 2010/08/05 14:42:35 | at com.documentum.install.servicewrapper.impl.Service.startComponent(Service.java:176)
INFO | jvm 1 | 2010/08/05 14:42:35 | at com.documentum.install.servicewrapper.impl.Service.startAll(Service.java:254)
INFO | jvm 1 | 2010/08/05 14:42:35 | at com.documentum.install.servicewrapper.impl.JavaServiceWrapperType3$StartupApplication.run(JavaServiceWrapperType3.java:183)
INFO | jvm 1 | 2010/08/05 14:42:36 | Stopping all service components.
INFO | jvm 1 | 2010/08/05 14:42:40 | Application Server is already stopped
INFO | jvm 1 | 2010/08/05 14:42:44 | Repository is already stopped
INFO | jvm 1 | 2010/08/05 14:42:46 | Stopping Connection Broker...
INFO | jvm 1 | 2010/08/05 14:42:48 | Connection Broker stopped.
INFO | jvm 1 | 2010/08/05 14:42:50 | Stopping Database Server...
INFO | jvm 1 | 2010/08/05 14:42:55 | Database Server stopped.
INFO | jvm 1 | 2010/08/05 14:42:55 | All components stopped.
STATUS | wrapper | 2010/08/05 14:42:56 | <-- Wrapper Stopped
Message was edited by: timhurkmans