-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b72
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135957 | emb-9 | Weijun Wang | P3 | Resolved | Fixed | team |
JDK-8156339 | 8u111 | Weijun Wang | P3 | Resolved | Fixed | b01 |
JDK-8151277 | 8u102 | Weijun Wang | P3 | Resolved | Fixed | b01 |
JDK-8162177 | emb-8u111 | Weijun Wang | P3 | Resolved | Fixed | b01 |
javax/net/ssl/TLS/TestJSSE.java testcases failed in our nightly test run on Mac platform with below exception:
Got IOException:
----------System.err:(44/2760)----------
java.lang.RuntimeException: java.lang.ArrayIndexOutOfBoundsException: 1
at TestJSSE.client(TestJSSE.java:116)
at TestJSSE.main(TestJSSE.java:95)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 1
at java.util.ArrayList.add(ArrayList.java:461)
at CipherTestUtils.addFailure(CipherTestUtils.java:314)
at CipherTestUtils$Client.lambda$run$1(CipherTestUtils.java:412)
at CipherTestUtils$Client$$Lambda$3/1131568263.accept(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1386)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:503)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
at CipherTestUtils$Client.run(CipherTestUtils.java:407)
at CipherTestUtils.main(CipherTestUtils.java:545)
at TestJSSE.client(TestJSSE.java:111)
... 7 more
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:1991)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1104)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1343)
at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:909)
at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
at sun.security.ssl.AppInputStream.read(AppInputStream.java:71)
at CipherTestUtils$Server.handleRequest(CipherTestUtils.java:208)
at JSSEServer.run(JSSEServer.java:66)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.RuntimeException: java.lang.ArrayIndexOutOfBoundsException: 1
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: java.lang.ArrayIndexOutOfBoundsException: 1
Got IOException:
----------System.err:(44/2760)----------
java.lang.RuntimeException: java.lang.ArrayIndexOutOfBoundsException: 1
at TestJSSE.client(TestJSSE.java:116)
at TestJSSE.main(TestJSSE.java:95)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 1
at java.util.ArrayList.add(ArrayList.java:461)
at CipherTestUtils.addFailure(CipherTestUtils.java:314)
at CipherTestUtils$Client.lambda$run$1(CipherTestUtils.java:412)
at CipherTestUtils$Client$$Lambda$3/1131568263.accept(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1386)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:503)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
at CipherTestUtils$Client.run(CipherTestUtils.java:407)
at CipherTestUtils.main(CipherTestUtils.java:545)
at TestJSSE.client(TestJSSE.java:111)
... 7 more
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:1991)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1104)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1343)
at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:909)
at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
at sun.security.ssl.AppInputStream.read(AppInputStream.java:71)
at CipherTestUtils$Server.handleRequest(CipherTestUtils.java:208)
at JSSEServer.run(JSSEServer.java:66)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.RuntimeException: java.lang.ArrayIndexOutOfBoundsException: 1
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: java.lang.ArrayIndexOutOfBoundsException: 1
- backported by
-
JDK-8135957 javax/net/ssl/TLS/TestJSSE.java failed on Mac
-
- Resolved
-
-
JDK-8151277 javax/net/ssl/TLS/TestJSSE.java failed on Mac
-
- Resolved
-
-
JDK-8156339 javax/net/ssl/TLS/TestJSSE.java failed on Mac
-
- Resolved
-
-
JDK-8162177 javax/net/ssl/TLS/TestJSSE.java failed on Mac
-
- Resolved
-
- duplicates
-
JDK-8129390 javax/net/ssl/TLS/TestJSSE.java test failure
-
- Closed
-
1.
|
Remove the intermittent keyword for this test |
|
Closed | Rajan Halade | 2015-07-20 |
2.
|
Remove the intermittent keyword for this test |
|
Resolved | Rajan Halade | 2015-07-22 |