• 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
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

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
I see other people bein helped with their doubts. Are newbies not considered for help at all??

Saagar
 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A quick google on your error returned the following page.
http://java.sun.com/j2se/1.4.2/docs/guide/idl/jidlExceptions.html
Do you by any chance have multiple instance running or something that is causing port conflicts?

Also, if no one has responded it is probably becuause they do not have an answer. every one here was a newbie sometime or the other.
 
Ranch Hand
Posts: 174
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
the solution of this type of problem is hit and trial
i faced also this type of problem .
than i changed jdk version in JAVA_HOME and select lower version
and it works .
anyway everyone is getting different problem .
and i was able to start the server in 3 days by hit and trial.
 
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
@Arun,

I checked Google before posting bro, i referred various links but couldn't find anything useful...

Anyways, I was just a little curious about newbies because there are a lot of experienced guys out here and so I thought many would know the solution but werent interested in replying... no offense meant...

@rehans..

That really sucks aint it, hit and trial method.. neways lemme hope it starts up for me too some time....

thanq though..

Saagar
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I had the same problem. With J2SE 1.3 I got minor code 1398079689. With J2SE 1.4 I got minor code 201.

After googling for an hour or so I found the following link: http://forum.java.sun.com/thread.jspa?threadID=312342&messageID=1259558

And that suggests that the firewall is blocking something. When I turned off my firewall, that solved the problem. Try it!
 
If you like strawberry rhubarb pie, try blueberry rhubarb (bluebarb) pie. And try this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic