JDK-8237525 : jdk/javax/naming/module/RunBasic.java failing intermittently
  • Type: Bug
  • Component: core-libs
  • Sub-Component: javax.naming
  • Affected Version: 15
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2020-01-20
  • Updated: 2021-07-26
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.
Other
tbdUnresolved
Related Reports
Relates :  
Relates :  
Description
This test seems to fail intermittently in the CI with:

LDAPServer: listening on port 58856
LDAPServer: ERROR: java.io.IOException: Error: bad LDAP encoding in capture file: expected ASN.1 SEQUENCE tag (0x30), encountered 22
ERROR: unable to launch LDAP server
java.io.IOException: Error: bad LDAP encoding in capture file: expected ASN.1 SEQUENCE tag (0x30), encountered 22
	at test/test.LDAPServer.getIDs(LDAPServer.java:172)
	at test/test.LDAPServer.<init>(LDAPServer.java:78)
	at test/test.StoreRemote$1.run(StoreRemote.java:82)
	at java.base/java.lang.Thread.run(Thread.java:832)