PQ77622: Cannot start 2 instances of dmgr at the same time. | |||||||||||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||
APAR status Closed as program error. Error description A second instance of dmgr is created using wsinstance. When you try to start that instance, it fails with the following error. If the initial instance is stopped, the second instance will start successfully. [6/27/03 5:45:15:426 MDT] 3f68a9 WsServer E WSVR0003E: Server dmgr failed to start org.omg.CORBA.INTERNAL: CREATE_LISTENER_FAILED_4 minor code: 1229066326 completed: No at com.ibm.ws.orbimpl.transport.WSTransport.createListener (Unknown Source) at com.ibm.ws.orbimpl.transport.WSTransport.initTransports (Unknown Source) at com.ibm.rmi.iiop.TransportManager.initTransports (TransportManager.java:156) at com.ibm.rmi.corba.ORB.set_parameters(ORB.java:1176) at com.ibm.CORBA.iiop.ORB.set_parameters(ORB.java:1683) at org.omg.CORBA.ORB.init(ORB.java:324) at com.ibm.ws.orb.GlobalORBFactory.init(Unknown Source) at com.ibm.ejs.oa.EJSORBImpl.initializeORB(EJSORBImpl.java:189) at com.ibm.ejs.oa.EJSServerORBImpl.<init>(EJSServerORBImpl.java: 126) at com.ibm.ejs.oa.EJSORB.init(EJSORB.java:333) at com.ibm.ws.runtime.component.ORBImpl.start(ORBImpl.java:255) at com.ibm.ws.runtime.component.ContainerImpl.startComponents (ContainerImpl.java:524) at com.ibm.ws.runtime.component.ContainerImpl.start (ContainerImpl.java:415) at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl. java:182) at com.ibm.ws.runtime.WsServer.start(WsServer.java:131) at com.ibm.ws.runtime.WsServer.main(WsServer.java:228) at java.lang.reflect.Method.invoke(Native Method) at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)Local fix Edit the instance.xml file: Change the following lines to the correct ports numbers: <target name="CellInstall" description="Create new entities" if="isNetwork"> ... <replacefilter token="7989" property="SAS_SSL_SERVERAUTH_LISTENER_ADDRESS"/> <replacefilter token="9401" property="CSIV2_SSL_MUTUALAUTH_LISTENER_ADDRESS"/> <replacefilter token="9402" property="CSIV2_SSL_SERVERAUTH_LISTENER_ADDRESS"/> to: <replacefilter token="9401" property="SAS_SSL_SERVERAUTH_LISTENER_ADDRESS"/> <replacefilter token="9402" property="CSIV2_SSL_MUTUALAUTH_LISTENER_ADDRESS"/> <replacefilter token="9403" property="CSIV2_SSL_SERVERAUTH_LISTENER_ADDRESS"/> ---------------------Problem summary **************************************************************** * USERS AFFECTED: WebSphere Application Server 5.0 users of * * wsinstance. * **************************************************************** * PROBLEM DESCRIPTION: A user cannot start two instances of * * the Deployment Manager ( dmgr ) at the * * same time. * **************************************************************** * RECOMMENDATION: * **************************************************************** A second instance of the dmgr is created using wsinstance. When a user attempts to start that instance, it fails with the following error: 3f68a9 WsServer E WSVR0003E: Server dmgr failed to start org.omg.CORBA.INTERNAL: CREATE_LISTENER_FAILED_4 minor code If the initial instance is stopped, the second instance will start successfully.Problem conclusion Reconfiguration of ports was performed with wsadmin through the JACL scripts. This allows for a more robust port substitution mechanism and solves the problem.Temporary fix Comments
APAR is sysrouted FROM one or more of the following: APAR is sysrouted TO one or more of the following: Modules/Macros
Publications Referenced
|
Product categories: Software > Application Servers >
Distributed Application & Web Servers > WebSphere Application
Server > General
Operating system(s):
Software version: 00S
Software edition:
Reference #: PQ77622
IBM Group: Software Group
Modified date: Sep 18, 2003
(C) Copyright IBM Corporation 2000, 2008. All Rights Reserved.