Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

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

843793Dec 11 2003 — edited Feb 9 2004

Hello,

Today, i start my j2ee server on a RedHat Linux 9 but it return me an Exception. I don't find on this site the solution of my problem. I don't think that it is a problem in my java code, because i just wrote ./j2ee in my terminal.

Thanks for your interest

Regards bgw


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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 8 2004
Added on Dec 11 2003
2 comments
2,430 views