• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Start error with Sun j2ee

 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,all
I downloaded sun j2ee sdk and j2se sdk ,and finished setting the enviroment variables. But when I use j2ee -verbose to start up j2ee server , I get a error message :
J2EE server startup error
org.omg.CORBA.INTERNAL: vmcid: SUN minor code: 209 completed: No
at com.sun.corba.se.internal.iiop.GIOPImpl.createListener(GIOPImpl.java
253)
at com.sun.corba.se.internal.iiop.GIOPImpl.getEndpoint(GIOPImpl.java:20
)
at com.sun.corba.se.internal.POA.POAORB.setPersistentServerPort(POAORB.
ava:445)
at com.sun.enterprise.iiop.POAEJBORB.setPersistentServerPort(POAEJBORB.
ava:418)
at com.sun.enterprise.iiop.POAProtocolMgr.setPersistentServerPort(POAPr
tocolMgr.java:147)
at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:201)
at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:720)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.commons.launcher.ChildMain.run(ChildMain.java:280)
J2EE server fatal error
java.lang.RuntimeException:
at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:334)
at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:720)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.commons.launcher.ChildMain.run(ChildMain.java:280)
Caused by: org.omg.CORBA.INTERNAL: vmcid: SUN minor code: 209 completed: No
at com.sun.corba.se.internal.iiop.GIOPImpl.createListener(GIOPImpl.java
253)
at com.sun.corba.se.internal.iiop.GIOPImpl.getEndpoint(GIOPImpl.java:20
)
at com.sun.corba.se.internal.POA.POAORB.setPersistentServerPort(POAORB.
ava:445)
at com.sun.enterprise.iiop.POAEJBORB.setPersistentServerPort(POAEJBORB.
ava:418)
at com.sun.enterprise.iiop.POAProtocolMgr.setPersistentServerPort(POAPr
tocolMgr.java:147)
at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:201)
... 6 more
 
reply
    Bookmark Topic Watch Topic
  • New Topic