J2EE SERVER PROB (RUNNING IN WIN2003 SERVER)

D:\Documents and Settings\Administrator>j2ee -verbose

org.omg.CORBA.INTERNAL:vmcid: SUN minor code: 208 completed: No

at com.sun.corba.ee.internal.corba.ORB.getLocalHostName(ORB.java:925)

at com.sun.corba.ee.internal.corba.ORB.checkApplicationPropertyDefaults(

ORB.java:889)

at com.sun.corba.ee.internal.corba.ORB.set_parameters(ORB.java:458)

at com.sun.corba.ee.internal.POA.POAORB.set_parameters(POAORB.java:156)

at com.sun.corba.ee.internal.Interceptors.PIORB.set_parameters(PIORB.jav

a:336)

at org.omg.CORBA.ORB.init(ORB.java:337)

at com.sun.enterprise.util.ORBManager.createORB(ORBManager.java:138)

at com.sun.enterprise.util.ORBManager.init(ORBManager.java:65)

at com.sun.enterprise.server.J2EEServer.createORB(J2EEServer.java:367)

at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:191)

at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)

J2EE server listen port: 1050

org.omg.CORBA.INTERNAL:vmcid: SUN minor code: 208 completed: No

at com.sun.corba.ee.internal.corba.ORB.getLocalHostName(ORB.java:925)

at com.sun.corba.ee.internal.corba.ORB.checkApplicationPropertyDefaults(

ORB.java:889)

at com.sun.corba.ee.internal.corba.ORB.set_parameters(ORB.java:458)

at com.sun.corba.ee.internal.POA.POAORB.set_parameters(POAORB.java:156)

at com.sun.corba.ee.internal.Interceptors.PIORB.set_parameters(PIORB.jav

a:336)

at org.omg.CORBA.ORB.init(ORB.java:337)

at com.sun.enterprise.util.ORBManager.createORB(ORBManager.java:138)

at com.sun.enterprise.util.ORBManager.init(ORBManager.java:65)

at com.sun.enterprise.util.ORBManager.getORB(ORBManager.java:77)

at com.sun.enterprise.server.J2EEServer.createORB(J2EEServer.java:376)

at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:191)

at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)

java.lang.NullPointerException

at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:196)

at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)

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:206)

at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)

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:206)

at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)

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:346)

at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)

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 ...

D:\Documents and Settings\Administrator>

[3182 byte] By [URSOQT4V] at [2007-9-30 18:22:24]
# 1
Based on the error you posted it looks like some other process is already bound to port 1050. If you stop the process using that port you should be able to restart the appserver without any issues.
caseylou at 2007-7-6 19:32:24 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Hi! Im using Win2003 serer..mind if you teach me how to disable that app running on that port. Thanks
URSOQT4V at 2007-7-6 19:32:24 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3
Hi again. nevermind my earlier post . I was able to change the port at orb.properties (config) but dunno what appropriate port should I try. Say for example Ive tried using 1051 but still I encounter the same problem.Do you have idea at mind what port should I ideally use. Thanks.
URSOQT4V at 2007-7-6 19:32:25 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 4
Feel free to use any available port.
caseylou at 2007-7-6 19:32:25 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...