• 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

why j2sdkee1.2.1 does not work ?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello ,
i download the petstore example from sun web site , and install it. But when i start the j2ee.bat , the system show me these
errors:

Logging for J2EE Server Version: 1.2.1-q started at: Sun Oct 29 16:22:06 CST 2000..
Using the Java HotSpot(TM) Client VM and the version number 1.3.0 from Sun Microsystems Inc..
VM is using the classpath: d:\j2sdkee1.2.1\lib\classes;d:\j2sdkee1.2.1\lib\locale;d:\j2sdkee1.2.1\lib\j2ee.jar;d:\jdk1.3\jre\lib\rt.jar;d:\jdk1.3\lib\tools.jar;.;;d:\j2sdkee1.2.1\lib\cloudscape\RmiJdbc.jar;d :\j2sdkee1.2.1\lib\cloudscape\client.jar;d:\j2sdkee1.2.1\lib\jhall.jar .
J2EE Home Directory has been set to: d:\j2sdkee1.2.1.

org.omg.CORBA.INTERNAL: minor code: 1398079496 completed: No
at com.sun.corba.ee.internal.iiop.GIOPImpl.createListener(GIOPImpl.java:193)
at com.sun.corba.ee.internal.iiop.GIOPImpl.getEndpoint(GIOPImpl.java:152)
at com.sun.corba.ee.internal.POA.POAORB.setPersistentServerPort(POAORB.java:449)
at com.sun.enterprise.iiop.POAEJBORB.setPersistentServerPort(POAEJBORB.java:312)
at com.sun.enterprise.iiop.POAProtocolMgr.setPersistentServerPort(POAProtocolMgr.java:167)
at com.sun.enterprise.server.EJBServer.setPersistentServerPort(EJBServer.java:475)
at com.sun.enterprise.server.EJBServer.setPersistentServerInfo(EJBServer.java:423)
at com.sun.enterprise.server.EJBServer.init(EJBServer.java:201)
at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:291)
at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:866)
anyone can help me
 
reply
    Bookmark Topic Watch Topic
  • New Topic