[Exception] Interface number: DM02; error code: err_eai_02_014; Error narrative Description: When the intermediate library exception could not roll back JDBC transaction; Nested exception Isjava.sql.SQLException: Unable to read many other data from socket; Nested exception is org.springframework.transaction.TransactionSystemException:Could no roll back JDBC transaction; Nested exception Isjava.sql.SQLException: Unable to read many other data from the socket: Stack info: com.szp.eai.exception.SZPEAIException: Save the collar work order to the intermediate library exception could not roll back JDBC transaction; Nested exception Isjava.sql.SQLException: Unable to read many other data from socket; Nested exception isorg.springframework.transaction.TransactionSystemException:Could not roll BACKJDBC transaction; Nested exception is java.sql.SQLException: cannot read many other data from socket
This interface exception is not connected to the database because the target database is a RAC, and the configuration of this interface is simply:
(DESCRIPTION =
(Address_list =
(ADDRESS = (PROTOCOL = TCP) (HOST = 10.10.33.241) (PORT = 1521))
(Connect_data =
(service_name = orcl11)
))
Should be changed to:
(DESCRIPTION =
(Address_list =
(ADDRESS = (PROTOCOL = TCP) (HOST = 10.10.33.241) (PORT = 1521))
(ADDRESS = (PROTOCOL = TCP) (HOST = 10.10.33.239) (PORT = 1521))
(ADDRESS = (PROTOCOL = TCP) (HOST = 10.10.33.240) (PORT = 1521))
)
(Connect_data =
(service_name = orcl11)
))
Copyright notice: This article blog original articles, blogs, without consent, may not be reproduced.
Could not roll back JDBC transaction pathway