Java JDBC: Reply.fill()
Posted
by Harv
on Stack Overflow
See other posts from Stack Overflow
or by Harv
Published on 2009-09-10T13:58:52Z
Indexed on
2010/03/16
18:31 UTC
Read the original article
Hit count: 679
Hi,
I get the following exception at times:
com.ibm.db2.jcc.b.gm: [jcc][t4][2030][11211][3.50.152] A communication error occurred during operations on the connection's underlying socket, socket input stream,
or socket output stream. Error location: Reply.fill(). Message: Connection reset. ERRORCODE=-4499, SQLSTATE=08001
The problem is that, the code executes successfully for quite some time and then suddenly I get this exception. However it runs perfrectly when I run the code again.
Could some one please tell me what could be wrong and provide me some pointers to resolve this.
Thanks, Harveer
© Stack Overflow or respective owner