From: <lak...@t-...> - 2007-10-15 19:18:58
|
Rashmi, I know that CORBA applications are not exactly easy to debug, but I can't help you much without knowing your code. Like I said in August: 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 client? Maybe your server and your client are talking to different NamingServers? Regards, Lars ras...@wi... wrote: > > Hi All, > > > > > > I am getting the following error when I started the event channels > to send and receive the events .Please let me know why this error is > thrown. > > > > anc0t0jn-unit0(active):/opt/corba/rcscripts> ./testSupplier.sh a 5 > anc0t0jn 2001 > > Testing com.nortel.succession.Application.Supplier a 5 anc0t0jn 2001 > > CP=/opt/corba/jars/utils.jar:/opt/corba/jars/OMGNotification.jar:/opt/corba/jars/SSPFSNotification.jar > > Reading properties from SSPFSNotification.properties > > *org.omg.CosNaming.NamingContextPackage.NotFound: > IDL:omg.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 > com.nortel.succession.Platform.Notification.CORBA.AdminPair.lookupSupplierAdmin(AdminPair.java:289) > > at > com.nortel.succession.Platform.Notification.CORBA.StructuredPushSupplier.privateConstructor(StructuredPushSupplier.java:152) > > at > com.nortel.succession.Platform.Notification.CORBA.StructuredPushSupplier.<init>(StructuredPushSupplier.java:113) > > at > com.nortel.succession.Application.Supplier.main(Supplier.java:72) > > [StructruredPushSupplier]privateConstructor( ). Creating > channels......... > > org.omg.CosNaming.NamingContextPackage.NotFound: > IDL:omg.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 > com.nortel.succession.Platform.Notification.CORBA.AdminPair.lookupSupplierAdmin(AdminPair.java:289) > > at > com.nortel.succession.Platform.Notification.CORBA.StructuredPushSupplier.privateConstructor(StructuredPushSupplier.java:169) > > at > com.nortel.succession.Platform.Notification.CORBA.StructuredPushSupplier.<init>(StructuredPushSupplier.java:113) > > at > com.nortel.succession.Application.Supplier.main(Supplier.java:72) > > > > > > Regards, > > Rashmi Chidambara Rao. > > > |