JDK-6806934 : SSV test using JRE 1.4.2 is throwing ArrayStoreException in 6u14b02 PIT
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 6u14
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2009-02-18
  • Updated: 2011-02-16
  • Resolved: 2009-03-09
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
6u14 b03Fixed
Description
Steps
=======
Install 6u14 b02 PIT build
Launch http://nicole1.sfbay.sun.com:8080/JavawsMustangIntegTest/ssv/test_signed_1.4.2.jnlp

Expected behavior
=================
The appication should launch successfully.

Actual behavior with 6u14 b02
=============================
Application is not launched bcoz of java.lang.ArrayStoreException.
Screen shots attached.

The application is launching fine with 6u14 b01 PIT.

Comments
EVALUATION We are using internal helper class to deal with certificate chains and need to add helper method to extract certificate array from them.
20-02-2009

EVALUATION This seems to be a problem in the new code (added as part of 6791255). This code is only applicable to 1.4 and earlier versions of JRE.
18-02-2009