• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Error executing j2ee -verbose

 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I get the following error from the very beginning. I have installed J2SE 1.4 and J2EE 1.3 and tried to run the j2ee server and it gives the following error message.

----------------------------------------------------------------------

C:\Documents and Settings\김상욱>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 ...

----------------------------------------------------------------------

I checked the port number and 1050 was free. Could somebody help with this?

Thank you in advance.

Hyung.
 
I'm so happy! And I wish to make this tiny ad happy too:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic