cancel
Showing results for 
Search instead for 
Did you mean: 

java.sql.SQLException: E/A-Exception: Connection ended abnormally

Former Member
0 Kudos

Hi all,

this strange exception occurs in the communication channel monitoring. I see there was a processing error in the communication channel which inserts data from XI. When I look in audit protocol I can see that after a few minutes the connection is ended with an error which says the following:

Error processing request in sax parser: Error when executing statement for table/stored proc. 'LVS' (structure 'STATEMENTNAME'): java.sql.SQLException: E/A-Exception: Connection ended abnormally.

Now my questions are: Why does this error occur? And can someone explain me this error?

Regards

Florian

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Some problem with DB Connection it seems.

Thanks

Former Member
0 Kudos

It seems this is database error...so u cannot fix it in XI;)

thanks

Farooq.

Former Member
0 Kudos

I think I have the reason for this problem. It's a network problem. The network to this system has a high load. In addition, the JDBC receiver adapter was configured with parameter <i>"Disconnect from Database After Processing Each Message".</i> Now I have deselected the parameter and I have no problems.

Thanks for your efforts

Florian