Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Cannot Reproduce
-
None
-
None
-
ARM processor, Ubuntu Linux, Java SE Embedded 1.7.0_06-b24
-
Normal
-
Regression Test Failure
Description
The test jdbcapi.InvalidLDAPServerAuthenticationTest.testInvalidLDAPServerConnectionError fails in an assert:
assertTrue(se.getMessage().indexOf("java.net.UnknownHostException")>1)
The error reported is:
Connection refused : javax.naming.CommunicationException: noSuchServer:389 [Root exception is java.net.ConnectException: Connection timed out]
The failure is reproducible.