Dmytro Sen created AMBARI-20045:
-----------------------------------
Summary: More than one version of jetty jars found in Ambari rpm
Key: AMBARI-20045
URL: https://issues.apache.org/jira/browse/AMBARI-20045
Project: Ambari
Issue Type: Bug
Components: ambari-server
Affects Versions: 2.5.0
Reporter: Dmytro Sen
Assignee: Dmytro Sen
Priority: Critical
Fix For: 2.5.0
Got a warning on restart of my cluster:
{code}
Ambari Server running with administrator privileges.
Organizing resource files at /var/lib/ambari-server/resources...
WARNING: Multiple versions of jetty-util.jar found in java class path
(/usr/lib/ambari-server/jetty-util-6.1.26.jar and
/usr/lib/ambari-server/jetty-util-8.1.19.v20160209.jar).
Make sure that you include only one jetty-util.jar in the java class path
'/etc/ambari-server/conf:/usr/lib/ambari-server/*:/usr/share/java/mysql-connector-java.jar'.
Ambari database consistency check started...
{code}
Noticed there are older jetty jars packaged with the rpm:
{code}
[root@perf-a-1 ~]# rpm -ql ambari-server-2.5.0.0-914.x86_64 | grep jetty
/usr/lib/ambari-server/jetty-6.1.26.jar
/usr/lib/ambari-server/jetty-util-6.1.26.jar
/usr/lib/ambari-server/jetty-util-8.1.19.v20160209.jar
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)