See 
<https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/479/display/redirect?page=changes>

Changes:

[smckinney] remove extraneous openldap props

------------------------------------------
[...truncated 1.95 MB...]
        at 
org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:335)
        at 
org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at junit.framework.TestCase.runTest(TestCase.java:176)
        at junit.framework.TestCase.runBare(TestCase.java:141)
        at junit.framework.TestResult$1.protect(TestResult.java:122)
        at junit.framework.TestResult.runProtected(TestResult.java:142)
        at junit.framework.TestResult.run(TestResult.java:125)
        at junit.framework.TestCase.run(TestCase.java:129)
        at junit.framework.TestSuite.runTest(TestSuite.java:252)
        at junit.framework.TestSuite.run(TestSuite.java:247)
        at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
        at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: 
ERR_04202 A value is missing on some RDN
        at 
org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
        at 
org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
        at 
org.apache.directory.fortress.core.impl.AuditDAO.getAllAuthZs(AuditDAO.java:436)
        ... 24 more
Caused by: 
org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 
A value is missing on some RDN
        at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
        at 
org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
        at 
org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
        at 
org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
        at 
org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
        at 
org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
        at 
org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
        at 
org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
        at 
org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
        ... 26 more
2018-07-09 14:56:038 INFO  LogUtil:64 - GET-AUTHZ TU1_UPD
2018-07-09 14:56:038 ERROR DefaultLdapConnectionFactory:68 - unable to bind 
connection: ERR_04202 A value is missing on some RDN
2018-07-09 14:56:038 ERROR AuditMgrImplTest:298 - searchAuthZs: failed with 
SecurityException rc=7002, msg=LdapException in AuditDAO.searchAuthZs 
id=ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: LdapException in 
AuditDAO.searchAuthZs id=ERR_04202 A value is missing on some RDN
        at 
org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:359)
        at 
org.apache.directory.fortress.core.impl.AuditP.searchAuthZs(AuditP.java:82)
        at 
org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAuthZs(AuditMgrImpl.java:141)
        at 
org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:286)
        at 
org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at junit.framework.TestCase.runTest(TestCase.java:176)
        at junit.framework.TestCase.runBare(TestCase.java:141)
        at junit.framework.TestResult$1.protect(TestResult.java:122)
        at junit.framework.TestResult.runProtected(TestResult.java:142)
        at junit.framework.TestResult.run(TestResult.java:125)
        at junit.framework.TestCase.run(TestCase.java:129)
        at junit.framework.TestSuite.runTest(TestSuite.java:252)
        at junit.framework.TestSuite.run(TestSuite.java:247)
        at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
        at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: 
ERR_04202 A value is missing on some RDN
        at 
org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
        at 
org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
        at 
org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:346)
        ... 24 more
Caused by: 
org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 
A value is missing on some RDN
        at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
        at 
org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
        at 
org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
        at 
org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
        at 
org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
        at 
org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
        at 
org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
        at 
org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
        at 
org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
        ... 26 more
2018-07-09 14:56:038 INFO  LogUtil:64 - SESS-USRS TU1_UPD
2018-07-09 14:56:038 ERROR DefaultLdapConnectionFactory:68 - unable to bind 
connection: ERR_04202 A value is missing on some RDN
2018-07-09 14:56:038 ERROR AuditMgrImplTest:239 - searchUserSessions: failed 
with SecurityException rc=7003, msg=searchUserMods caught LdapException 
id=ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchUserMods caught 
LdapException id=ERR_04202 A value is missing on some RDN
        at 
org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:588)
        at 
org.apache.directory.fortress.core.impl.AuditP.searchUserMods(AuditP.java:110)
        at 
org.apache.directory.fortress.core.impl.AuditMgrImpl.searchUserSessions(AuditMgrImpl.java:170)
        at 
org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:229)
        at 
org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at junit.framework.TestCase.runTest(TestCase.java:176)
        at junit.framework.TestCase.runBare(TestCase.java:141)
        at junit.framework.TestResult$1.protect(TestResult.java:122)
        at junit.framework.TestResult.runProtected(TestResult.java:142)
        at junit.framework.TestResult.run(TestResult.java:125)
        at junit.framework.TestCase.run(TestCase.java:129)
        at junit.framework.TestSuite.runTest(TestSuite.java:252)
        at junit.framework.TestSuite.run(TestSuite.java:247)
        at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
        at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: 
ERR_04202 A value is missing on some RDN
        at 
org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
        at 
org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
        at 
org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:575)
        ... 24 more
Caused by: 
org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 
A value is missing on some RDN
        at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
        at 
org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
        at 
org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
        at 
org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
        at 
org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
        at 
org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
        at 
org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
        at 
org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
        at 
org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
        ... 26 more
