File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Sockets and Internet Protocols and the fly likes Can anyone provide solution for  com.rsa.ssl.SSLException: Unknown protocol Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "Can anyone provide solution for  com.rsa.ssl.SSLException: Unknown protocol" Watch "Can anyone provide solution for  com.rsa.ssl.SSLException: Unknown protocol" New topic
Author

Can anyone provide solution for com.rsa.ssl.SSLException: Unknown protocol

vipin raimcs
Greenhorn

Joined: Sep 26, 2008
Posts: 9
java.lang.reflect.InvocationTargetException

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at com.bmc.util.socket.PooledSocketInvocationHandler.invoke(PooledSocketInvocationHandler.java:127)

at $Proxy0.connect(Unknown Source)

at com.bmc.util.socket.ConnectionHelper.connect(ConnectionHelper.java:78)

at com.bmc.util.socket.SocketPool.createPooledTimedProxyAndConnect(SocketPool.java:711)

at com.bmc.util.socket.SocketPool.createSecureTimedSocket(SocketPool.java:251)

at com.bmc.guardianangel.application.webtransaction.webinteraction.HttpInteractor$SocketWrapper.<init>(HttpInteractor.java:702)

at com.bmc.guardianangel.application.webtransaction.webinteraction.HttpInteractor.createSocket(HttpInteractor.java:639)

at com.bmc.guardianangel.application.webtransaction.webinteraction.HttpInteractor.main(HttpInteractor.java:664)

Caused by: com.rsa.ssl.SSLException: Unknown protocol

at com.rsa.ssl.common.ClientProtocol.sendHello(Unknown Source)

at com.rsa.ssl.common.ClientProtocol.startHandshake(Unknown Source)

at com.rsa.ssl.SSLSocket.getInputStream(Unknown Source)

at com.bmc.util.socket.BasicSSLSocket.connect(BasicSSLSocket.java:72)

at com.bmc.util.socket.TimedSocketImpl.connect(TimedSocketImpl.java:41)

at com.bmc.util.socket.TimedSocketImpl.connect(TimedSocketImpl.java:33)

... 12 more

com.rsa.ssl.SSLException: Unknown protocol

at com.rsa.ssl.common.ClientProtocol.sendHello(Unknown Source)

at com.rsa.ssl.common.ClientProtocol.startHandshake(Unknown Source)

at com.rsa.ssl.SSLSocket.getInputStream(Unknown Source)

at com.bmc.util.socket.BasicSSLSocket.connect(BasicSSLSocket.java:72)

at com.bmc.util.socket.TimedSocketImpl.connect(TimedSocketImpl.java:41)

at com.bmc.util.socket.TimedSocketImpl.connect(TimedSocketImpl.java:33)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at com.bmc.util.socket.PooledSocketInvocationHandler.invoke(PooledSocketInvocationHandler.java:127)

at $Proxy0.connect(Unknown Source)

at com.bmc.util.socket.ConnectionHelper.connect(ConnectionHelper.java:78)

at com.bmc.util.socket.SocketPool.createPooledTimedProxyAndConnect(SocketPool.java:711)

at com.bmc.util.socket.SocketPool.createSecureTimedSocket(SocketPool.java:251)

at com.bmc.guardianangel.application.webtransaction.webinteraction.HttpInteractor$SocketWrapper.<init>(HttpInteractor.java:702)

at com.bmc.guardianangel.application.webtransaction.webinteraction.HttpInteractor.createSocket(HttpInteractor.java:639)

at com.bmc.guardianangel.application.webtransaction.webinteraction.HttpInteractor.main(HttpInteractor.java:664)
Joseph Macer
Ranch Hand

Joined: Apr 20, 2008
Posts: 63
Couple tips to get help here:
1) Blindly pasting a stack trace isn't going to encourage anyone to spend time & energy to help you if you won't.
2) Use the "code" button in the reply form to surround code, like this:

3) Provide some context for the situation: what were you doing, what does the program do?
4) Google a little. 30 seconds searching for "com.rsa.ssl.SSLException" found the documentation on this error:
http://rsa.me/products/bsafe/documentation/sslj416javadochtml/com/rsa/ssl/SSLException.html
5) There is no "solution" to provide for an error: it requires work on your part to understand and communicate the problem underlying it.

Hope this helps!
vipin raimcs
Greenhorn

Joined: Sep 26, 2008
Posts: 9
Thanks for your opinion and support. Atleast you spended so much time for me and given me useful tips. I will keep this in mind.

But I want to tell you that i cannt provide the code as its of business use. what i am doing, normally trying to create a SSLsocket and trying to access the getINputStream method on it as you can see on down side of exception list.

I googled not for 30 mins but 3-4 days for getting this to solved.

I solved this. Thanks to me and finally google too.

Hey man, thanks to you also.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Can anyone provide solution for com.rsa.ssl.SSLException: Unknown protocol
 
Similar Threads
JBoss 4.2.2 Server Starting Issue
JBoss not starting on Windows Media Centre OS
java.net.BindException: Address already in use
DeploymentException: Error cant find datasource:
Error while accessing JNDI Bindings over IIOP