Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Websphere server1 starting error

1,228 views
Skip to first unread message

chami...@hotmail.com

unread,
Sep 29, 2007, 6:24:04 PM9/29/07
to
HI,

I have installed WAS 6.0 on Windows platform. However I am getting this error while starting the verification. Can someone please assist me with this.

SystemOut.log

[29/09/07 14:38:41:234 EDT] 0000000a ManagerAdmin I TRAS0017I: The startup trace state is *=info.
[29/09/07 14:38:41:391 EDT] 0000000a MBeanDescript W ADMN0001W: The service is unable to parse the MBean descriptor file com/ibm/ws/management/descriptor/xml/mbeans.xml.
[29/09/07 14:38:41:516 EDT] 0000000a AdminInitiali A ADMN0015I: The administration service is initialized.
[29/09/07 14:38:43:047 EDT] 0000000a SystemOut O PLGC0057I: Plug-in configuration service is started successfully.
[29/09/07 14:38:43:078 EDT] 0000000a PMIImpl A PMON0001A: PMI is enabled
[29/09/07 14:38:43:875 EDT] 0000000a CGBridgeServi I CWRCB0204E: The core group bridge service is disabled because it may not execute on a non-managed node.
[29/09/07 14:38:43:922 EDT] 0000000a SibMessage I [:] CWSIU0000I: Release: WAS60.SIB Level: o0444.10
[29/09/07 14:38:43:938 EDT] 0000000a SecurityDM I SECJ0231I: The Security component's FFDC Diagnostic Module com.ibm.ws.security.core.SecurityDM registered successfully: true.
[29/09/07 14:38:44:250 EDT] 0000000a AuditServiceI A SECJ6004I: Security Auditing is disabled.
[29/09/07 14:38:44:375 EDT] 0000000a distSecurityC I SECJ0309I: Java 2 Security is disabled.
[29/09/07 14:38:44:438 EDT] 0000000a Configuration A SECJ0215I: Successfully set JAAS login provider configuration class to com.ibm.ws.security.auth.login.Configuration.
[29/09/07 14:38:44:594 EDT] 0000000a distSecurityC I SECJ0212I: WCCM JAAS configuration information successfully pushed to login provider class.
[29/09/07 14:38:44:594 EDT] 0000000a distSecurityC I SECJ0240I: Security service initialization completed successfully
[29/09/07 14:38:44:891 EDT] 0000000a ObjectPoolSer I OBPL0007I: Object Pool Manager service is disabled.
[29/09/07 14:38:44:906 EDT] 0000000a J2EEServiceMa I ASYN0059I: Work Manager service initialized successfully.
[29/09/07 14:38:44:969 EDT] 0000000a CScopeCompone I CSCP0002I: Compensation service is disabled.
[29/09/07 14:38:45:125 EDT] 0000000a SibMessage I [:] CWSID0006I: The SIB service was not enabled and will not be started.
[29/09/07 14:38:45:125 EDT] 0000000a ActivitySessi I WACS0045I: ActivitySession service is disabled.
[29/09/07 14:38:45:141 EDT] 0000000a SOAPContainer I WSWS1062I: SOAP Container Service has been initialized.
[29/09/07 14:38:45:281 EDT] 0000000a SchedulerServ I SCHD0036I: The Scheduler Service is initializing.
[29/09/07 14:38:45:297 EDT] 0000000a SchedulerServ I SCHD0037I: The Scheduler Service has been initialized.
[29/09/07 14:38:45:500 EDT] 0000000a StartUpServic I STUP0008I: The Startup Beans service is disabled.
[29/09/07 14:38:45:516 EDT] 0000000a I18nService I I18N0010I: The Internationalization service is created on server1.
[29/09/07 14:38:45:516 EDT] 0000000a I18nServiceSe I I18N0010I: The Internationalization service is disabled on server1.
[29/09/07 14:39:22:656 EDT] 0000000a ORBRas E com.ibm.ws.orbimpl.transport.WSTransport createServerSocket P=162438:O=0:CT ORBX0390E: Cannot create listener thread. Exception=[ java.net.SocketException: Permission denied: listen failed ].
[29/09/07 14:39:27:688 EDT] 0000000a SchedulerServ I SCHD0040I: The Scheduler Service is stopping.
[29/09/07 14:39:27:688 EDT] 0000000a SchedulerServ I SCHD0002I: The Scheduler Service has stopped.
[29/09/07 14:39:27:719 EDT] 0000000a AppProfileCom I ACIN0009I: The application profiling service is stopping.
[29/09/07 14:39:27:719 EDT] 0000000a ActivitySessi I WACS0049I: The ActivitySession service is stopping.
[29/09/07 14:39:27:781 EDT] 0000000a WsServerImpl E WSVR0009E: Error occurred during startup
META-INF/ws-server-components.xml


