]
RH Bugzilla Integration commented on WFLY-2760:
-----------------------------------------------
mark yarborough <myarboro(a)redhat.com> changed the Status of [bug
Intermittent failure of ExternalContextBindingTestCase
-------------------------------------------------------
Key: WFLY-2760
URL:
https://issues.jboss.org/browse/WFLY-2760
Project: WildFly
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Test Suite
Affects Versions: 8.0.0.CR1
Reporter: Jan Martiska
Assignee: Jan Martiska
Priority: Minor
The server setup task sometimes fails to start the ApacheDS server instance because for
some reason, BouncyCastle security provider doesn't get registered (it is added
through a maven dependency rather than added to the JDK). This leads to a "connection
refused" error during the test when it is trying to connect to the LDAP instance.
It worked for us if we just programatically forced registration of the
BouncyCastleProvider before the initialization of ApacheDS.