Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error in Client: NamingContextPackage.NotFound!!!

Status
Not open for further replies.

marcela24

Programmer
Feb 17, 2003
72
0
0
NL
Hi. I'm trying to execute a Hello World example in CORBA in Java. My server goes well, but my client is returning this error message:

org.omg.CosNaming.NamingContextPackage.NotFound: IDL:eek:mg.org/CosNaming/NamingContext/NotFound:1.0
at org.omg.CosNaming.NamingContextPackage.NotFoundHelper.read(NotFoundHelper.java:72)
at org.omg.CosNaming._NamingContextExtStub.resolve(_NamingContextExtStub.java:406)
at HelloClient.main(HelloClient.java:34)

I've tried the same example in another machine and it goes well. Does anybody knows what's the problem here?

Thanks.
 
Are the server and the client on the same machine, in both cases?

Ion Filipski
1c.bmp

ICQ: 95034075
AIM: IonFilipski
filipski@excite.com
 
without the code i can only guess. here are some shots at it:

you might not be starting at the root context when resolving. What CORBA implementation(s) are you using?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top