startServer.log
29/09/07 13:19:49:562 EDT] 0000000a ManagerAdmin I TRAS0017I: The startup trace state is *=info.
[29/09/07 13:19:49:859 EDT] 0000000a AdminTool A ADMU0128I: Starting tool with the default profile
[29/09/07 13:19:49:875 EDT] 0000000a AdminTool A ADMU3100I: Reading configuration for server: server1
[29/09/07 13:19:51:516 EDT] 0000000a AdminTool E ADMU3012E: Exception attempting to get free port for status socket java.net.SocketException: Permission denied: listen failed
at java.net.PlainSocketImpl.socketListen(Native Method)
at java.net.PlainSocketImpl.listen(PlainSocketImpl.java:369)
at java.net.ServerSocket.bind(ServerSocket.java:342)
at java.net.ServerSocket.<init>(ServerSocket.java:208)
at java.net.ServerSocket.<init>(ServerSocket.java:120)
at com.ibm.ws.management.tools.AdminTool.initStatusPort(AdminTool.java:829)
at com.ibm.ws.management.tools.AdminTool.getStatusPort(AdminTool.java:810)
at com.ibm.ws.management.tools.WsServerLauncher.runTool(WsServerLauncher.java:278)
at com.ibm.ws.management.tools.AdminTool.executeUtility(AdminTool.java:209)
at com.ibm.ws.management.tools.WsServerController.executeUtilityOnWindows(WsServerController.java:132)
at com.ibm.ws.management.tools.WsServerLauncher.main(WsServerLauncher.java:114)
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:190)


Ken Hygh

unread,
Sep 29, 2007, 6:50:14 PM9/29/07
to
The relevant portion of the stack trace appears to be:

[29/09/07 14:39:22:656 EDT] 0000000a ORBRas E
com.ibm.ws.orbimpl.transport.WSTransport createServerSocket
P=162438:O=0:CT ORBX0390E: Cannot create listener thread. Exception=[
java.net.SocketException: Permission denied: listen failed ].

Looks like the user you're running WAS under doesn't have permissions
for a particular socket.
Ken

chami...@hotmail.com

unread,
Sep 30, 2007, 12:44:00 AM9/30/07
to
Hi,

How would I find which socket does not have permissions. I run the WAS using a local account. This is the same account used in the IBM application server under services.

I also see the following error when I try to start the server1 from command line

C:\IBM\WAS6_0\profiles\default\bin>startserver server1
ADMU7701I: Because server1 is registered to run as a Windows Service, the
request to start this server will be completed by starting the
associated Windows Service.
ADMU0116I: Tool information is being logged in file
C:\IBM\WAS6_0\profiles\default\logs\server1\startServer.log


ADMU0128I: Starting tool with the default profile

ADMU3100I: Reading configuration for server: server1

ADMU3200I: Server launched. Waiting for initialization status.
ADMU0111E: Program exiting with error: java.lang.NullPointerException
ADMU1211I: To obtain a full trace of the failure, use the -trace option.
ADMU0211I: Error details may be seen in the file:
C:\IBM\WAS6_0/profiles/default\logs\server1\startServer.log
java.lang.reflect.InvocationTargetException
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(DelegatingMethodAcces


sorImpl.java:60)
at java.lang.reflect.Method.invoke(Method.java:391)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:190)

Caused by: com.ibm.websphere.management.exception.AdminException: Failed while t
rying to start the Windows Service, retCode = -1
at com.ibm.ws.management.tools.WindowsService.doWASServiceAction(Windows
Service.java:247)
at com.ibm.ws.management.tools.WsServerLauncher.execWithWinService(WsSer
verLauncher.java:150)
at com.ibm.ws.management.tools.WsServerController.executeUtilityOnWindow
s(WsServerController.java:129)
at com.ibm.ws.management.tools.WsServerLauncher.main(WsServerLauncher.ja
va:114)

Ken Hygh

unread,
Sep 30, 2007, 4:28:15 PM9/30/07
to

Did you try following the directions here and use -trace?
Ken

