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 に答える
0

私も同じ問題を抱えていました。先週インストールしたところ、問題なく動作していました。しかし、同じエラー "Caused by: org.omg.CORBA.INTERNAL: CREATE_LISTENER_FAILED_4" で停止しました。ただし、Google に投稿されたすべてのソリューションを試しましたが、うまくいきませんでした。

以下の手順に従いましたが、websphere は問題なく起動しました。これが将来誰かに役立つことを願っています。

  1. スタート メニューで、検索ボックス -> 「サービス」と入力します
  2. [サービス] ウィンドウで、IBM Websphere アプリケーション サーバーを確認します。ステータスが「開始」になっている場合は、右クリックして停止します。
  3. Websphere を再起動すると、動作します。
于 2016-06-06T19:27:44.807 に答える