From: <lak...@t-...> - 2007-08-30 18:42:20
|
Rashmi, there really is no need to cross-post to that many addresses. ope...@li... is intended for user questions like yours. openorb-devel is only for discussing the internal code of openorb. Cross posting means that people like me will need to process your mail multiple times. http://openorb.sourceforge.net/mailing-lists.html http://en.wikipedia.org/wiki/Crossposting To answer your question: The NotFound exception is thrown when a lookup in the NamingService fails. This could be for a variety of reasons: Maybe you misspelt the name in your code? Maybe your server is not even registered in the NamingService when you access it from your servlet? Maybe your server and your servlet are talking to different NamingServers? Good luck, Lars rashmi.chidambara wrote: > > Hi All, > > Please help me in solving this issue. > These are the errors I am getting > 2007-08-20 09:52:50 StandardContext[/XMLServlet]XMLServlet: <br>*** > CRITICAL ***: 14203: Unable to connect to the CORBA ORB : > org.omg.CosNaming.NamingContextPackage.NotFound: > IDL:omg.org/CosNaming/NamingContext/NotFound:1.0 > > 2007-08-15 07:13:03 StandardContext[/XMLServlet]XMLServlet: <br>*** > CRITICAL ***: 14203: Unable to connect to the CORBA ORB : > org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No > > 2007-08-13 07:06:59 StandardContext[/XMLServlet]XMLServlet: > <br>***CRITICAL***:14203:Unable to connect to the CORBA ORB : > org.omg.CosNaming.NamingContextPackage.NotFound: > IDL:omg.org/CosNaming/NamingContext/NotFound:1.0. > > From where this error is thrown? > > What solution we can provide for this? > > > > > > Regards, > > Rashmi Chidambara Rao. > |