chami...@hotmail.com

unread,
Sep 30, 2007, 6:42:31 PM9/30/07
to
yes, This is what I get with -trace option

[30/09/07 18:39:27:969 EDT] 0000000a ManagerAdmin I TRAS0017I: The startup trace state is *=info.
[30/09/07 18:39:29:281 EDT] 0000000a AdminTool A ADMU0128I: Starting tool with the default profile
[30/09/07 18:39:29:453 EDT] 0000000a AdminTool A ADMU3100I: Reading configuration for server: server1
[30/09/07 18:39:31:844 EDT] 0000000a AdminTool E ADMU3012E: Exception attempting to get free port for status socket java.net.SocketException: Permission denied: listen failed


at java.net.PlainSocketImpl.socketListen(Native Method)
at java.net.PlainSocketImpl.listen(PlainSocketImpl.java:369)
at java.net.ServerSocket.bind(ServerSocket.java:342)
at java.net.ServerSocket.<init>(ServerSocket.java:208)
at java.net.ServerSocket.<init>(ServerSocket.java:120)
at com.ibm.ws.management.tools.AdminTool.initStatusPort(AdminTool.java:829)
at com.ibm.ws.management.tools.AdminTool.getStatusPort(AdminTool.java:810)
at com.ibm.ws.management.tools.WsServerLauncher.runTool(WsServerLauncher.java:278)
at com.ibm.ws.management.tools.AdminTool.executeUtility(AdminTool.java:209)
at com.ibm.ws.management.tools.WsServerController.executeUtilityOnWindows(WsServerController.java:132)
at com.ibm.ws.management.tools.WsServerLauncher.main(WsServerLauncher.java:114)
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:190)

[30/09/07 18:39:32:297 EDT] 0000000a AdminTool A ADMU3200I: Server launched. Waiting for initialization status.
[30/09/07 18:39:32:297 EDT] 0000000a WsServerLaunc E ADMU3002E: Exception attempting to process server server1
[30/09/07 18:39:32:297 EDT] 0000000a WsServerLaunc E ADMU3007E: Exception java.lang.NullPointerException
at com.ibm.ws.management.tools.WsServerController.waitForServerInit(WsServerController.java:254)
at com.ibm.ws.management.tools.WsServerLauncher.runTool(WsServerLauncher.java:309)


at com.ibm.ws.management.tools.AdminTool.executeUtility(AdminTool.java:209)
at com.ibm.ws.management.tools.WsServerController.executeUtilityOnWindows(WsServerController.java:132)
at com.ibm.ws.management.tools.WsServerLauncher.main(WsServerLauncher.java:114)
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:190)

[30/09/07 18:39:32:297 EDT] 0000000a AdminTool E ADMU0111E: Program exiting with error: java.lang.NullPointerException
at com.ibm.ws.management.tools.WsServerController.waitForServerInit(WsServerController.java:254)
at com.ibm.ws.management.tools.WsServerLauncher.runTool(WsServerLauncher.java:309)


at com.ibm.ws.management.tools.AdminTool.executeUtility(AdminTool.java:209)
at com.ibm.ws.management.tools.WsServerController.executeUtilityOnWindows(WsServerController.java:132)
at com.ibm.ws.management.tools.WsServerLauncher.main(WsServerLauncher.java:114)
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:190)

[30/09/07 18:39:32:297 EDT] 0000000a AdminTool A ADMU0111E: Program exiting with error: java.lang.NullPointerException
at com.ibm.ws.management.tools.WsServerController.waitForServerInit(WsServerController.java:254)
at com.ibm.ws.management.tools.WsServerLauncher.runTool(WsServerLauncher.java:309)


at com.ibm.ws.management.tools.AdminTool.executeUtility(AdminTool.java:209)
at com.ibm.ws.management.tools.WsServerController.executeUtilityOnWindows(WsServerController.java:132)
at com.ibm.ws.management.tools.WsServerLauncher.main(WsServerLauncher.java:114)
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:190)

[30/09/07 18:39:32:312 EDT] 0000000a AdminTool A ADMU1211I: To obtain a full trace of the failure, use the -trace option.
[30/09/07 18:39:32:312 EDT] 0000000a AdminTool A ADMU0211I: Error details may be seen in the file: C:\IBM\WAS6_0/profiles/default\logs\server1\startServer.log

Ken Hygh

