[infinispan-issues] [JBoss JIRA] (ISPN-9968) JCacheStateAwarenessIT failure due to infinispan-remote dependency

Ryan Emerson (Jira) issues at jboss.org
Wed Feb 13 07:26:00 EST 2019


     [ https://issues.jboss.org/browse/ISPN-9968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan Emerson updated ISPN-9968:
-------------------------------
    Sprint: Sprint 10.0.0.Beta1


> JCacheStateAwarenessIT failure due to infinispan-remote dependency
> ------------------------------------------------------------------
>
>                 Key: ISPN-9968
>                 URL: https://issues.jboss.org/browse/ISPN-9968
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Test Suite - Server
>    Affects Versions: 10.0.0.Beta1
>            Reporter: Ryan Emerson
>            Assignee: Ryan Emerson
>            Priority: Major
>             Fix For: 10.0.0.Beta1
>
>
> ISPN-9554 introduced a dependency on {{infinispan-remote}} on the server/integration/testsuite that results in classes not being loaded as expected. We should remove this dependency and find an alternative solution for ISPN-9554.
> JCacheStateAwarenessIT failure cause:
> {code:java}
> Caused by: java.lang.IllegalArgumentException: Logger implementation class org.infinispan.jcache.logging.Log_$logger has no matching constructor
> 	at org.jboss.logging.Logger$1.run(Logger.java:2562) ~[?:?]
> 	at java.security.AccessController.doPrivileged(Native Method) ~[?:?]
> 	at org.jboss.logging.Logger.getMessageLogger(Logger.java:2529) ~[?:?]
> 	at org.jboss.logging.Logger.getMessageLogger(Logger.java:2516) ~[?:?]
> 	at org.infinispan.commons.logging.LogFactory.getLog(LogFactory.java:18) ~[?:?]
> 	at org.infinispan.jcache.AbstractJCachingProvider.<clinit>(AbstractJCachingProvider.java:23) ~[?:?]
> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:?]
> 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
> 	at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:?]
> 	at java.lang.Class.newInstance(Class.java:442) ~[?:?]
> 	at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:380) ~[?:?]
> {code}



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the infinispan-issues mailing list