This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 81263 - NotifyUtil::java.net.SocketException: Software caused connection abort: recv failed
Summary: NotifyUtil::java.net.SocketException: Software caused connection abort: recv ...
Status: RESOLVED DUPLICATE of bug 41040
Alias: None
Product: javaee
Classification: Unclassified
Component: HTTP Monitor (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-27 14:51 UTC by sumathibabu
Modified: 2006-07-28 11:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sumathibabu 2006-07-27 14:51:39 UTC
(Using NetBeans 5.0 and bundled Tomcat).

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:756)
        at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:711)
        at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:721)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream
(HttpURLConnection.java:635)

 

        at org.netbeans.modules.web.monitor.server.NotifyUtil$RecordSender.run
(NotifyUtil.java:248)
Comment 1 Jesse Glick 2006-07-27 18:13:18 UTC
Reporter: if you do not know which component to use for a new bug, please use
'ide' and it will be reassigned for you.
Comment 2 sumathibabu 2006-07-27 18:22:50 UTC
I changed to the component 'ide' and anyway I found some information in the 
link ---> http://www.smarterthings.co.uk/article/id/1/  for this issue. 


Thanks
Comment 3 Jesse Glick 2006-07-27 18:30:33 UTC
'monitor' is probably the correct component for this particular bug. I meant
that in general when filing new bugs please use 'ide' since you probably will
not know which component it should be sent to.
Comment 4 Sherold Dev 2006-07-28 11:26:24 UTC

*** This issue has been marked as a duplicate of 41040 ***