JDK-6638339 : REG : Getting ConcurrentModificationException when non-existent proxy is used
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6u10
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows
  • CPU: x86
  • Submitted: 2007-12-06
  • Updated: 2010-04-04
  • Resolved: 2007-12-06
Related Reports
Duplicate :  
Description
Getting ConcurrentModificationException when the non-existent proxy is used

Tested build : 6U10 b08
Tested OS : windows
Steps to reproduce :
1. Install jre bundle
2. launch java control panel
3. Choose General->NetworkSettings->Use Proxy Server
4. Set the proxy as scaweb.sfbay.sun.com and port as 8080 (or any proxy which does not exist) and click apply
5. Launch any browser and try to launch any applet from java.sun.com site
In console, it throws java.util.ConcurrentModificationException instead of ClassNotFoundException
This happens from 6U10 b08. Till 6U10 b07, it is giving ClassNotFoundException. 

plugin.trace file attached