unread,
Sep 30, 2007, 8:18:23 PM9/30/07
to
Looks like you'll need to open a PMR with IBM if you can't figure out
which port is blocked.
Ken

Akaketwa

unread,
Oct 1, 2007, 4:45:59 AM10/1/07
to
appears there is a port conflict. run netstat and get port numbers
conflicting with thoz being used by the server as specified in ur
serverindex.xml. document. modify the conflicting port number in the
server index and make sure u assign a unique port number. this will
certainly work sir


Devanand Jamisetti

unread,
Oct 2, 2007, 2:13:02 PM10/2/07
to
If its not production, reboot the box to see if that port clears up. This might help in a clean websphere start

this....@gmail.com

unread,
Oct 2, 2009, 10:23:32 AM10/2/09
to
I am having similar problem...... (newbie in ibm tools, since there isn't any thread in this context apart from this.. so posting here)

Here is the trace
$$$$$$$$$$ startServer.log
================================================
[10/2/09 14:37:26:969 IST] 0000000a ManagerAdmin I TRAS0017I: The startup trace state is *=info.
[10/2/09 14:37:27:297 IST] 0000000a AdminTool A ADMU0128I: Starting tool with the wps profile
[10/2/09 14:37:27:297 IST] 0000000a AdminTool A ADMU3100I: Reading configuration for server: server1
[10/2/09 14:37:54:344 IST] 0000000a AdminTool E ADMU3012E: Exception attempting to get free port for status socket java.net.SocketException: Permission denied: listen failed
at java.net.PlainSocketImpl.socketListen(Native Method)
at java.net.PlainSocketImpl.listen(PlainSocketImpl.java:374)
at java.net.ServerSocket.bind(ServerSocket.java:342)
at java.net.ServerSocket. (ServerSocket.java:208)
at java.net.ServerSocket. (ServerSocket.java:120)
at com.ibm.ws.management.tools.AdminTool.initStatusPort(AdminTool.java:870)
at com.ibm.ws.management.tools.AdminTool.getStatusPort(AdminTool.java:851)
at com.ibm.ws.management.tools.WsServerLauncher.runTool(WsServerLauncher.java:296)
at com.ibm.ws.management.tools.AdminTool.executeUtility(AdminTool.java:226)
at com.ibm.ws.management.tools.WsServerController.executeUtilityOnWindows(WsServerController.java:131)
at com.ibm.ws.management.tools.WsServerLauncher.main(WsServerLauncher.java:115)


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.run(WSLauncher.java:219)
at java.lang.Thread.run(Thread.java:570)

[10/2/09 14:37:55:031 IST] 0000000a AdminTool A ADMU3200I: Server launched. Waiting for initialization status.
[10/2/09 14:37:55:047 IST] 0000000a WsServerLaunc E ADMU3002E: Exception attempting to process server server1
[10/2/09 14:37:55:047 IST] 0000000a WsServerLaunc E ADMU3007E: Exception java.lang.NullPointerException
at com.ibm.ws.management.tools.WsServerController.waitForServerInit(WsServerController.java:196)
at com.ibm.ws.management.tools.WsServerLauncher.runTool(WsServerLauncher.java:327)
at com.ibm.ws.management.tools.AdminTool.executeUtility(AdminTool.java:226)
at com.ibm.ws.management.tools.WsServerController.executeUtilityOnWindows(WsServerController.java:131)
at com.ibm.ws.management.tools.WsServerLauncher.main(WsServerLauncher.java:115)


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.run(WSLauncher.java:219)
at java.lang.Thread.run(Thread.java:570)

[10/2/09 14:37:55:047 IST] 0000000a AdminTool E ADMU0111E: Program exiting with error: java.lang.NullPointerException
at com.ibm.ws.management.tools.WsServerController.waitForServerInit(WsServerController.java:196)
at com.ibm.ws.management.tools.WsServerLauncher.runTool(WsServerLauncher.java:327)
at com.ibm.ws.management.tools.AdminTool.executeUtility(AdminTool.java:226)
at com.ibm.ws.management.tools.WsServerController.executeUtilityOnWindows(WsServerController.java:131)
at com.ibm.ws.management.tools.WsServerLauncher.main(WsServerLauncher.java:115)


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.run(WSLauncher.java:219)
at java.lang.Thread.run(Thread.java:570)

[10/2/09 14:37:55:062 IST] 0000000a AdminTool A ADMU0111E: Program exiting with error: java.lang.NullPointerException
at com.ibm.ws.management.tools.WsServerController.waitForServerInit(WsServerController.java:196)
at com.ibm.ws.management.tools.WsServerLauncher.runTool(WsServerLauncher.java:327)
at com.ibm.ws.management.tools.AdminTool.executeUtility(AdminTool.java:226)
at com.ibm.ws.management.tools.WsServerController.executeUtilityOnWindows(WsServerController.java:131)
at com.ibm.ws.management.tools.WsServerLauncher.main(WsServerLauncher.java:115)


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.run(WSLauncher.java:219)
at java.lang.Thread.run(Thread.java:570)

================================================

[10/2/09 19:33:37:625 IST] 0000000a WsServerImpl E WSVR0009E: Error occurred during startup
META-INF/ws-server-components.xml
[10/2/09 19:33:37:641 IST] 0000000a WsServerImpl E WSVR0009E: Error occurred during startup
com.ibm.ws.exception.RuntimeError: com.ibm.ws.exception.RuntimeError: org.omg.CORBA.INTERNAL: CREATE_LISTENER_FAILED_4 vmcid: 0x49421000 minor code: 56 completed: No
at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:194)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:133)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:387)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:53)


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.run(WSLauncher.java:219)
at java.lang.Thread.run(Thread.java:570)
Caused by: com.ibm.ws.exception.RuntimeError: org.omg.CORBA.INTERNAL: CREATE_LISTENER_FAILED_4 vmcid: 0x49421000 minor code: 56 completed: No
at com.ibm.ws.runtime.component.ORBImpl.start(ORBImpl.java:366)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:820)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:408)
at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:187)
... 10 more
Caused by: org.omg.CORBA.INTERNAL: CREATE_LISTENER_FAILED_4 vmcid: 0x49421000 minor code: 56 completed: No
at com.ibm.ws.orbimpl.transport.WSTransport.createListener(WSTransport.java:733)
at com.ibm.ws.orbimpl.transport.WSTransport.initTransports(WSTransport.java:605)
at com.ibm.rmi.iiop.TransportManager.initTransports(TransportManager.java:143)
at com.ibm.rmi.corba.ORB.set_parameters(ORB.java:1325)
at com.ibm.CORBA.iiop.ORB.set_parameters(ORB.java:1848)
at org.omg.CORBA.ORB.init(ORB.java:368)
at com.ibm.ws.orb.GlobalORBFactory.init(GlobalORBFactory.java:85)
at com.ibm.ejs.oa.EJSORBImpl.initializeORB(EJSORBImpl.java:174)
at com.ibm.ejs.oa.EJSServerORBImpl. (EJSServerORBImpl.java:124)
at com.ibm.ejs.oa.EJSORB.init(EJSORB.java:339)
at com.ibm.ws.runtime.component.ORBImpl.start(ORBImpl.java:359)
... 14 more

