--- Anindita Goswami <[EMAIL PROTECTED]> wrote: > I am using oxf v1.5. During development all of a sudden the following > error stack started getting logged when the application connects to a > database or webservice. It does not break the application though. > > Exception at oxf:/oxf/wac/oxf-rewrite.xpl, line 0, column 0 > java.net.SocketException: Connection reset by peer: socket write error
Anindita, This typically happens when the browser closes the connection before the server had a chance to send a complete reply, for instance because the end-user clicked on the "stop" button, or clicked on a link in the page before the page was completely downloaded from the server. In general getting this exception is not an issue. Alex ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ orbeon-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/orbeon-user
