You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Chris Custine (JIRA)" <ji...@apache.org> on 2007/06/21 08:53:26 UTC

[jira] Commented: (DIRSERVER-979) apacheds-trunk/apacheds/server-main> ./apacheds.sh is broken

    [ https://issues.apache.org/jira/browse/DIRSERVER-979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506779 ] 

Chris Custine commented on DIRSERVER-979:
-----------------------------------------

It looks like our maven config for logging APIs is a bit messy and inconsistent, and the server-main pom is missing some of the runtime jars required for the Uberjar.  In addition, the Uberjar is pulling in a huge amount of transitive dependencies (log4j, nlog4j, commons-logging, logkit, and avalon just to name a few).  It will take a little bit of time to sort through the dependency mess but I will try to fix this in the next day or so.

> 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
>
> aron@neptune:~/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.