> On Dec 2, 2016, at 1:51 PM, Martijn Dashorst <[email protected]> > wrote: > > When running step 1 I encountered some problems: > > - the run_tests.sh script doesn't work on Mac OS X (El Capitan) due > to a missing parameter for sed. I had to insert '-e' before the > replacement expression > > - running the script fails a test: > > 2016-12-02 20:44:022 ERROR PropertyMgrImplTest:94 - addProperties > caught SecurityException rc=1003, msg=add entity properties[Group] > caught LDAPException=attribute 'ftProps' not allowed > org.apache.directory.fortress.core.UpdateException: add entity > properties[Group] caught LDAPException=attribute 'ftProps' not allowed > at > org.apache.directory.fortress.core.impl.PropertyDAO.addProperties(PropertyDAO.java:71) > ... 24 more > > But I doubt that either of these steps will solve the > ClassNotFoundException in wildfly.
Hey Martjin, was this the only test case that failed? If so it won’t stop the web app from working. If there were more errors please let me know. Here’s a test summary on my machine with a configuration similar to yours: Failed tests: PropertyMgrImplTest.testCrudProperties:63->addProperties:96 add entity properties[Group] caught LDAPException=attribute 'ftProps' not allowed Tests run: 127, Failures: 1, Errors: 0, Skipped: 0 If this is what you are seeing, it is a minor issue and can be ignored. Thanks, Shawn
