[infinispan-issues] [JBoss JIRA] Commented: (ISPN-1177) java.lang.IllegalArgumentException attempting to create Logger for HotRod Client
Jeff Ramsdale (JIRA)
jira-events at lists.jboss.org
Tue Jun 14 14:48:29 EDT 2011
[ https://issues.jboss.org/browse/ISPN-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12608625#comment-12608625 ]
Jeff Ramsdale commented on ISPN-1177:
-------------------------------------
I have a simple class with a main method for testing. Currently I'm running with a launch configuration in Eclipse using m2eclipse to resolve my classpath based on my Maven pom.
As it turns out I was blocked by https://issues.jboss.org/browse/ISPN-1148 in using CR4, So I built Infinispan from HEAD (29e3ef7df9cfc13a700b16d1a559196f33a3413d).
My classpath contains the following (from mvn dependency:list):
[INFO] The following files have been resolved:
[INFO] cglib:cglib-nodep:jar:2.2:compile
[INFO] ch.qos.logback:logback-classic:jar:0.9.28:compile
[INFO] ch.qos.logback:logback-core:jar:0.9.28:compile
[INFO] commons-pool:commons-pool:jar:1.5.4:compile
[INFO] i18nlog:i18nlog:jar:1.0.10:compile
[INFO] jline:jline:jar:0.9.94:compile
[INFO] net.jini:jsk-dl:jar:2.1:compile
[INFO] net.jini:jsk-lib:jar:2.1:compile
[INFO] net.jini:jsk-platform:jar:2.1:compile
[INFO] net.jini:start:jar:2.1:compile
[INFO] net.jini.lookup:jmx-lookup:jar:2.1:compile
[INFO] net.jini.lookup:serviceui:jar:2.1:compile
[INFO] org.apache.commons:commons-compress:jar:1.0:compile
[INFO] org.codehaus.groovy:groovy-all:jar:1.7.0:compile
[INFO] org.infinispan:infinispan-client-hotrod:jar:5.0.0-SNAPSHOT:compile
[INFO] org.infinispan:infinispan-core:jar:5.0.0-SNAPSHOT:compile
[INFO] org.jboss.javaee:jboss-transaction-api:jar:1.0.1.GA:compile
[INFO] org.jboss.logging:jboss-logging:jar:3.0.0.Beta5:compile
[INFO] org.jboss.marshalling:jboss-marshalling:jar:1.3.0.CR9:compile
[INFO] org.jboss.marshalling:jboss-marshalling-river:jar:1.3.0.CR9:compile
[INFO] org.jgroups:jgroups:jar:2.12.0.Final:compile
[INFO] org.rhq.helpers:rhq-pluginAnnotations:jar:3.0.1:compile
[INFO] org.rioproject:boot:jar:4.3-SNAPSHOT:compile
[INFO] org.rioproject:rio:jar:4.3-SNAPSHOT:compile
[INFO] org.rioproject.substrates.riospan:hotrod-api:jar:1.0.0-SNAPSHOT:compile
[INFO] org.rioproject.substrates.riospan:hotrod-proxy:jar:1.0.0-SNAPSHOT:compile
[INFO] org.rioproject.substrates.riospan:riospan-api:jar:1.0.0-SNAPSHOT:compile
[INFO] org.rioproject.substrates.riospan:riospan-core:jar:1.0.0-SNAPSHOT:compile
[INFO] org.slf4j:jcl-over-slf4j:jar:1.6.1:compile
[INFO] org.slf4j:jul-to-slf4j:jar:1.6.1:compile
[INFO] org.slf4j:log4j-over-slf4j:jar:1.6.1:compile
[INFO] org.slf4j:slf4j-api:jar:1.6.1:compile
> java.lang.IllegalArgumentException attempting to create Logger for HotRod Client
> --------------------------------------------------------------------------------
>
> Key: ISPN-1177
> URL: https://issues.jboss.org/browse/ISPN-1177
> Project: Infinispan
> Issue Type: Bug
> Components: Core API
> Affects Versions: 5.0.0.CR4
> Reporter: Jeff Ramsdale
> Assignee: Galder ZamarreƱo
> Priority: Critical
> Fix For: 5.0.0.CR7
>
>
> Changes to 5.0.0 (CR4, in my case) related to logging break my app. I use slf4j for logging and route commons-logging, log4j, and java.util.logging to slf4j to route to Logback.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list