JDK-8174706 : javax/net/ssl/DTLS/Retransmission.java fails intermittently
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2017-02-10
  • Updated: 2017-10-30
  • Resolved: 2017-10-30
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 10
10Resolved
Related Reports
Duplicate :  
Description
javax/net/ssl/DTLS/Retransmission.java fails intermittently with Exception in  ServerCallable.call():

Server: =======handshake(0, NEED_WRAP)=======
Server: ----produce handshake packet(99, OK, NEED_UNWRAP)----
Server: Produced 1 packets
Exception in  ServerCallable.call():
java.lang.RuntimeException: Too much loops to produce handshake packets
	at DTLSOverDatagram.handshake(DTLSOverDatagram.java:154)
	at DTLSOverDatagram.doServerSide(DTLSOverDatagram.java:98)
	at DTLSOverDatagram$ServerCallable.call(DTLSOverDatagram.java:647)
	at DTLSOverDatagram$ServerCallable.call(DTLSOverDatagram.java:630)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1161)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:844)
Client: Warning: java.net.SocketTimeoutException: Receive timed out
Client: Reproduced 0 packets
Client: New handshake status is NEED_UNWRAP
Client: Handshake finished, status is NEED_UNWRAP
Client: Negotiated protocol is NONE
Client: Negotiated cipher suite is SSL_NULL_WITH_NULL_NULL
Exception in ClientCallable.call():
java.lang.Exception: Unexpected handshake status NEED_UNWRAP
	at DTLSOverDatagram.handshake(DTLSOverDatagram.java:289)
	at DTLSOverDatagram.doClientSide(DTLSOverDatagram.java:117)
	at DTLSOverDatagram$ClientCallable.call(DTLSOverDatagram.java:685)
	at DTLSOverDatagram$ClientCallable.call(DTLSOverDatagram.java:668)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1161)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:844)
Comments
Closed as a dup of JDK-8169086.
30-10-2017

This may be related to other DTLS test failures which we have been seeing. You can talk to Xuelei about them, he has a couple of bugs.
10-02-2017