I am using window 2000. jdk1.3 j2sdkee1.3
JRun, all other applications have been shut down .
I have check all previous
j2ee set classpath install threads and followed them but still error saying there's another process listening the port no matter what port No. I changed to.
in autoexec.bat:
SET J2EE_HOME=C:\j2sdkee1.3
SET JAVA_HOME = C:\jdk1.3
set J2EE_CLASSPATH=%J2EE_HOME%\lib
set path=%PATH%;C:\JDK1.3\BIN;c:\;C:\j2sdkee1.3\bin;
set CPATH=.;%J2EE_HOME%\lib\j2ee.jar;
set classpath = %classpath%;C:\JDK1.3\lib;C:\j2sdkee1.3\lib\j2ee.jar;C:\j2sdkee1.3\lib\ejb10deployment.jar;C:\j2sdkee1.3\lib\jhall.jar;
J2EE server listen port has been changed many times in orb.properties file.
the result always is:
C:\j2sdkee1.3\bin>j2ee -verbose
J2EE server listen port: 1775
org.omg.CORBA.INTERNAL: minor code: 1398079697 completed: No
at com.sun.corba.ee.internal.iiop.GIOPImpl.createListener(GIOPImpl.java:
253)
at com.sun.corba.ee.internal.iiop.GIOPImpl.getEndpoint(GIOPImpl.java:202
)
at com.sun.corba.ee.internal.iiop.GIOPImpl.initEndpoints(GIOPImpl.java:1
37)
at com.sun.corba.ee.internal.POA.POAORB.getServerEndpoint(POAORB.java:48
4)
at com.sun.corba.ee.internal.POA.POAImpl.pre_initialize(POAImpl.java:144
)
at com.sun.corba.ee.internal.POA.POAImpl.<init>(POAImpl.java:102)
at com.sun.corba.ee.internal.POA.POAORB.makeRootPOA(POAORB.java:109)
at com.sun.corba.ee.internal.POA.POAORB$1.evaluate(POAORB.java:127)
at com.sun.corba.ee.internal.core.Future.evaluate(Future.java:23)
at com.sun.corba.ee.internal.corba.ORB.resolveInitialReference(ORB.java:
2159)
at com.sun.corba.ee.internal.corba.ORB.resolve_initial_references(ORB.ja
va:2110)
at com.sun.enterprise.server.J2EEServer.run(../../src/share/com/sun/ente
rprise/server/J2EEServer.java:192)
at com.sun.enterprise.server.J2EEServer.main(../../src/share/com/sun/ent
erprise/server/J2EEServer.java:901)
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(../../src/share/com/sun/ente
rprise/server/J2EEServer.java:202)
at com.sun.enterprise.server.J2EEServer.main(../../src/share/com/sun/ent
erprise/server/J2EEServer.java:901)
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(../../src/share/com/sun/ente
rprise/server/J2EEServer.java:202)
at com.sun.enterprise.server.J2EEServer.main(../../src/share/com/sun/ent
erprise/server/J2EEServer.java:901)
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(../../src/share/com/sun/ente
rprise/server/J2EEServer.java:347)
at com.sun.enterprise.server.J2EEServer.main(../../src/share/com/sun/ent
erprise/server/J2EEServer.java:901)
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 ...
Anyone have the same experience, please let me know. been stuck here for several days. Thanks so much!
fan