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

Summary: java.net.SocketException: Software caused connection abort: recv failed
Product: versioncontrol Reporter: pribyl <pribyl>
Component: SubversionAssignee: issues@versioncontrol <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=107658
Issue Type: DEFECT Exception Reporter: 107658
Attachments: stacktrace

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