[infinispan-issues] [JBoss JIRA] Commented: (ISPN-1177) java.lang.IllegalArgumentException attempting to create Logger for HotRod Client
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Thu Jun 16 12:42:23 EDT 2011
[ https://issues.jboss.org/browse/ISPN-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12609287#comment-12609287 ]
Galder Zamarreño commented on ISPN-1177:
----------------------------------------
Jeff, in theory, it should work fine with 2.2.1 though I currently use 3.0.3 cos it's faster. Can you give Maven 3.0.3 a try and see if it works for you? Maybe we have to up the Maven req for building Infinispan.
To help your debugging, I normally build with:
{code}mvn -Dmaven.test.skip.exec=true -P-extras clean install{code}
Then, if I want to limit the build to particular projects, I add -pl at the end such as:
{code}mvn -Dmaven.test.skip.exec=true -P-extras clean install -pl core,server/core,server/hotrod,client/hotrod-client{code}
Btw, I'll be away for a fair few days from tomorrow onwards, so maybe you can ping other Infinispan devs on IRC.
> 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
>
> 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