Hi All;

I'm using netbeans 4.1 configured with myfaces framework.

But i have a strange annoying exception which sometimes occurs and sometimes not.

This exception does not affect the web application behaviour so everything goes fine, But i want to know why does it happens, and how can i avoid it ?

NotifyUtil::java.net.SocketException: Software caused connection abort: recv failed
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.read(SocketInputStream.java :129)
        at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
        at java.io.BufferedInputStream.read1(BufferedInputStream.java:222)
        at java.io.BufferedInputStream.read(BufferedInputStream.java :277)
        at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:760)
        at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:711)
        at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java :725)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:635)
        at org.netbeans.modules.web.monitor.server.NotifyUtil$RecordSender.run(NotifyUtil.java:248)

Thanks a lot

Reply via email to