• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

need urgent help with ejb sun server

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

Could someone please help me with this stff. I am trying to start the j2ee server from a terminal as described in head first ejb book first chapter. i installed the j2eesdk_1_3 successfully..

When I type

\projects\advice>j2ee -verbose

in the DOS window this is what I get..

J2EE server listen port: 1050
Naming service started:1050
org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(Connecti
onTable.java:176)
at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(Connecti
onTable.java:68)
at com.sun.corba.ee.internal.iiop.GIOPImpl.getConnection(GIOPImpl.java:7
0)
at com.sun.corba.ee.internal.corba.ClientDelegate.createRequest(ClientDe
legate.java:641)
at com.sun.corba.ee.internal.corba.ClientDelegate.createRequest(ClientDe
legate.java:583)
at com.sun.corba.ee.internal.corba.InitialNamingClient.resolve(InitialNa
mingClient.java:1007)
at com.sun.corba.ee.internal.corba.InitialNamingClient.resolveUsingBoots
trapProtocol(InitialNamingClient.java:690)
at com.sun.corba.ee.internal.corba.InitialNamingClient.cachedInitialRefe
rences(InitialNamingClient.java:1088)
at com.sun.corba.ee.internal.corba.InitialNamingClient.resolve_initial_r
eferences(InitialNamingClient.java:981)
at com.sun.corba.ee.internal.corba.ORB.resolve_initial_references(ORB.ja
va:2425)
at com.sun.enterprise.naming.SerialContextProviderImpl.initSerialContext
Provider(SerialContextProviderImpl.java:37)
at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:233)
at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
java.rmi.RemoteException
at com.sun.enterprise.naming.SerialContextProviderImpl.initSerialContext
Provider(SerialContextProviderImpl.java:46)
at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:233)
at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
java.rmi.RemoteException
at com.sun.enterprise.naming.SerialContextProviderImpl.initSerialContext
Provider(SerialContextProviderImpl.java:46)
at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:233)
at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)

java.lang.RuntimeException
at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:346)
at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
Error executing J2EE server ...

I dont understand what the problem is or how to solve it... I restarted the computer and disabled NAV but nothing worked out.

Could someone please help me with this...

Thanks
Saagar..
 
Saagar Kappa
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nobody answered my question while questions posed after mine were answered. Do u consider newbies as aliens??

Saagar
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic