Hi everyone!

I've got this web application with 40 users, developed in Java 6, with no frameworks at all. For one user, the following error has happened a couple of times:

clientabortexception java.net.socketexception socket write error (…) Connection Reset By Peer

The action being made was just a click on a button that inserts a record in the data base. Then, after a few seconds of waiting, the error appeared on the screen. The user had to go back with the back arrow of the browser (IE7, I don't know if this browser might be the cause of the problem) and insist on clicking and then everything worked ok. Later the same problem happened again.

Can anybody help me to solve this problem?

Thank you very much.