> On Mar 3, 2019, at 6:17 AM, Kiran Ayyagari <[email protected]> wrote: > > I have finally got a chance to merge the relevant parts of this code from > FC-247 branch. > Local build passed after merge but I only ran "mvn clean install" but I > don't think this runs the whole IT suit. > > I request anyone with the whole LDAP server setup to give it a try and let > me know if something breaks.
Hi Kiran, I will be happy to test. I pulled the latest enmasse code from trunk, getting some compile errors, missing changes in the core. Currently I have latest from trunk on core. Are there some updates somewhere that need to be applied? Please advise. Here’s the trace [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ fortress-rest --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /home/smckinn/GIT/fortressDev/directory-fortress-enmasse/target/classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /home/smckinn/GIT/fortressDev/directory-fortress-enmasse/src/main/java/org/apache/directory/fortress/rest/AbstractMgrImpl.java:[47,34] cannot find symbol symbol: method getHttpStatus() location: variable se of type org.apache.directory.fortress.core.SecurityException [ERROR] /home/smckinn/GIT/fortressDev/directory-fortress-enmasse/src/main/java/org/apache/directory/fortress/rest/FortressResponseInterceptor.java:[60,88] cannot find symbol symbol: method getHttpStatus() location: class org.apache.directory.fortress.core.model.FortResponse [INFO] 2 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.821 s [INFO] Finished at: 2019-03-04T18:00:19-06:00 [INFO] Final Memory: 34M/378M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project fortress-rest: Compilation failure: Compilation failure: [ERROR] /home/smckinn/GIT/fortressDev/directory-fortress-enmasse/src/main/java/org/apache/directory/fortress/rest/AbstractMgrImpl.java:[47,34] cannot find symbol [ERROR] symbol: method getHttpStatus() [ERROR] location: variable se of type org.apache.directory.fortress.core.SecurityException [ERROR] /home/smckinn/GIT/fortressDev/directory-fortress-enmasse/src/main/java/org/apache/directory/fortress/rest/FortressResponseInterceptor.java:[60,88] cannot find symbol [ERROR] symbol: method getHttpStatus() [ERROR] location: class org.apache.directory.fortress.core.model.FortResponse [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/disp —Shawn
