Hi, I created a stateless session Hello bean and a servlet on VA Java 3.5.3 and deployed them on WAS AE 3.5.4. I was successful in accessing the bean from the servlet without securing the bean. But when I made the bean secure, I got the following error: javax.naming.NamingException: Error during resolve [Root exception is org.omg.CORBA.COMM_FAILURE: JORB0015: getConnectionKey returned a false value and threw a COMM_FAILURE exception. minor code: 1 completed: No] When I tried to search the net, I got to know that it is because of SSL. But I have not enabled SSL in the Global Security Settings in my machine (Windows NT Server). My Authentication Mechanism is via LocalOS. My bean and servlet were created in VA Java 3.5.3 and deployed in WAS. Can you please suggest as what could be the cause of this error?
Krithika
Caroline Iux
Ranch Hand
Joined: May 14, 2001
Posts: 103
posted
0
check your ejb's JNDI name
shiva shankar
Ranch Hand
Joined: Jun 10, 2001
Posts: 82
posted
0
Did you enable ssl in IBM HTTP Server.
Krithika Venugopal
Greenhorn
Joined: Jun 14, 2001
Posts: 15
posted
0
My Jndi name is correct and it works well with WAS 3.5.3. Also, I have not enabled SSL. ------------------ Krithika