Search This Blog

Tuesday, March 6, 2012

No more data to read from socket


Exception:

The invoked JCA adapter raised a resource exception.
Please examine the above error message carefully to determine a resolution.
,detail=No more data to read from socket ,code=17410}

Cause:

Occurs if application that uses DB connection from the DataSource which has been already been timed out.The application is not aware of this and still tries to use it to connect to the database.


Soultion:


Option1:
Reset the datasource

Option2:
Bounce Managed Servers

Option3:
Delete the datasource , bounce managed server and create the datasource again.

No comments:

Post a Comment