nijel created HDFS-8442:
---------------------------
Summary: Remove ServerLifecycleListener from kms/server.xml.
Key: HDFS-8442
URL: https://issues.apache.org/jira/browse/HDFS-8442
Project: Hadoop HDFS
Issue Type: Bug
Reporter: nijel
Assignee: nijel
Remove ServerLifecycleListener from kms/server.xml.
>From tomcat Tomcat 7.0.9 the support for ServerLifecycleListener is removed
ref : https://tomcat.apache.org/tomcat-7.0-doc/changelog.html
Remove ServerLifecycleListener. This was already removed from server.xml and
with the Lifecycle re-factoring is no longer required. (markt)
So if the build env is with tomcat later than this, kms startup is failing
{code}
SEVERE: Begin event threw exception
java.lang.ClassNotFoundException:
org.apache.catalina.mbeans.ServerLifecycleListener
{code}
can we remove this listener ?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)