3

我正在使用 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

任何帮助是极大的赞赏。

4

4 回答 4

3
Easy Way

按 Ctl+Alt+Del 打开任务管理器

在进程选项卡中,确保选中“显示所有用户的进程”

以图像名称“java”结束所有进程

Hard Way

双击 RSA 中的服务器并查看 SOAP 等的默认端口

在命令提示符下键入“netstat -o”

注意打开默认端口的进程的PID

打开任务管理器视图->选择列->PID

在进程选项卡中,确保选中“显示所有用户的进程”

通过PID查找进程并结束进程

于 2014-08-27T11:45:08.967 回答
2

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

于 2013-07-12T10:36:10.517 回答
1

CREATE_LISTENER_FAILED_4它也可能由于多个 SJE 配置文件而发生。

删除配置文件可能会像对我一样解决问题。

于 2014-12-23T16:58:22.900 回答
0

我有同样的问题。上周我安装时,它工作正常。但它停止了同样的错误 "Caused by: org.omg.CORBA.INTERNAL: CREATE_LISTENER_FAILED_4" 。但是尝试了谷歌发布的所有解决方案,但没有奏效。

我按照以下步骤操作,websphere 启动时没有任何问题。希望这对将来的某人有所帮助。

  1. 在开始菜单中,搜索框 -> 输入服务
  2. 在“服务”窗口中,检查 IBM Websphere Application 服务器。如果状态为“开始”,请右键单击并停止它。
  3. 重新启动您的 websphere,它可以工作。
于 2016-06-06T19:27:44.807 回答