[10/2/09 19:33:37:641 IST] 0000000a SystemErr R com.ibm.ws.exception.RuntimeError: com.ibm.ws.exception.RuntimeError: org.omg.CORBA.INTERNAL: CREATE_LISTENER_FAILED_4 vmcid: 0x49421000 minor code: 56 completed: No
at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:194)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:133)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:387)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:53)


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.run(WSLauncher.java:219)
at java.lang.Thread.run(Thread.java:570)
Caused by: com.ibm.ws.exception.RuntimeError: org.omg.CORBA.INTERNAL: CREATE_LISTENER_FAILED_4 vmcid: 0x49421000 minor code: 56 completed: No
at com.ibm.ws.runtime.component.ORBImpl.start(ORBImpl.java:366)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:820)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:408)
at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:187)
... 10 more
Caused by: org.omg.CORBA.INTERNAL: CREATE_LISTENER_FAILED_4 vmcid: 0x49421000 minor code: 56 completed: No
at com.ibm.ws.orbimpl.transport.WSTransport.createListener(WSTransport.java:733)
at com.ibm.ws.orbimpl.transport.WSTransport.initTransports(WSTransport.java:605)
at com.ibm.rmi.iiop.TransportManager.initTransports(TransportManager.java:143)
at com.ibm.rmi.corba.ORB.set_parameters(ORB.java:1325)
at com.ibm.CORBA.iiop.ORB.set_parameters(ORB.java:1848)
at org.omg.CORBA.ORB.init(ORB.java:368)
at com.ibm.ws.orb.GlobalORBFactory.init(GlobalORBFactory.java:85)
at com.ibm.ejs.oa.EJSORBImpl.initializeORB(EJSORBImpl.java:174)
at com.ibm.ejs.oa.EJSServerORBImpl. (EJSServerORBImpl.java:124)
at com.ibm.ejs.oa.EJSORB.init(EJSORB.java:339)
at com.ibm.ws.runtime.component.ORBImpl.start(ORBImpl.java:359)
... 14 more

