You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Stefano Bagnara (JIRA)" <se...@james.apache.org> on 2006/03/22 21:22:10 UTC

[jira] Created: (JAMES-459) Incompatible/Duplicate excalibur-cli-1.0.jar library in classpath

Incompatible/Duplicate excalibur-cli-1.0.jar library in classpath
-----------------------------------------------------------------

         Key: JAMES-459
         URL: http://issues.apache.org/jira/browse/JAMES-459
     Project: James
        Type: Bug
    Versions: 2.3.0a1    
    Reporter: Stefano Bagnara
 Assigned to: Stefano Bagnara 
    Priority: Minor


We have to different excalibur-1.0.jar files in our classpath: phoenix-bin/lib/excalibur-1.0.jar and phoenix-bin/bin/lib/excalibur-1.0.jar
The correct one seems to be the /bin/lib version.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Resolved: (JAMES-459) Incompatible/Duplicate excalibur-cli-1.0.jar library in classpath

Posted by "Stefano Bagnara (JIRA)" <se...@james.apache.org>.
     [ http://issues.apache.org/jira/browse/JAMES-459?page=all ]
     
Stefano Bagnara resolved JAMES-459:
-----------------------------------

    Fix Version: 2.3.0a2
     Resolution: Fixed

> Incompatible/Duplicate excalibur-cli-1.0.jar library in classpath
> -----------------------------------------------------------------
>
>          Key: JAMES-459
>          URL: http://issues.apache.org/jira/browse/JAMES-459
>      Project: James
>         Type: Bug
>     Versions: 2.3.0a1
>     Reporter: Stefano Bagnara
>     Assignee: Stefano Bagnara
>     Priority: Minor
>      Fix For: 2.3.0a2

>
> We have to different excalibur-1.0.jar files in our classpath: phoenix-bin/lib/excalibur-1.0.jar and phoenix-bin/bin/lib/excalibur-1.0.jar
> The correct one seems to be the /bin/lib version.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Commented: (JAMES-459) Incompatible/Duplicate excalibur-cli-1.0.jar library in classpath

Posted by "Bernd Fondermann (JIRA)" <se...@james.apache.org>.
    [ http://issues.apache.org/jira/browse/JAMES-459?page=comments#action_12371527 ] 

Bernd Fondermann commented on JAMES-459:
----------------------------------------

that's right, phoenix-bin/bin/lib/excalibur-cli-1.0.jar is the right one to not let the stacktrace in question appear - but it does not get loaded, even if /lib/excalibur-cli-1.0.jar is removed. only moving jar from bin/lib/ to lib/ fixes the problem.

so the question comes up, if the bin/lib jars are needed at all!?

BTW, the stacktrace in question is:

Running Phoenix:
There was an uncaught exception:
---------------------------------------------------------
--- Message ---
org.apache.avalon.excalibur.cli.CLOption.getDescriptor()Lorg/apache/avalon/excalibur/cli/CLOptionDescriptor;
--- Stack Trace ---
java.lang.NoSuchMethodError: org.apache.avalon.excalibur.cli.CLOption.getDescriptor()Lorg/apache/avalon/excalibur/cli/CLOptionDescriptor;
        at org.apache.avalon.phoenix.frontends.CLISetup.parseCommandLineOptions(CLISetup.java:202)
        at org.apache.avalon.phoenix.frontends.CLIMain.main(CLIMain.java:122)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at org.apache.avalon.phoenix.launcher.Main.startup(Main.java:128)
        at org.apache.avalon.phoenix.launcher.Main.main(Main.java:83)


> Incompatible/Duplicate excalibur-cli-1.0.jar library in classpath
> -----------------------------------------------------------------
>
>          Key: JAMES-459
>          URL: http://issues.apache.org/jira/browse/JAMES-459
>      Project: James
>         Type: Bug
>     Versions: 2.3.0a1
>     Reporter: Stefano Bagnara
>     Assignee: Stefano Bagnara
>     Priority: Minor

>
> We have to different excalibur-1.0.jar files in our classpath: phoenix-bin/lib/excalibur-1.0.jar and phoenix-bin/bin/lib/excalibur-1.0.jar
> The correct one seems to be the /bin/lib version.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org