-
Bug
-
Resolution: Fixed
-
P4
-
8
-
b40
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8184716 | 7u171 | Ivan Gerasimov | P4 | Resolved | Fixed | b01 |
JDK-2225764 | 7u6 | Xuelei Fan | P4 | Closed | Won't Fix |
This test is failing intermittently in JPRT with jdk8/tl. Here is one example:
--------------------------------------------------
TEST: closed/sun/security/ssl/javax/net/ssl/NewAPIs/JavaxCheckTrusted.java
JDK under test: (/tmp/jprt/P1/093551.albatem/testproduct/solaris_i586_5.10-product)
java version "1.8.0-internal"
Java(TM) SE Runtime Environment (build 1.8.0-internal-201203270935.albatem.jdk-b00)
Java HotSpot(TM) Client VM (build 24.0-b04, mixed mode, sharing)
ACTION: build -- Passed. Build successful
REASON: Named class compiled on demand
TIME: 0.036 seconds
messages:
command: build JavaxCheckTrusted
reason: Named class compiled on demand
elapsed time (seconds): 0.036
ACTION: compile -- Passed. Compilation successful
REASON: .class file out of date or does not exist
TIME: 0.036 seconds
messages:
command: compile /tmp/jprt/P1/093551.albatem/source/test/closed/sun/security/ssl/javax/net/ssl/NewAPIs/JavaxCheckTrusted.java
reason: .class file out of date or does not exist
elapsed time (seconds): 0.036
ACTION: main -- Failed. Execution failed: `main' threw exception: java.net.SocketException: Connection reset
REASON: User specified action: run main/othervm JavaxCheckTrusted SunJSSE does not support dynamic system properties, no way to re-use system properties in samevm/agentvm mode.
TIME: 0.6 seconds
messages:
command: main JavaxCheckTrusted SunJSSE does not support dynamic system properties, no way to re-use system properties in samevm/agentvm mode.
reason: User specified action: run main/othervm JavaxCheckTrusted SunJSSE does not support dynamic system properties, no way to re-use system properties in samevm/agentvm mode.
elapsed time (seconds): 0.6
STDOUT:
==============
Starting test0
Writing
Reading
Completed test0
==============
Starting test1
Writing
Caught Proper Exception: sun.security.validator.ValidatorException: No trusted certificate found
Completed test1
==============
Starting test2
Writing
Server exiting!
Caught the proper exception, 4453053 may also be fixed Received fatal alert: bad_certificate
Completed test2
==============
Starting test3
STDERR:
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:189)
at java.net.SocketInputStream.read(SocketInputStream.java:121)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:235)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:275)
at java.io.BufferedInputStream.read(BufferedInputStream.java:334)
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:633)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:579)
at sun.net.www.protocol.http.HttpURLConnection.doTunneling(HttpURLConnection.java:1779)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:183)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1301)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at java.net.URL.openStream(URL.java:1034)
at JavaxCheckTrusted.test3(JavaxCheckTrusted.java:245)
at JavaxCheckTrusted.doClientSide(JavaxCheckTrusted.java:292)
at JavaxCheckTrusted.startClient(JavaxCheckTrusted.java:416)
at JavaxCheckTrusted.<init>(JavaxCheckTrusted.java:343)
at JavaxCheckTrusted.main(JavaxCheckTrusted.java:329)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:474)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:722)
JavaTest Message: Test threw exception: java.net.SocketException: Connection reset
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.net.SocketException: Connection reset
TEST RESULT: Failed. Execution failed: `main' threw exception: java.net.SocketException: Connection reset
--------------------------------------------------
--------------------------------------------------
TEST: closed/sun/security/ssl/javax/net/ssl/NewAPIs/JavaxCheckTrusted.java
JDK under test: (/tmp/jprt/P1/093551.albatem/testproduct/solaris_i586_5.10-product)
java version "1.8.0-internal"
Java(TM) SE Runtime Environment (build 1.8.0-internal-201203270935.albatem.jdk-b00)
Java HotSpot(TM) Client VM (build 24.0-b04, mixed mode, sharing)
ACTION: build -- Passed. Build successful
REASON: Named class compiled on demand
TIME: 0.036 seconds
messages:
command: build JavaxCheckTrusted
reason: Named class compiled on demand
elapsed time (seconds): 0.036
ACTION: compile -- Passed. Compilation successful
REASON: .class file out of date or does not exist
TIME: 0.036 seconds
messages:
command: compile /tmp/jprt/P1/093551.albatem/source/test/closed/sun/security/ssl/javax/net/ssl/NewAPIs/JavaxCheckTrusted.java
reason: .class file out of date or does not exist
elapsed time (seconds): 0.036
ACTION: main -- Failed. Execution failed: `main' threw exception: java.net.SocketException: Connection reset
REASON: User specified action: run main/othervm JavaxCheckTrusted SunJSSE does not support dynamic system properties, no way to re-use system properties in samevm/agentvm mode.
TIME: 0.6 seconds
messages:
command: main JavaxCheckTrusted SunJSSE does not support dynamic system properties, no way to re-use system properties in samevm/agentvm mode.
reason: User specified action: run main/othervm JavaxCheckTrusted SunJSSE does not support dynamic system properties, no way to re-use system properties in samevm/agentvm mode.
elapsed time (seconds): 0.6
STDOUT:
==============
Starting test0
Writing
Reading
Completed test0
==============
Starting test1
Writing
Caught Proper Exception: sun.security.validator.ValidatorException: No trusted certificate found
Completed test1
==============
Starting test2
Writing
Server exiting!
Caught the proper exception, 4453053 may also be fixed Received fatal alert: bad_certificate
Completed test2
==============
Starting test3
STDERR:
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:189)
at java.net.SocketInputStream.read(SocketInputStream.java:121)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:235)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:275)
at java.io.BufferedInputStream.read(BufferedInputStream.java:334)
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:633)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:579)
at sun.net.www.protocol.http.HttpURLConnection.doTunneling(HttpURLConnection.java:1779)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:183)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1301)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at java.net.URL.openStream(URL.java:1034)
at JavaxCheckTrusted.test3(JavaxCheckTrusted.java:245)
at JavaxCheckTrusted.doClientSide(JavaxCheckTrusted.java:292)
at JavaxCheckTrusted.startClient(JavaxCheckTrusted.java:416)
at JavaxCheckTrusted.<init>(JavaxCheckTrusted.java:343)
at JavaxCheckTrusted.main(JavaxCheckTrusted.java:329)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:474)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:722)
JavaTest Message: Test threw exception: java.net.SocketException: Connection reset
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.net.SocketException: Connection reset
TEST RESULT: Failed. Execution failed: `main' threw exception: java.net.SocketException: Connection reset
--------------------------------------------------
- backported by
-
JDK-8184716 SSL Tests failing intermittently when connecting to www.verisign.com
-
- Resolved
-
-
JDK-2225764 SSL Tests failing intermittently when connecting to www.verisign.com
-
- Closed
-