[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
Wed Jun 15 05:52:29 EDT 2011


    [ https://issues.jboss.org/browse/ISPN-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12608776#comment-12608776 ] 

Galder Zamarreño commented on ISPN-1177:
----------------------------------------

Hmmm, I'm confused now, but it seems like you're getting this exception after you tried to build Infinispan from head?

{code}Caused by: java.lang.IllegalArgumentException: 
Invalid logger interface org.infinispan.client.hotrod.logging.Log (implementation not found){code}

That exception appears to mean that in your build, annotation processing did not happen, cos at build time, an implementation of org.infinispan.client.hotrod.logging.Log should have been generated. I don't know why this did not happen. Maybe you modified the pom files somehow? Maybe a JDK issue when building? What JDK do you use?

I'd be more worried if the issue was found in a jar we publish.

> 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