我使用的是WAS 6.1,我的服务器曾经正常启动,但是突然间它无法正常工作。

当我尝试在本地RSA中启动服务器时。我收到以下错误

我已经重新启动系统RSA,杀死了所有Java进程,但仍然收到相同的错误

    [7/9/13 13:03:22:912 CDT] 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:199)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:140)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:461)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at com.ibm.wsspi.bootstrap.WSLauncher.launchMain(WSLauncher.java:183)
at com.ibm.wsspi.bootstrap.WSLauncher.main(WSLauncher.java:90)
at com.ibm.wsspi.bootstrap.WSLauncher.run(WSLauncher.java:72)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:340)
at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
at org.eclipse.core.launcher.Main.run(Main.java:981)
at com.ibm.wsspi.bootstrap.WSPreLauncher.launchEclipse(WSPreLauncher.java:339)
at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:94)
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:424)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:977)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:673)
at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:526)
at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:192)
... 24 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:859)
at com.ibm.ws.orbimpl.transport.WSTransport.initTransports(WSTransport.java:597)
at com.ibm.rmi.iiop.TransportManager.initTransports(TransportManager.java:158)
at com.ibm.rmi.corba.ORB.set_parameters(ORB.java:1250)
at com.ibm.CORBA.iiop.ORB.set_parameters(ORB.java:1681)
at org.omg.CORBA.ORB.init(ORB.java:364)
at com.ibm.ws.orb.GlobalORBFactory.init(GlobalORBFactory.java:86)
at com.ibm.ejs.oa.EJSORBImpl.initializeORB(EJSORBImpl.java:179)
at com.ibm.ejs.oa.EJSServerORBImpl.<init>(EJSServerORBImpl.java:102)
at com.ibm.ejs.oa.EJSORB.init(EJSORB.java:55)
at com.ibm.ws.runtime.component.ORBImpl.start(ORBImpl.java:417)
... 28 more

[7/9/13 13:03:22:913 CDT] 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
[7/9/13 13:03:22:913 CDT] 0000000a SystemErr     R  at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:199)
[7/9/13 13:03:22:913 CDT] 0000000a SystemErr     R  at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:140)
[7/9/13 13:03:22:913 CDT] 0000000a SystemErr     R  at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:461)
[7/9/13 13:03:22:913 CDT] 0000000a SystemErr     R  at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
[7/9/13 13:03:22:913 CDT] 0000000a SystemErr     R  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[7/9/13 13:03:22:914 CDT] 0000000a SystemErr     R  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
[7/9/13 13:03:22:914 CDT] 0000000a SystemErr     R  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[7/9/13 13:03:22:914 CDT] 0000000a SystemErr     R  at java.lang.reflect.Method.invoke(Method.java:618)
[7/9/13 13:03:22:914 CDT] 0000000a SystemErr     R  at com.ibm.wsspi.bootstrap.WSLauncher.launchMain(WSLauncher.java:183)
[7/9/13 13:03:22:914 CDT] 0000000a SystemErr     R  at com.ibm.wsspi.bootstrap.WSLauncher.main(WSLauncher.java:90)
[7/9/13 13:03:22:914 CDT] 0000000a SystemErr     R  at com.ibm.wsspi.bootstrap.WSLauncher.run(WSLauncher.java:72)
[7/9/13 13:03:22:914 CDT] 0000000a SystemErr     R  at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
[7/9/13 13:03:22:914 CDT] 0000000a SystemErr     R  at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
[7/9/13 13:03:22:914 CDT] 0000000a SystemErr     R  at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
[7/9/13 13:03:22:914 CDT] 0000000a SystemErr     R  at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
[7/9/13 13:03:22:914 CDT] 0000000a SystemErr     R  at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
[7/9/13 13:03:22:914 CDT] 0000000a SystemErr     R  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[7/9/13 13:03:22:914 CDT] 0000000a SystemErr     R  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
[7/9/13 13:03:22:914 CDT] 0000000a SystemErr     R  at  sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[7/9/13 13:03:22:915 CDT] 0000000a SystemErr     R  at java.lang.reflect.Method.invoke(Method.java:618)
[7/9/13 13:03:22:915 CDT] 0000000a SystemErr     R  at org.eclipse.core.launcher.Main.invokeFramework(Main.java:340)
[7/9/13 13:03:22:915 CDT] 0000000a SystemErr     R  at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
[7/9/13 13:03:22:915 CDT] 0000000a SystemErr     R  at org.eclipse.core.launcher.Main.run(Main.java:981)
[7/9/13 13:03:22:915 CDT] 0000000a SystemErr     R  at com.ibm.wsspi.bootstrap.WSPreLauncher.launchEclipse(WSPreLauncher.java:339)
[7/9/13 13:03:22:915 CDT] 0000000a SystemErr     R  at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:94)
[7/9/13 13:03:22:915 CDT] 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
at com.ibm.ws.runtime.component.ORBImpl.start(ORBImpl.java:424)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:977)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:673)
at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:526)
at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:192)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:140)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:461)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at com.ibm.wsspi.bootstrap.WSLauncher.launchMain(WSLauncher.java:183)
at com.ibm.wsspi.bootstrap.WSLauncher.main(WSLauncher.java:90)
at com.ibm.wsspi.bootstrap.WSLauncher.run(WSLauncher.java:72)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:340)
at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
at org.eclipse.core.launcher.Main.run(Main.java:981)
at com.ibm.wsspi.bootstrap.WSPreLauncher.launchEclipse(WSPreLauncher.java:339)
at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:94)
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:859)
at com.ibm.ws.orbimpl.transport.WSTransport.initTransports(WSTransport.java:597)
at com.ibm.rmi.iiop.TransportManager.initTransports(TransportManager.java:158)
at com.ibm.rmi.corba.ORB.set_parameters(ORB.java:1250)
at com.ibm.CORBA.iiop.ORB.set_parameters(ORB.java:1681)
at org.omg.CORBA.ORB.init(ORB.java:364)
at com.ibm.ws.orb.GlobalORBFactory.init(GlobalORBFactory.java:86)
at com.ibm.ejs.oa.EJSORBImpl.initializeORB(EJSORBImpl.java:179)
at com.ibm.ejs.oa.EJSServerORBImpl.<init>(EJSServerORBImpl.java:102)
at com.ibm.ejs.oa.EJSORB.init(EJSORB.java:55)
at com.ibm.ws.runtime.component.ORBImpl.start(ORBImpl.java:417)
... 28 more

任何帮助是极大的赞赏。

最佳答案

CREATE_LISTENER_FAILED_4几乎总是意味着端口冲突。检查PROFILE_HOME/config/cells/CELL/nodes/NODE/serverindex.xml中列出的端口(特别是BOOTSTRAP_ADDRESS),并确保这些端口与同一台计算机上的其他进程没有冲突。您可以使用netstat -o(Windows)或netstat -p(Linux)来查看哪个进程打开了端口。

关于rsa - 无法在本地RSA中启动Websphere服务器,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/17555549/

10-10 03:13