[
https://issues.apache.org/jira/browse/DIRSERVER-979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Custine resolved DIRSERVER-979.
-------------------------------------
Resolution: Fixed
Fix Version/s: 1.5.1
The new version of commons-logging pom.xml pulls in log4j, avalon, and logkit
as transitive dependencies so I have excluded them from assembly in the
uberjar. This should fix things for now but I would still like to move all log
dependencies up to the parent pom and convert to jcl104-over-slf4j.
> apacheds-trunk/apacheds/server-main> ./apacheds.sh is broken
> ------------------------------------------------------------
>
> Key: DIRSERVER-979
> URL: https://issues.apache.org/jira/browse/DIRSERVER-979
> Project: Directory ApacheDS
> Issue Type: Bug
> Reporter: Aron Sogor
> Assignee: Chris Custine
> Fix For: 1.5.1
>
>
> [EMAIL PROTECTED]:~/workspace/apacheds-trunk/apacheds/server-main>
> ./apacheds.sh
> uber jar exists
> _ _ ____ ____
> / \ _ __ __ _ ___| |__ ___| _ \/ ___|
> / _ \ | '_ \ / _` |/ __| '_ \ / _ \ | | \___ \
> / ___ \| |_) | (_| | (__| | | | __/ |_| |___) |
> /_/ \_\ .__/ \__,_|\___|_| |_|\___|____/|____/
> |_|
> Exception in thread "main" java.lang.IncompatibleClassChangeError: Class
> org.apache.log4j.Logger does not implement the requested interface
> org.slf4j.Logger
> at org.apache.directory.server.Service.init(Service.java:74)
> at org.apache.directory.server.UberjarMain.main(UberjarMain.java:54)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.