Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Handshake error

843811Oct 13 2005
When perfoming handshake I am getting the following error. Not sure where the error is and what is causing the error

Please help

Thanks,

=============================================

Failed When Handshake : java.lang.IllegalArgumentException
javax.net.ssl.SSLException: java.lang.IllegalArgumentException
at com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.a(DashoA12275)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA12275)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA12275)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA12275)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(DashoA12275)
at com.verisign.epp.transport.client.EPPSSLClientSocket.initialize(EPPSSLClientSocket.java:154)
at com.verisign.epp.interfaces.EPPSession.init(EPPSession.java:204)
at com.verisign.epp.interfaces.EPPSession.<init>(EPPSession.java:165)
at com.verisign.epp.pool.EPPPooledGenericSession.<init>(EPPPooledGenericSession.java:58)
at com.verisign.epp.pool.EPPSessionPoolableFactory.makeSession(EPPSessionPoolableFactory.java:281)
at com.verisign.epp.pool.EPPSessionPoolableFactory.makeObject(EPPSessionPoolableFactory.java:196)
at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:816)
at com.verisign.epp.pool.EPPSessionPool.borrowObject(EPPSessionPool.java:324)
at com.verisign.epp.client.generated.EPPClient.getEppsession(EPPClient.java:164)
at com.verisign.epp.client.EPPClient.checkDomainNames(EPPClient.java:173)
at com.ironmountain.encircle.workrequest.command.WorkRequestConfigureCommand.performAvailabilityCheck(WorkRequestConfigureCommand.java:1203)
at com.ironmountain.encircle.workrequest.command.WorkRequestConfigureCommand.performAvailabilityCheck(WorkRequestConfigureCommand.java:1112)
at com.ironmountain.encircle.workrequest.command.WorkRequestMessagingCommand.execute(WorkRequestMessagingCommand.java:79)
at WorkRequestMessageBean.onMessage(WorkRequestMessageBean.java:68)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at jrun.ejb.interceptors.InvokerInterceptor.invokeObjectMethod(InvokerInterceptor.java:153)
at jrun.ejb.interceptors.TransactionInterceptor.invokeTransactedMethod(TransactionInterceptor.java:203)
at jrun.ejb.interceptors.TransactionInterceptor.invokeObjectMethod(TransactionInterceptor.java:130)
at jrun.ejb.interceptors.MessageDrivenInstanceInterceptor.invokeObjectMethod(MessageDrivenInstanceInterceptor.java:42)
at jrun.ejb.interceptors.EJBSecurityInterceptor.invokeObjectMethod(EJBSecurityInterceptor.java:81)
at jrun.ejb.EJBContainer.invokeObjectMethod(EJBContainer.java:193)
at jrun.ejb.invocation.MessageDrivenInvocationProxy.invokeContainer(MessageDrivenInvocationProxy.java:44)
at jrun.ejb.invocation.jms.MDBInvocationProxyJMSImpl.invoke(MDBInvocationProxyJMSImpl.java:236)
at jrun.ejb.invocation.jms.MDBMessageListener.onMessage(MDBMessageListener.java:49)
at jrun.jms.core.client.JmsSession.processMessages(JmsSession.java:623)
at jrun.jms.core.client.JmsSession.run(JmsSession.java:646)
at jrun.jms.xa.JRunXASessionImpl.run(JRunXASessionImpl.java:181)
at jrun.jms.asf.ServerSessionImpl.runNonXASession(ServerSessionImpl.java:172)
at jrun.jms.asf.ServerSessionImpl.run(ServerSessionImpl.java:72)
at java.lang.Thread.run(Thread.java:534)
Caused by: java.lang.IllegalArgumentException
at com.sun.net.ssl.internal.ssl.RSASignature.a(DashoA12275)
at com.sun.net.ssl.internal.ssl.RSASignature.engineInitSign(DashoA12275)
at java.security.Signature.initSign(Signature.java:374)
at com.sun.net.ssl.internal.ssl.SunJSSE_bb.<init>(DashoA12275)
at com.sun.net.ssl.internal.ssl.SunJSSE_az.a(DashoA12275)
at com.sun.net.ssl.internal.ssl.SunJSSE_az.a(DashoA12275)
at com.sun.net.ssl.internal.ssl.SunJSSE_ax.a(DashoA12275)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA12275)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.j(DashoA12275)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 10 2005
Added on Oct 13 2005
0 comments
171 views