JDK 11 | JDK 17 | JDK 19 | JDK 20 | JDK 8 |
---|---|---|---|---|
11.0.18-oracleFixed | 17.0.5Fixed | 19.0.1Fixed | 20 b10Fixed | 8u361Fixed |
Duplicate :
|
|
Duplicate :
|
|
Duplicate :
|
|
Duplicate :
|
|
Duplicate :
|
|
Relates :
|
|
Relates :
|
Following tests fail intermittently with "javax.net.ssl.SSLProtocolException: Input record too big". javax/net/ssl/SSLEngine/LargePacket.java javax/net/ssl/ServerName/SSLEngineExplorerWithCli.java javax/net/ssl/ServerName/SSLEngineExplorerWithSrv.java javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java Here's a snippet of the log file: #section:main ----------messages:(6/204)---------- command: main LargePacket reason: User specified action: run main/othervm LargePacket Mode: othervm [/othervm specified] Timeout information: --- Timeout information end. elapsed time (seconds): 495.189 ----------configuration:(0/0)---------- ----------System.out:(6/333)---------- resize destination buffer upto 16709 bytes for BUFFER_OVERFLOW resize source buffer upto 16709 bytes for BUFFER_UNDERFLOW resize destination buffer upto 16709 bytes for BUFFER_OVERFLOW resize destination buffer upto 16709 bytes for BUFFER_OVERFLOW resize source buffer upto 16709 bytes for BUFFER_UNDERFLOW Timeout refired 480 times ----------System.err:(2/97)---------- Server died... javax.net.ssl.SSLProtocolException: Input record too big: max = 16709 len = 49004 ----------rerun:(32/4669)*---------- It is not clear if: javax.net.ssl.SSLProtocolException: Input record too big: max = 16709 len = 49004" is an error message or a warning or a failure of the test. This is a Tier2 failure so starting this bug at P3 for initial triage.
|