JDK-6659571 : PIT Exception "JavaWebStartSecurity: couldn't find JNLPClassLoaderIf" coming during HTTPS tests exec
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 6u10
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: windows
  • CPU: x86
  • Submitted: 2008-02-05
  • Updated: 2010-09-08
  • Resolved: 2008-02-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6u10 b12Fixed
Related Reports
Relates :  
Relates :  
Description
Exception "JavaWebStartSecurity: couldn't find JNLPClassLoaderIf" coming during HTTPS tests execution on all platforms. It is a regression, previos build 11 are fine
To reproduce:

- install jre1.6.0_10 (build 12 - pit build)
- run test:
http://nicole1.sfbay.sun.com:8080/JavawsMustangIntegTest/https/https_always.jnlp

Exception coming:

STATUS: HTTPS_ALWAYS START
Attempting to make connection to: https://nicole1.sfbay.sun.com:8443/
java.lang.Exception: JavaWebStartSecurity: couldn't find JNLPClassLoaderIf
        at com.sun.javaws.security.JavaWebStartSecurity.currentJNLPClassLoader(Unknown Source)
        at com.sun.javaws.security.JavaWebStartSecurity.checkAwtEventQueueAccess(Unknown Source)
        at java.awt.Toolkit.getSystemEventQueue(Unknown Source)
        at javax.swing.SystemEventQueueUtilities$SystemEventQueue.get(Unknown Source)
        at javax.swing.SystemEventQueueUtilities$SystemEventQueue.get(Unknown Source)
        at javax.swing.SystemEventQueueUtilities.addRunnableCanvas(Unknown Source)
        at javax.swing.JRootPane.addNotify(Unknown Source)
        at java.awt.Container.addNotify(Unknown Source)
        at java.awt.Window.addNotify(Unknown Source)
        at java.awt.Dialog.addNotify(Unknown Source)
        at java.awt.Window.pack(Unknown Source)
        at com.sun.deploy.ui.DialogTemplate.setSecurityContent(Unknown Source)
        at com.sun.deploy.ui.UIFactory$1.execute(Unknown Source)
        at com.sun.javaws.ui.JavawsSysRun$SecureThread.doWork(Unknown Source)
        at com.sun.javaws.ui.JavawsSysRun$SecureThread.run(Unknown Source)
Total line number: 152

Comments
EVALUATION This exception was only informal. Fixed with fix for CR 6658315.
11-02-2008

EVALUATION Certainly regression from 6606784. Re-assigning.
06-02-2008