-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Cannot Reproduce
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Test
-
Labels:
-
Environment:ARM processor, Ubuntu Linux, Java SE Embedded 1.7.0_06-b24
-
Urgency:Normal
-
Bug behavior facts:Regression Test Failure
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.