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 是 WebSphere Application Server 产生的一条参考消息。致命连接错误是指这样一种情况:在发生执行超时的时候,IMS Connect 就关闭套接字,从而导致 WebSphere Application Server 的连接管理器从连接池中除去该套接字的 Connection 对象。
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 是 WebSphere Application Server 产生的一条参考消息。致命连接错误是指这样一种情况:IMS Connect 关闭事务套接字,并且 IMS TM 资源适配器导致 WebSphere Application Server 的连接管理器从连接池中除去该套接字的 Connection 对象。
WLTC0017E: Resources rolled back due to setRollbackOnly() being called.
注意:WebSphere Application Server 消息的前缀表示发出该消息的组件。可以通过使用 WebSphere Application Server Enterprise > 快速参考 > 消息在 Integration Edition 的“帮助”中按组件查找这些消息的文档。所有消息都是通过用户/系统操作和说明来进行描述的。在“WebSphere Application Server V5 信息中心”中也说明了这些消息。
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
建立 SSL 连接的第一步涉及到 SSL 握手协议,在此步骤中,客户机(IMS Connector for Java)将向服务器(IMS Connect)发送一条 SSL“Hello”消息。在上述场景下,IMS Connect 将等待非 SSL 端口上的一条入局消息。当 IMS Connect 接收到握手消息时,它就会将该消息解释为一条 OTMA 消息,使前缀中包含有效的出口名称,然后发出消息 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 尝试初始化 SSL 套接字失败,因为它不接收客户机最初的“Hello”消息,而这是 SSL 握手协议的一部分。