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 146484 - java.net.SocketException: Software caused connection abort: recv failed
Summary: java.net.SocketException: Software caused connection abort: recv failed
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-08 10:44 UTC by pribyl
Modified: 2008-10-13 09:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 107658


Attachments
stacktrace (2.75 KB, text/plain)
2008-09-08 10:44 UTC, pribyl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pribyl 2008-09-08 10:44:21 UTC
Build: NetBeans IDE Dev (Build 200809061401)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc-b28
OS: Windows XP, 5.1, x86

User Comments: 
I tried to connect to SVN repository via https:// , when the Certificate dialog appeared I closed it (using the default windows close button) -> This Exception appeared 

Stacktrace: 
java.net.SocketException: Software caused connection abort: recv failed
        at java.net.SocketInputStream.socketRead0(SocketInputStream.java:0)
        at java.net.SocketInputStream.read(SocketInputStream.java:129)
        at com.sun.net.ssl.internal.ssl.InputRecord.readFully(InputRecord.java:293)
        at com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:331)
        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:789)
        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.waitForClose(SSLSocketImpl.java:1435)
Comment 1 pribyl 2008-09-08 10:44:35 UTC
Created attachment 69293 [details]
stacktrace
Comment 2 Tomas Stupka 2008-09-08 13:30:19 UTC
blindly fixing
c4078b4b9631
Comment 3 Quality Engineering 2008-09-09 17:21:16 UTC
Integrated into 'main-golden', will be available in build *200809091401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/c4078b4b9631
User: Tomas Stupka <tstupka@netbeans.org>
Log: #146484 - java.net.SocketException: Software caused connection abort: recv failed
Comment 4 pribyl 2008-10-13 09:30:52 UTC
Product Version: NetBeans IDE Dev (Build 200810111401)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b15
System: Windows XP version 5.1 running on x86; Cp1250; cs_CZ (nb)

Verified