Errors WSVR0102E and WSVR0003E attempting to start deployment manager
 Technote (troubleshooting)
 
Problem(Abstract)
The following error is thrown when trying to start deployment manger. The error occurs after installing a cumulative fix or a Fix Pack.

[10/4/05 13:39:05:384 EDT] 26da953 ContainerImpl E WSVR0102E: An error occurred stopping, null [class com.ibm.ws.opcenter.datarep.runtime.OCComponentImpl]
java.lang.NullPointerException
at com.ibm.ws.opcenter.datarep.runtime.OCComponentImpl.stop(OCComponentImpl.java:317)
at com.ibm.ws.runtime.component.ContainerImpl.stopComponents(ContainerImpl.java:577)
at com.ibm.ws.runtime.component.ContainerImpl.stop(ContainerImpl.java:417)
at com.ibm.ws.runtime.component.ServerImpl.stop(ServerImpl.java:265)
at com.ibm.ws.runtime.WsServer.start(WsServer.java:132)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
at java.lang.reflect.Method.invoke(Method.java:391)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:189)


The other exception is:

[10/4/05 13:39:05:647 EDT] 26da953 WsServer E WSVR0003E: Server dmgr failed to start
com.ibm.ws.exception.RuntimeError
at com.ibm.ws.security.core.ServerSecurityComponentImpl.start(ServerSecurityComponentImpl.java:204)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:536)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:413)
at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:152)
at
.
.
Caused by: com.ibm.ws.exception.WsRuntimeException
at com.ibm.ws.management.component.JMXConnectors.stateChanged(JMXConnectors.java:1237)
at com.ibm.ws.security.core.SecurityComponentImpl.fireStartedEvent(SecurityComponentImpl.java:865)
at com.ibm.ws.security.core.SecurityComponentImpl.startSecurity(SecurityComponentImpl.java:610)
at com.ibm.ws.security.core.ServerSecurityComponentImpl.start(ServerSecurityComponentImpl.java:183)
... 14 more
Caused by: java.lang.NullPointerException
at com.ibm.ws.management.component.JMXConnectors.startSOAPConnector(JMXConnectors.java:387)
at com.ibm.ws.management.component.JMXConnectors.stateChanged(JMXConnectors.java:1233)
 
Cause
The above problem is caused when the value for node.name is not replaced with the correct value of the node name in security.xml file.
 
Resolving the problem
To resolve this issue:
  1. Locate your security.xml file in path: WAS_ROOT\config\cells\<yourCellName>\security.xml
  2. Make a backup copy.
  3. Search for "node.name". You will find several hits.
  4. Change "node.name". For example change following line:
<serverAuthentication xmi:id="IIOPTransport_1" sslConfig="$(node.name)/DefaultSSLSettings"/>

to:

<serverAuthentication xmi:id="IIOPTransport_1" sslConfig="ajayManager/DefaultSSLSettings"/>

In this example, "ajayManager" is the name of the node for the deployment manager install. It is usually the name ending with Manager.
 
 
Cross Reference information
Segment Product Component Platform Version Edition
Application Servers Runtimes for Java Technology Java SDK
 
 


Document Information


Product categories: Software > Application Servers > Distributed Application & Web Servers > WebSphere Application Server > System Management/Repository
Operating system(s): Windows
Software version: 5.1
Software edition:
Reference #: 1221268
IBM Group: Software Group
Modified date: Oct 31, 2005