- PR -

J2EEサーバ起動エラー

1
投稿者投稿内容
takasaki
常連さん
会議室デビュー日: 2002/02/14
投稿数: 31
投稿日時: 2002-07-10 12:04
「Java Pet Storeで、J2EEを体験する」
を参考にJ2EEサーバを起動したいのですが、
start j2ee -verbose
で、次のようなエラーが出ています。

J2EE server listen port: 1050
org.omg.CORBA.INTERNAL: minor code: 1398079697 completed: No
at com.sun.corba.ee.internal.iiop.GIOPImpl.createListener(GIOPImpl.java:256)
at com.sun.corba.ee.internal.iiop.GIOPImpl.getEndpoint(GIOPImpl.java:205)
at com.sun.corba.ee.internal.iiop.GIOPImpl.initEndpoints(GIOPImpl.java:140)
at com.sun.corba.ee.internal.POA.POAORB.getServerEndpoint(POAORB.java:488)
at com.sun.corba.ee.internal.POA.POAImpl.pre_initialize(POAImpl.java:154)
at com.sun.corba.ee.internal.POA.POAImpl.<init>(POAImpl.java:112)
at com.sun.corba.ee.internal.POA.POAORB.makeRootPOA(POAORB.java:110)
at com.sun.corba.ee.internal.POA.POAORB$1.evaluate(POAORB.java:128)
at com.sun.corba.ee.internal.core.Future.evaluate(Future.java:21)
at com.sun.corba.ee.internal.corba.ORB.resolveInitialReference(ORB.java:2421)
at com.sun.corba.ee.internal.corba.ORB.resolve_initial_references(ORB.java:2356)
at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:193)
at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:913)
java.lang.RuntimeException: Unable to create ORB. Possible causes include TCP/IP
ports in use by another process
at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:203)
at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:913)

java.lang.RuntimeException: Unable to create ORB. Possible causes include TCP/IP
ports in use by another process
at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:350)
at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:913)
J2EE server reported the following error: Unable to create ORB. Possible causes
include TCP/IP ports in use by another process
Error executing J2EE server ...

環境は次のとおりです。
windows2000
jdk1.3.1
j2sdkee1.3.1

netstat -an でポートを調べても1050は使われている様子がありません。

http://java.sun.com/j2ee/sdk_1.3/faq.html

・The JDK version on the machine may not be the one that is supported by the J2EE SDK.
・A port conflict might exist due to its use by another process.
 (Typically this is caused by Outlook, MS proxy, or Eudora client software)
・The TCP/IP setup may be flawed (Typically on Windows machine)
・On Linux, the following line should be included in /etc/hosts:127.0.0.1 localhost
・On Windows, the LoopBack Adapter must be set in order for localhost to work

を見てあてはまりそうなものといえばEudoraを使っていますが、サービスの停止方法が
わからないので対処していません。

j2sdkee1.3.1\\config\\orb.properties
でport=1050を適当なものに変更してもダメでした。

ORB周りを調べてみたのですが、j2sdk1.4.0\\binにorbd.exeというのがあるものの、
jdk1.3.1\\binにはありませんでした。
(jdk1.3.1はJBuilder6のセットアップからインストールしたものです。)

もし、同じ境遇の方がいましたら、ご教授お願いします。


[ メッセージ編集済み 編集者: takasaki 編集日時 2002-07-10 12:49 ]
1

スキルアップ/キャリアアップ(JOB@IT)