JDK-6722333 : Java Web Start 1.6 gives "java.net.SocketException: socket closed" on slow https connection
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2008-07-03
  • Updated: 2011-12-15
  • Resolved: 2008-08-05
Related Reports
Duplicate :  
Description
Application started on Java Web Start 1.6 experiences unexpected "socket closed"
exception when started on slow https connection. The behavior is highly 
reproducible. Trying to simply relaunch the application will finally start 
the application. No other action is required.
Java Web Start 1.5.0 on JRE 1.6.0 does not experience such behavior.
recategorizing into java/classes_net ...

Comments
EVALUATION After making many experiments CR # 6722333 appears to be identical to CR # 6721619, which differ in symptoms 6721619 Java Web Start 1.6.0 shows intermittent https communication breakdown Here is some evidence for CR # 6722333 being identical to CR # 6721619: 6722333 6721619 -------------------------------------------------------------- intermittent nature yes yes -Dhttp.keepAlive=false avoids the problem yes yes fix for 6721619 cures the problem yes yes -------------------------------------------------------------- Closing 6722333 as duplicate of 6721619.
05-08-2008

WORK AROUND use -Dhttp.keepAlive=false for Java Web Start 1.6
04-07-2008

WORK AROUND Java Web Start 1.5.0 running on JRE 1.6.0 is always fine.
03-07-2008