Shawn McKinney created FC-243:
---------------------------------
Summary: [fortress-realm] proxy to use tomcat 9 interface
Key: FC-243
URL: https://issues.apache.org/jira/browse/FC-243
Project: FORTRESS
Issue Type: Improvement
Affects Versions: 2.0.1
Reporter: Shawn McKinney
Assignee: Shawn McKinney
Fix For: 2.0.3
When updating realm dependencies,
[INFO] org.apache.tomcat:tomcat-catalina ................... 7.0.22 -> 9.0.11
[
Get this error on proxy....
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.884s
[INFO] Finished at: Sat Sep 08 22:30:04 UTC 2018
[INFO] Final Memory: 24M/239M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on
project fortress-realm-proxy: Compilation failure: Compilation failure:
[ERROR]
/home/student/apache/fortress/directory-fortress-realm/proxy/src/main/java/org/apache/directory/fortress/realm/tomcat/Tc7AccessMgrProxy.java:[130,5]
method does not override or implement a method from a supertype
[ERROR]
/home/student/apache/fortress/directory-fortress-realm/proxy/src/main/java/org/apache/directory/fortress/realm/tomcat/Tc7AccessMgrProxy.java:[133,16]
cannot find symbol
[ERROR] symbol: variable info
[ERROR] location: class
org.apache.directory.fortress.realm.tomcat.Tc7AccessMgrProxy
[ERROR]
/home/student/apache/fortress/directory-fortress-realm/proxy/src/main/java/org/apache/directory/fortress/realm/tomcat/Tc7AccessMgrProxy.java:[182,5]
method does not override or implement a method from a supertype
[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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :fortress-realm-proxy
[student@NY1SCOLAPACHE01 directory-fortress-realm]$
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)