• 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

J2EE server still crashes

 
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I had initially tried to install j2sdkee alongwith j2se 1.3. However, the j2ee server crashed as sson as it started. Now, I installed j2sdk 1.2.2 However, the problem still persists. I am using a WinNT machine.
The error log is as follows:
Logging for J2EE Server Version: 1.2.1-q started at: Wed May 16 13:11:29 CDT 2001..
Using the Classic VM and the version number 1.2.2 from Sun Microsystems Inc..
VM is using the classpath: c:\j2sdkee1.2.1\lib\classes;c:\j2sdkee1.2.1\lib\locale;c:\j2sdkee1.2.1\lib\j2ee.jar;c:\jdk1.2.2\jre\lib\rt.jar;c:\jdk1.2.2\lib\tools.jar;.;.;c:\j2sdkee1.2.1\lib\cloudscape\RmiJdbc. jar;c:\j2sdkee1.2.1\lib\cloudscape\client.jar;c:\j2sdkee1.2.1\lib\jhall.jar .
J2EE Home Directory has been set to: c:\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)
Please help !
Thanks .
Anoop

 
Nair Anoop
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I'm sorry I posted this to the wrong group. Kindly repost this to the J2EE group.
Sorry for the error
Anoop
 
reply
    Bookmark Topic Watch Topic
  • New Topic