[10/2/09 19:33:37:641 IST] 0000000a SystemErr R at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:194)
[10/2/09 19:33:37:641 IST] 0000000a SystemErr R at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:133)
[10/2/09 19:33:37:641 IST] 0000000a SystemErr R at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:387)
[10/2/09 19:33:37:641 IST] 0000000a SystemErr R at com.ibm.ws.runtime.WsServer.main(WsServer.java:53)
[10/2/09 19:33:37:641 IST] 0000000a SystemErr R at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[10/2/09 19:33:37:641 IST] 0000000a SystemErr R at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
[10/2/09 19:33:37:641 IST] 0000000a SystemErr R at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
[10/2/09 19:33:37:641 IST] 0000000a SystemErr R at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
[10/2/09 19:33:37:641 IST] 0000000a SystemErr R at java.lang.reflect.Method.invoke(Method.java:391)
[10/2/09 19:33:37:641 IST] 0000000a SystemErr R at com.ibm.ws.bootstrap.WSLauncher.run(WSLauncher.java:219)
[10/2/09 19:33:37:641 IST] 0000000a SystemErr R at java.lang.Thread.run(Thread.java:570)
[10/2/09 19:33:37:641 IST] 0000000a SystemErr R Caused by: com.ibm.ws.exception.RuntimeError: org.omg.CORBA.INTERNAL: CREATE_LISTENER_FAILED_4 vmcid: 0x49421000 minor code: 56 completed: No
[10/2/09 19:33:37:641 IST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ORBImpl.start(ORBImpl.java:366)
[10/2/09 19:33:37:641 IST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:820)
[10/2/09 19:33:37:641 IST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
[10/2/09 19:33:37:656 IST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:408)
[10/2/09 19:33:37:656 IST] 0000000a SystemErr R at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:187)
[10/2/09 19:33:37:656 IST] 0000000a SystemErr R ... 10 more
[10/2/09 19:33:37:656 IST] 0000000a SystemErr R Caused by: org.omg.CORBA.INTERNAL: CREATE_LISTENER_FAILED_4 vmcid: 0x49421000 minor code: 56 completed: No
[10/2/09 19:33:37:656 IST] 0000000a SystemErr R at com.ibm.ws.orbimpl.transport.WSTransport.createListener(WSTransport.java:733)
[10/2/09 19:33:37:656 IST] 0000000a SystemErr R at com.ibm.ws.orbimpl.transport.WSTransport.initTransports(WSTransport.java:605)
[10/2/09 19:33:37:656 IST] 0000000a SystemErr R at com.ibm.rmi.iiop.TransportManager.initTransports(TransportManager.java:143)
[10/2/09 19:33:37:656 IST] 0000000a SystemErr R at com.ibm.rmi.corba.ORB.set_parameters(ORB.java:1325)
[10/2/09 19:33:37:656 IST] 0000000a SystemErr R at com.ibm.CORBA.iiop.ORB.set_parameters(ORB.java:1848)
[10/2/09 19:33:37:656 IST] 0000000a SystemErr R at org.omg.CORBA.ORB.init(ORB.java:368)
[10/2/09 19:33:37:656 IST] 0000000a SystemErr R at com.ibm.ws.orb.GlobalORBFactory.init(GlobalORBFactory.java:85)
[10/2/09 19:33:37:656 IST] 0000000a SystemErr R at com.ibm.ejs.oa.EJSORBImpl.initializeORB(EJSORBImpl.java:174)
[10/2/09 19:33:37:656 IST] 0000000a SystemErr R at com.ibm.ejs.oa.EJSServerORBImpl.(EJSServerORBImpl.java:124)
[10/2/09 19:33:37:656 IST] 0000000a SystemErr R at com.ibm.ejs.oa.EJSORB.init(EJSORB.java:339)
[10/2/09 19:33:37:656 IST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ORBImpl.start(ORBImpl.java:359)
[10/2/09 19:33:37:656 IST] 0000000a SystemErr R ... 14 more

=============================

0 new messages