JDK-6336659 : REGRESSION: Applet runs fine with JRE 1.5.0_05 does not run with mustang-b55
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2005-10-13
  • Updated: 2010-04-02
  • Resolved: 2005-10-20
Related Reports
Duplicate :  
Description
FULL PRODUCT VERSION :


A DESCRIPTION OF THE PROBLEM :
The applet mentioned below runs fine with 5.0 Update 5 but fails with mustang-b55.

  To reproduce
1) Visit http://atlas.lsu.edu/doqq2004/ (Why are there so many straight lines overlaid on the map? It doesn't happen with 1.5_04 or 1.5_05...)
2) Click any parish in Louisiana
3) See the error in the console

EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Applet should run the same in 5.0 Update 5 and 6.0
ACTUAL -
The applet's UI is corrupted and there is an IllegalArgumentException

ERROR MESSAGES/STACK TRACES THAT OCCUR :
java.lang.IllegalArgumentException
at com.sun.deploy.net.proxy.DeployProxySelector.select(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.net.URL.openStream(Unknown Source)
at com.intergraph.jmapview.reader.GDefaultReaderFactory.testStream(GDefaultReaderFactory.java)
at com.intergraph.jmapview.reader.GDefaultReaderFactory.getReader(GDefaultReaderFactory.java)
at com.intergraph.jmapview.reader.GReaderJob.start(GReaderJob.java)
at com.intergraph.jmapview.JMapView$DefaultConstraints.startReading(JMapView.java)
at com.intergraph.jmapview.JMapView.start(JMapView.java)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

REPRODUCIBILITY :
This bug can be reproduced always.

Release Regression From : 5.0
The above release value was the last known release where this 
bug was known to work. Since then there has been a regression.