-
Bug
-
Resolution: Fixed
-
P3
-
11.0.17, 19, 20
-
b09
-
x86_64
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8293053 | 17.0.6-oracle | Ravi Reddy | P3 | Resolved | Fixed | b01 |
JDK-8294572 | 17.0.6 | Goetz Lindenmaier | P3 | Resolved | Fixed | b01 |
JDK-8293054 | 11.0.18-oracle | Ravi Reddy | P3 | Resolved | Fixed | b01 |
JDK-8294573 | 11.0.18 | Goetz Lindenmaier | P3 | Resolved | Fixed | b01 |
sun/net/www/http/KeepAliveCache/KeepAliveProperty.java
Here's a snippet from the log file:
#section:main
----------messages:(4/238)----------
command: main -Dhttp.keepAlive.time.server=30 KeepAliveProperty long
reason: User specified action: run main/othervm -Dhttp.keepAlive.time.server=30 KeepAliveProperty long
Mode: othervm [/othervm specified]
elapsed time (seconds): 3.132
----------configuration:(0/0)----------
----------System.out:(1/28)----------
URL: http://127.0.0.1:38087
----------System.err:(27/2032)----------
Apr 28, 2022 3:24:02 PM sun.net.www.protocol.http.HttpURLConnection writeRequests
FINE: www.MessageHeader@47654f865'>sun.net.www.MessageHeader@47654f865 pairs: {GET / HTTP/1.1: null}{User-Agent: Java/19-ea}{Host: 127.0.0.1:38087}{Accept: */*}{Connection: keep-alive}
Apr 28, 2022 3:24:02 PM sun.net.www.http.HttpClient logFinest
FINEST: KeepAlive stream used: http://127.0.0.1:38087
Apr 28, 2022 3:24:02 PM sun.net.www.protocol.http.HttpURLConnection getInputStream0
FINE: www.MessageHeader@47d0c1473'>sun.net.www.MessageHeader@47d0c1473 pairs: {null: HTTP/1.1 200 OK}{Content-Type: text/plain; charset=iso-8859-1}{Content-Length: 11}
Apr 28, 2022 3:24:05 PM sun.net.www.http.ClientVector get
FINEST: cached HttpClient was idle for 3000
Apr 28, 2022 3:24:05 PM sun.net.www.http.HttpClient logFinest
FINEST: KeepAlive stream retrieved from the cache, sun.net.www.http.HttpClient(http://127.0.0.1:38087)
Apr 28, 2022 3:24:05 PM sun.net.www.protocol.http.HttpURLConnection writeRequests
FINE: www.MessageHeader@4b6ea5ee5'>sun.net.www.MessageHeader@4b6ea5ee5 pairs: {GET / HTTP/1.1: null}{User-Agent: Java/19-ea}{Host: 127.0.0.1:38087}{Accept: */*}{Connection: keep-alive}
Apr 28, 2022 3:24:05 PM sun.net.www.http.HttpClient logFinest
FINEST: KeepAlive stream used: http://127.0.0.1:38087
Apr 28, 2022 3:24:05 PM sun.net.www.protocol.http.HttpURLConnection getInputStream0
FINE: www.MessageHeader@54e77e33'>sun.net.www.MessageHeader@54e77e33 pairs: {null: HTTP/1.1 200 OK}{Content-Type: text/plain; charset=iso-8859-1}{Content-Length: 13}
java.lang.RuntimeException: Failed in server
at KeepAliveProperty.main(KeepAliveProperty.java:176)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:828)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Failed in server
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Failed in server
----------rerun:(36/6726)*----------
- backported by
-
JDK-8293053 sun/net/www/http/KeepAliveCache/KeepAliveProperty.java failed with "RuntimeException: Failed in server"
-
- Resolved
-
-
JDK-8293054 sun/net/www/http/KeepAliveCache/KeepAliveProperty.java failed with "RuntimeException: Failed in server"
-
- Resolved
-
-
JDK-8294572 sun/net/www/http/KeepAliveCache/KeepAliveProperty.java failed with "RuntimeException: Failed in server"
-
- Resolved
-
-
JDK-8294573 sun/net/www/http/KeepAliveCache/KeepAliveProperty.java failed with "RuntimeException: Failed in server"
-
- Resolved
-
- duplicates
-
JDK-8285837 (duplicate) sun/net/www/http/KeepAliveCache/KeepAliveProperty.java fails intermittently
-
- Closed
-
- relates to
-
JDK-8348226 Test sun/net/www/http/KeepAliveCache/KeepAliveProperty.java failed with "RuntimeException: Failed in server"
-
- Closed
-
- links to
-
Commit openjdk/jdk11u-dev/59445811
-
Commit openjdk/jdk17u-dev/461c6e85
-
Commit openjdk/jdk/af529be0
-
Review openjdk/jdk11u-dev/1377
-
Review openjdk/jdk17u-dev/748
-
Review openjdk/jdk/9700