Posted By:
Alessandro_Venturi
Posted On:
Tuesday, October 8, 2002 02:57 AM
I'm using the application server included in J2EE bundle. After having deployed my Session Bean I have tried to contact the name server from a JNDI client, but I have received this message error on initialization of context provider: "COS Name Server is not registred with ORB under the name Name Service".
The jndi.properties file is as below:
java.naming.factory.initial = com.sun.jndi.cosnaming.CNCtxFactory
java.naming.provider.url = iiop://10.1.25.251:1050
where 10.1.25.251 is remote host IP address.
Thanks in advance for your help.