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
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.
org.omg.CosNaming.NamingContextPackage.NotFound: IDL
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.