2018-07-09 14:56:038 INFO  LogUtil:64 - SESS-USRS RBAC TU0
2018-07-09 14:56:038 ERROR DefaultLdapConnectionFactory:68 - unable to bind 
connection: ERR_04202 A value is missing on some RDN
2018-07-09 14:56:038 ERROR AuditMgrImplTest:192 - searchAdminMods: failed with 
SecurityException rc=7004, msg=searchAdminMods caught LdapException 
id=ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchAdminMods caught 
LdapException id=ERR_04202 A value is missing on some RDN
        at 
org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:678)
        at 
org.apache.directory.fortress.core.impl.AuditP.searchAdminMods(AuditP.java:125)
        at 
org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAdminMods(AuditMgrImpl.java:190)
        at 
org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:173)
        at 
org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at junit.framework.TestCase.runTest(TestCase.java:176)
        at junit.framework.TestCase.runBare(TestCase.java:141)
        at junit.framework.TestResult$1.protect(TestResult.java:122)
        at junit.framework.TestResult.runProtected(TestResult.java:142)
        at junit.framework.TestResult.run(TestResult.java:125)
        at junit.framework.TestCase.run(TestCase.java:129)
        at junit.framework.TestSuite.runTest(TestSuite.java:252)
        at junit.framework.TestSuite.run(TestSuite.java:247)
        at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
        at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: 
ERR_04202 A value is missing on some RDN
        at 
org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
        at 
org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
        at 
org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:665)
        ... 24 more
Caused by: 
org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 
A value is missing on some RDN
        at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
        at 
org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
        at 
org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
        at 
org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
        at 
org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
        at 
org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
        at 
org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
        at 
org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
        at 
org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
        ... 26 more
NUMBER OF ADDS: 985
NUMBER OF BINDS: 1131
NUMBER OF DELETES: 0
NUMBER OF MODS: 4075
NUMBER OF READS: 19483
NUMBER OF SEARCHES: 7006
Tests run: 129, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 205.757 sec 
<<< FAILURE! - in org.apache.directory.fortress.core.impl.FortressJUnitTest
testSearchBinds(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time 
elapsed: 0.085 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchBinds 
id=ERR_04202 A value is missing on some RDN
        at junit.framework.Assert.fail(Assert.java:57)
        at junit.framework.TestCase.fail(TestCase.java:227)
        at 
org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchBinds(AuditMgrImplTest.java:444)
        at 
org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchBinds(AuditMgrImplTest.java:399)

testGetAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time 
elapsed: 0.005 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.getAllAuthZs 
id=ERR_04202 A value is missing on some RDN
        at junit.framework.Assert.fail(Assert.java:57)
        at junit.framework.TestCase.fail(TestCase.java:227)
        at 
org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:355)
        at 
org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)

testSearchAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  
Time elapsed: 0.005 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchAuthZs 
id=ERR_04202 A value is missing on some RDN
        at junit.framework.Assert.fail(Assert.java:57)
        at junit.framework.TestCase.fail(TestCase.java:227)
        at 
org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:301)
        at 
org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)

testSearchMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time 
elapsed: 0.004 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchUserMods caught LdapException 
id=ERR_04202 A value is missing on some RDN
        at junit.framework.Assert.fail(Assert.java:57)
        at junit.framework.TestCase.fail(TestCase.java:227)
        at 
org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:241)
        at 
org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)

testSearchAdminMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  
Time elapsed: 0.005 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchAdminMods caught LdapException 
id=ERR_04202 A value is missing on some RDN
        at junit.framework.Assert.fail(Assert.java:57)
        at junit.framework.TestCase.fail(TestCase.java:227)
        at 
org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:195)
        at 
org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)


Results :

Failed tests: 
  AuditMgrImplTest.testGetAuthZs:311->getAuthZs:355 LdapException in 
AuditDAO.getAllAuthZs id=ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAdminMods:94->searchAdminMods:195 searchAdminMods 
caught LdapException id=ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAuthZs:248->searchAuthZs:301 LdapException in 
AuditDAO.searchAuthZs id=ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchBinds:399->searchBinds:444 LdapException in 
AuditDAO.searchBinds id=ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchMods:205->searchMods:241 searchUserMods caught 
LdapException id=ERR_04202 A value is missing on some RDN

Tests run: 129, Failures: 5, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:33 min
[INFO] Finished at: 2018-07-09T14:56:38+00:00
[INFO] Final Memory: 23M/333M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on 
project fortress-core: There are test failures.
[ERROR] 
[ERROR] Please refer to 
<https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/target/surefire-reports>
 for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Build step 'Invoke top-level Maven targets' marked build as failure
[dir-fortress-core-docker-openldap-test] $ /bin/bash 
/tmp/jenkins5902030069783203593.sh
dir-fortress-core-docker-openldap-test
dir-fortress-core-docker-openldap-test
CONTAINER ID        IMAGE               COMMAND             CREATED             
STATUS              PORTS               NAMES

Reply via email to