AMBARI-21335. Cannot start ambari server (Vitaly Brodetskyi via smohanty)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/3acf9082 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3acf9082 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3acf9082 Branch: refs/heads/branch-feature-AMBARI-20859 Commit: 3acf9082c4dccc06e5131496f36213e8728e2260 Parents: 34e7900 Author: Sumit Mohanty <[email protected]> Authored: Fri Jun 23 18:34:55 2017 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Fri Jun 23 18:34:55 2017 -0700 ---------------------------------------------------------------------- ambari-server/src/main/assemblies/server.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/3acf9082/ambari-server/src/main/assemblies/server.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/assemblies/server.xml b/ambari-server/src/main/assemblies/server.xml index 53e65fd..c26a769 100644 --- a/ambari-server/src/main/assemblies/server.xml +++ b/ambari-server/src/main/assemblies/server.xml @@ -426,6 +426,10 @@ <outputDirectory>/usr/lib/ambari-server</outputDirectory> <unpack>false</unpack> <scope>runtime</scope> + <excludes> + <exclude>org.slf4j:slf4j-jdk14</exclude> + <exclude>org.slf4j:slf4j-nop</exclude> + </excludes> </dependencySet> </dependencySets> </assembly>
