JDK-6891798 : 2 tests from suite_javaws_certificates are failing from 6u18b03
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 6u18
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2009-10-15
  • Updated: 2011-02-16
  • Resolved: 2009-10-16
Related Reports
Duplicate :  
Description
2 tests from suite_javaws_certificates are failing from 6u18b03

The failure is because of the mismatch in error messages from 6u18b03 and  prior versions.

Install 6u18 b03 
Launch  http://nicole1.sfbay.sun.com:8080/JavawsMustangIntegTest/certificate/damaged_signed_test.jnlp
or
http://nicole1.sfbay.sun.com:8080/JavawsMustangIntegTest/certificate/damaged_signed_test_1.jnlp

The application wont be launched and the error message is 
"Cannot find cached resource for URL :http://nicole1.sfbay.sun.com:8080/JavawsMustangIntegTest/certificate/lib/damaged_signed_test.jar"

With 6u18 b02
This error message is "Could not verify signing in resource :http://nicole1.sfbay.sun.com:8080/JavawsMustangIntegTest/certificate/lib/damaged_signed_test.jar"

Comments
EVALUATION The issue is because the exception thrown on download threads are not reported to the main thread. Fixed under CR 6863499.
16-10-2009