J2CA0056I: The Connection Manager received a fatal connection error from the Resource Adaptor for resource myConnFactry. The exception which was received is ICO0080E: com.ibm.connector2.ims.ico.IMSTCPIPManagedConnection@e59583c. processOutputOTMAMsg(byte[],IMSInteractionSpec, int) error. Execution timeout has occurred for this interaction. The executionTimeout was [0] milliseconds. The IMS Connect TIMEOUT was used.
J2CA0056I is an informational message from WebSphere Application Server. The fatal connection error refers to the fact that IMS Connect closes the socket in the case of an execution timeout, which results in WebSphere Application Server's Connection Manager removing the connection object for the socket from the connection pool.
J2CA0056I: The Connection Manager received a fatal connection error from the Resource Adaptor for resource myConnFactry. The exception which was received is ICO0089I: com.ibm.connector2.ims.ico.IMSTCPIPManagedConnection@6db5d83a.call(Connection, InteractionSpec, Record, Record). Non-persistent socket closed for Commit Mode 0 IMS transaction.
J2CA0056I is an informational message from WebSphere Application Server. The fatal connection error refers to the fact that IMS Connect closes the transaction socket and the IMS TM resource adapter causes WebSphere Application Server's Connection Manager to remove the connection object for the socket from the connection pool.
WLTC0017E: Resources rolled back due to setRollbackOnly() being called.
Note: The prefix of a WebSphere Application Server message indicates the component that issued the message. You can find documentation of these messages, by component, in Integration Edition's Help using WebSphere Application Server Enterprise > Quick reference > Messages. All messages are documented with user/system action and explanation. These messages are also documented in the WebSphere Application Server Version 5 Information Center.
javax.resource.spi.CommException: ICO0003E: com.ibm.connector2.ims.ico.IMSTCPIPManagedConnection@56503fc6.connect() error. Failed to connect to host [CSDMEC13], port [9999]. [java.net.SocketException: Connection reset by peer: socket closed]
HWSP1445E UNKNOWN EXIT NAME SPECIFIED IN MESSAGE PREFIX; MSGID= /9 * !hR, M=SDRC
The first step in establishing an SSL connection involves the SSL handshake protocol, in which the client (IMS Connector for Java) sends the server (IMS Connect) an SSL "Hello" message. In the scenario described above, IMS Connect is waiting for an incoming message on a non-SSL port. When IMS Connect receives the handshake message it interprets it as an OTMA message with a valid Exit name in the prefix and issues message HWSP1445E.
javax.resource.spi.CommException: ICO0005E: com.ibm.connector2.ims.ico.IMSTCPIPManagedConnection@5bcdcdd4.receive() error. A communication error occurred while sending or receiving the IMS message. [java.net.SocketException: Connection reset by peer: socket closed]
HWSSSL00E Unable to initialize the SSL socket:Error while reading or writing data
IMS Connect's attempt to initialize the SSL socket fail, since it does not receive the initial client "Hello" message that is part of the SSL handshake protocol.