Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Connection being Reset exactly after 60 minutes

843790May 7 2007 — edited May 9 2007
Hi ,

I have an AIX script which triggers a Java program to get the information from the database (DB2) and produce the report to the end user.

The java program makes use of the application deployed in the WebSphere Server which calls a callable statement repetedly to trigger a stored procedure in the database to fetch data in chunk of 200 from the database(DB2).Now program runs exactly for 1 hour and then we get connection Reset error.We tried this 6 times and everytime same issue.

java.net.SocketException - Connection Reset

The same program works fine in Test environment but gives problem in production

Any clue ????
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 6 2007
Added on May 7 2007
1 comment
283 views