File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Websphere and the fly likes WAS 3.5.4 Security Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "WAS 3.5.4 Security" Watch "WAS 3.5.4 Security" New topic
Author

WAS 3.5.4 Security

Krithika Venugopal
Greenhorn

Joined: Jun 14, 2001
Posts: 15
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
check your ejb's JNDI name
shiva shankar
Ranch Hand

Joined: Jun 10, 2001
Posts: 82
Did you enable ssl in IBM HTTP Server.
Krithika Venugopal
Greenhorn

Joined: Jun 14, 2001
Posts: 15
My Jndi name is correct and it works well with WAS 3.5.3.
Also, I have not enabled SSL.
------------------
Krithika
john p jensen
Greenhorn

Joined: Nov 26, 2001
Posts: 1
Check out:
PQ49845, 3.5.4: getConnectionKey returned invalid value - returned COMM_FAILURE
http://www14.software.ibm.com/webapp/download/product.jsp?cat=&s=p&id=TDUN-49EVRT&pf=&presb=&type=s&postsb=v
------------------
/Regards John


/Regards John
 
 
subject: WAS 3.5.4 Security
 
Threads others viewed
EJB access from a JSP in VAJ Test Environment
EJB deployment error in WebSphere
EJB Access
Error in retrieivng Primary Key
Beans in VA for Java?
IntelliJ Java IDE