You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Sh...@wellsfargo.com on 2008/06/16 18:51:03 UTC

SSL Error

Hi,

I am seeing intermittent SSL Exception "Unrecognized SSL message,
plaintext connection?" in my application
has anybody seen this any pointers on how to resolve this. 

AxisFault
 faultCode:
{http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode: 
 faultString: javax.net.ssl.SSLException: Unrecognized SSL message,
plaintext connection?
 faultActor: 
 faultNode: 
 faultDetail: 
 
{http://xml.apache.org/axis/}stackTrace:javax.net.ssl.SSLException:
Unrecognized SSL message, plaintext connection?
        at
com.sun.net.ssl.internal.ssl.InputRecord.handleUnknownRecord(InputRecord
.java:501)
        at
com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:343)
        at
com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java
:720)
        at
com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSo
cketImpl.java:1025)
        at
com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.
java:1038)
        at
org.apache.axis.components.net.JSSESocketFactory.create(JSSESocketFactor
y.java:186)
        at
org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:191)
        at
org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:
404)
        at
org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:138)
        at
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.j
ava:32)
        at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
        at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
        at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
        at org.apache.axis.client.Call.invoke(Call.java:2767)
        at org.apache.axis.client.Call.invoke(Call.java:2443)
        at org.apache.axis.client.Call.invoke(Call.java:2366)
        at org.apache.axis.client.Call.invoke(Call.java:1812)
        at
com.wellsfargo.eai_schemas.provider.aps.fundsTransfer.FundsTransferSoapB
indingStub.transferFunds200609(FundsTransferSoapBindingStub.java:8647)
        at
wellsfargo.ops.transferscheduling.aps.transferfunds.TransferFundsService
Invoker.invokeTransferFundsService(TransferFundsServiceInvoker.java:49)
        at
wellsfargo.ops.transferscheduling.performtransfer.PerformFundTransfer.tr
ansferFunds(PerformFundTransfer.java:74)
        at
wellsfargo.ops.transferscheduling.service.PerformTransferServiceImpl.pro
cessTransfer(PerformTransferServiceImpl.java:69)
        at sun.reflect.GeneratedMethodAccessor1628.invoke(Unknown
Source)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at
wellsfargo.bm.common.sql.demarcation.TransactionContainer.invoke(Transac
tionContainer.java:88)
        at $Proxy44.processTransfer(Unknown Source)
        at
wellsfargo.ops.transferscheduling.ejb.TransferMessageBean.onMessage(Tran
sferMessageBean.java:91)
        at
weblogic.ejb.container.internal.MDListener.execute(MDListener.java:426)
        at
weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDList
ener.java:332)
        at
weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:288
)
        at
com.ibm.mq.jms.MQMessageConsumer.receiveAsync(MQMessageConsumer.java:292
1)
        at
com.ibm.mq.jms.SessionAsyncHelper.run(SessionAsyncHelper.java:406)
        at java.lang.Thread.run(Thread.java:595)

 
{http://xml.apache.org/axis/}hostname:mn1-bellagio-isb-op.wellsfargo.com

javax.net.ssl.SSLException: Unrecognized SSL message, plaintext
connection?
        at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
        at
org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:154)
        at
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrateg

Thanks
Shashank