-
Bug
-
Resolution: Fixed
-
P4
-
8, 9
-
b120
-
b04
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045511 | 8u25 | Jason Uh | P4 | Resolved | Fixed | b01 |
JDK-8035389 | 8u20 | Jason Uh | P4 | Resolved | Fixed | b03 |
JDK-8053746 | emb-8u26 | Jason Uh | P4 | Resolved | Fixed | b17 |
This test failed since http://hg.openjdk.java.net/jdk8/tl/jdk/rev/d6c4ae56c079 submitted.
Error log are following:
[2013-12-19T06:34:55.17] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
[2013-12-19T06:34:55.17] at java.util.ArrayList.rangeCheck(ArrayList.java:638)
[2013-12-19T06:34:55.17] at java.util.ArrayList.get(ArrayList.java:414)
[2013-12-19T06:34:55.17] at java.util.Collections$UnmodifiableList.get(Collections.java:1369)
[2013-12-19T06:34:55.17] at sun.security.provider.certpath.RevocationChecker.buildToNewKey(RevocationChecker.java:1068)
[2013-12-19T06:34:55.17] at sun.security.provider.certpath.RevocationChecker.verifyWithSeparateSigningKey(RevocationChecker.java:904)
[2013-12-19T06:34:55.17] at sun.security.provider.certpath.RevocationChecker.checkCRLs(RevocationChecker.java:571)
[2013-12-19T06:34:55.17] at sun.security.provider.certpath.RevocationChecker.checkCRLs(RevocationChecker.java:459)
[2013-12-19T06:34:55.17] at sun.security.provider.certpath.RevocationChecker.check(RevocationChecker.java:361)
[2013-12-19T06:34:55.17] at sun.security.provider.certpath.RevocationChecker.check(RevocationChecker.java:337)
[2013-12-19T06:34:55.17] at sun.security.provider.certpath.ReverseBuilder.verifyCert(ReverseBuilder.java:443)
[2013-12-19T06:34:55.17] at sun.security.provider.certpath.SunCertPathBuilder.depthFirstSearchReverse(SunCertPathBuilder.java:687)
[2013-12-19T06:34:55.17] at sun.security.provider.certpath.SunCertPathBuilder.buildReverse(SunCertPathBuilder.java:261)
[2013-12-19T06:34:55.17] at sun.security.provider.certpath.SunCertPathBuilder.buildCertPath(SunCertPathBuilder.java:167)
[2013-12-19T06:34:55.17] at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:136)
[2013-12-19T06:34:55.17] at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:131)
[2013-12-19T06:34:55.17] at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280)
[2013-12-19T06:34:55.17] at BuildCertPath.doBuild(BuildCertPath.java:395)
[2013-12-19T06:34:55.17] at BuildCertPath.main(BuildCertPath.java:137)
[2013-12-19T06:34:55.49] FAIL :
necessary resource please check attachtments.
Error log are following:
[2013-12-19T06:34:55.17] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
[2013-12-19T06:34:55.17] at java.util.ArrayList.rangeCheck(ArrayList.java:638)
[2013-12-19T06:34:55.17] at java.util.ArrayList.get(ArrayList.java:414)
[2013-12-19T06:34:55.17] at java.util.Collections$UnmodifiableList.get(Collections.java:1369)
[2013-12-19T06:34:55.17] at sun.security.provider.certpath.RevocationChecker.buildToNewKey(RevocationChecker.java:1068)
[2013-12-19T06:34:55.17] at sun.security.provider.certpath.RevocationChecker.verifyWithSeparateSigningKey(RevocationChecker.java:904)
[2013-12-19T06:34:55.17] at sun.security.provider.certpath.RevocationChecker.checkCRLs(RevocationChecker.java:571)
[2013-12-19T06:34:55.17] at sun.security.provider.certpath.RevocationChecker.checkCRLs(RevocationChecker.java:459)
[2013-12-19T06:34:55.17] at sun.security.provider.certpath.RevocationChecker.check(RevocationChecker.java:361)
[2013-12-19T06:34:55.17] at sun.security.provider.certpath.RevocationChecker.check(RevocationChecker.java:337)
[2013-12-19T06:34:55.17] at sun.security.provider.certpath.ReverseBuilder.verifyCert(ReverseBuilder.java:443)
[2013-12-19T06:34:55.17] at sun.security.provider.certpath.SunCertPathBuilder.depthFirstSearchReverse(SunCertPathBuilder.java:687)
[2013-12-19T06:34:55.17] at sun.security.provider.certpath.SunCertPathBuilder.buildReverse(SunCertPathBuilder.java:261)
[2013-12-19T06:34:55.17] at sun.security.provider.certpath.SunCertPathBuilder.buildCertPath(SunCertPathBuilder.java:167)
[2013-12-19T06:34:55.17] at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:136)
[2013-12-19T06:34:55.17] at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:131)
[2013-12-19T06:34:55.17] at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280)
[2013-12-19T06:34:55.17] at BuildCertPath.doBuild(BuildCertPath.java:395)
[2013-12-19T06:34:55.17] at BuildCertPath.main(BuildCertPath.java:137)
[2013-12-19T06:34:55.49] FAIL :
necessary resource please check attachtments.
- backported by
-
JDK-8035389 SQE test CertPath/CertPathBuilderTest/* failed with java.lang.IndexOutOfBoundsException
-
- Resolved
-
-
JDK-8045511 SQE test CertPath/CertPathBuilderTest/* failed with java.lang.IndexOutOfBoundsException
-
- Resolved
-
-
JDK-8053746 SQE test CertPath/CertPathBuilderTest/* failed with java.lang.IndexOutOfBoundsException
-
- Resolved
-