Could not roll back JDBC transaction pathway

Source: Internet
Author: User

[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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.