before the above exception, I am seeing following errors in the
Application server logs -
Aug 30, 2011 9:53:35 PM com.mongodb.DBPortPool gotError
WARNING: emptying DBPortPool to <host>:10900 b/c of error
java.net.SocketException: Connection reset
at
java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:96)
at java.net.SocketOutputStream.write(SocketOutputStream.java:
136)
at org.bson.io.PoolOutputBuffer.pipe(PoolOutputBuffer.java:
129)
at com.mongodb.OutMessage.pipe(OutMessage.java:160)
After that I get the socket reset exception in the DB transactions.