[dna-issues] [JBoss JIRA] Commented: (DNA-500) repositories example throws NoSuchMethodError due to conflicting log4j versions
Randall Hauch (JIRA)
jira-events at lists.jboss.org
Wed Aug 5 09:19:43 EDT 2009
[ https://jira.jboss.org/jira/browse/DNA-500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12479026#action_12479026 ]
Randall Hauch commented on DNA-500:
-----------------------------------
Actually, 1.5.8 is the latest released version, but 1.5.6 is the latest version available within the JBoss Maven 2 repository. The issues fixed in 1.5.7 and 1.5.8 appear to be pretty minor and largely shouldn't affect us (several are for JDK 1.4, and we're on 1.5; the rest don't sound like they apply), so for the time being we'll continue to use 1.5.6.
> repositories example throws NoSuchMethodError due to conflicting log4j versions
> -------------------------------------------------------------------------------
>
> Key: DNA-500
> URL: https://jira.jboss.org/jira/browse/DNA-500
> Project: DNA
> Issue Type: Bug
> Components: Examples
> Affects Versions: 0.6
> Environment: JBoss DNA revision 1142
> java version "1.6.0_0"
> OpenJDK Runtime Environment (IcedTea6 1.5) (ArchLinux-1.5-5-i686)
> OpenJDK Server VM (build 14.0-b15, mixed mode)
> Reporter: torkjel hongve
> Fix For: 0.6
>
>
> When launching the repositories example (using run.sh from target/dna-example-repositories-basic.dir/) I immediately get the following error:
> Exception in thread "Thread-1" java.lang.NoSuchMethodError: org.apache.log4j.Logger.isTraceEnabled()Z
> at org.slf4j.impl.Log4jLoggerAdapter.isTraceEnabled(Log4jLoggerAdapter.java:81)
> at org.jboss.dna.common.util.Logger.isTraceEnabled(Logger.java:411)
> at org.jboss.dna.graph.connector.map.MapRepositoryConnection.execute(MapRepositoryConnection.java
> etc...
> This is due to the lib direcotry containing both log4j-1.2.14.jar and log4j-1.2.8.jar. 1.2.14 is the correct one and contains the isTraceEnabled method, but version 1.2.8 is the one being used at runtime.
> "mvn dependency:tree" shows the following dependendy paths to log4j:
> [INFO] +- log4j:log4j:jar:1.2.14:compile
> [INFO] +- org.jboss.security:jbosssx-bare:jar:2.0.2.SP6:compile
> [INFO] | +- org.jboss.security:jboss-security-acl-impl:jar:2.0.2.SP6:compile
> [INFO] | | +- jboss:jboss-logging-log4j:jar:2.0.2.GA:runtime
> [INFO] | | | \- apache-log4j:log4j:jar:1.2.8:runtime
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the dna-issues
mailing list