Development: Software caused connection abort: recv failed, abortrecv

Source: Internet
Author: User

Development: Software caused connection abort: recv failed, abortrecv

Ibatis is widely used recently, and many small and strange problems have been encountered in the middle, but it has been quite difficult for me for a long time. Then record it:


One of them: java. SQL. SQLException: Io exception: Software caused connection abort: recv failed


This problem has been fixed for a long time, because most data queries are normal. This problem occurs when a specific data is found, which means that the connection has been closed during the query.


Then I went to the database to check the data and found that the data table is different from the entity. The data table has a column Line while most of the data in this column is empty. So most queries are okay,

When a Line is not empty, it does not correspond to the object attribute, so this error occurs.


Solution:

1. Clear all the fields in the data table.

2. Kill this field

3. This attribute is added to an object.

Related Article

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.