Any one know at OC4J where should I put the ejb_sec.properties file? According to Oracle doc, it should be in {J2EE_HOME}/config but it seem not working when my ejb client never init SSL connection to server.
What I means it, even I had put the ejb_sec.properties to {J2EE_HOME}/config for oc4j (standalone) for client side OC4J, but it seem not function because the server side didn't receive any SSL init from client. Here the server side exception: com.sun.corba.ee.internal.iiop.MessageMediator(Thread[JavaIDL Reader for 127.0.0.1:3049,5,main]): Creating message from stream 05/03/02 10:19:09 JavaIDL Reader for 127.0.0.1:3049, handling exception: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? 05/03/02 10:19:09 JavaIDL Reader for 127.0.0.1:3049, SEND TLSv1 ALERT: fatal, description = unexpected_message 05/03/02 10:19:09 JavaIDL Reader for 127.0.0.1:3049, WRITE: TLSv1 Alert, length = 2 05/03/02 10:19:09 JavaIDL Reader for 127.0.0.1:3049, called closeSocket()
Bcoz of that, client side not able to lookup the ejb.
Any help on that? Don't know why client side didn't init the SSL connection. My ejb_sec.properties at client side:
Originally posted by Jessica Tan: Any one know at OC4J where should I put the ejb_sec.properties file? According to Oracle doc, it should be in {J2EE_HOME}/config but it seem not working when my ejb client never init SSL connection to server.
Any help?
What version of OC4J are you using?
Jessica Tan
Greenhorn
Joined: Mar 01, 2005
Posts: 11
posted
0
I using OC4J 10g version 9.04.
I had post the help request to oracle meta link but their support till today still not able give me solution.
as discribed in the oracle doku (Oracle Application Server Containers for J2EE Security Guide) you should place the ejb_sec.properties in the current direcotory (from which you start the client's VM).
Mark [ May 19, 2005: Message edited by: Mark Breitenb�cher ]