From issues at jboss.org Thu Jun 5 03:08:15 2014 From: issues at jboss.org (Usha N (JIRA)) Date: Thu, 5 Jun 2014 03:08:15 -0400 (EDT) Subject: [jbosscache-issues] [JBoss JIRA] (JBCACHE-1636) Latest version of Jboss cache is not compatible with jgroup version 3.0.0.Final In-Reply-To: References: Message-ID: Usha N created JBCACHE-1636: ------------------------------- Summary: Latest version of Jboss cache is not compatible with jgroup version 3.0.0.Final Key: JBCACHE-1636 URL: https://issues.jboss.org/browse/JBCACHE-1636 Project: JBoss Cache Issue Type: Feature Request Security Level: Public (Everyone can see) Components: Clustering, Replication Affects Versions: 3.2.5.GA, 3.2.2.GA Reporter: Usha N Assignee: Manik Surtani Hi, We are facing some issue in jgroups join. And the same issue was already reported earlier by someonelse(JGRP-985) and currently it is fixed in jgroups-3.0.0.Final.jar(JGRP-1007: https://issues.jboss.org/browse/JGRP-1007) But this new version of jgroups and latest version of jboss cache core (tested with jbosscache-core-3.2.2.GA.jar and jbosscache-core-3.2.5.GA.jar) are not compatible. getting below error: java.lang.NoClassDefFoundError: org.jgroups.blocks.RpcDispatcher$Marshaller2 >> at java.lang.ClassLoader.defineClassImpl(Native Method) >> at java.lang.ClassLoader.defineClass(ClassLoader.java:275) >> at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:74) >> at com.ibm.ws.classloader.CompoundClassLoader._defineClass(CompoundClassLoader.java:830) >> at com.ibm.ws.classloader.CompoundClassLoader.localFindClass(CompoundClassLoader.java:745) >> at com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundClassLoader.java:586) >> at java.lang.ClassLoader.loadClass(ClassLoader.java:665) >> at java.lang.Class.getDeclaredMethodsImpl(Native Method) >> at java.lang.Class.getDeclaredMethods(Class.java:746) >> at org.jboss.cache.util.reflect.ReflectionUtil.inspectRecursively(ReflectionUtil.java:74) >> at org.jboss.cache.util.reflect.ReflectionUtil.getAllMethods(ReflectionUtil.java:57) >> at org.jboss.cache.factories.ComponentRegistry.addComponentDependencies(ComponentRegistry.java:266) >> at org.jboss.cache.factories.ComponentRegistry.registerComponent(ComponentRegistry.java:253) >> at org.jboss.cache.factories.ComponentRegistry.(ComponentRegistry.java:122) >> at org.jboss.cache.DefaultCacheFactory.bootstrap(DefaultCacheFactory.java:150) >> at org.jboss.cache.DefaultCacheFactory.createAndWire(DefaultCacheFactory.java:140) >> at org.jboss.cache.DefaultCacheFactory.createCache(DefaultCacheFactory.java:119) >> at org.jboss.cache.DefaultCacheFactory.createCache(DefaultCacheFactory.java:104) ...... Could you please let us know how do we address this incompatibility issue. Will there be any support to fix the same? Thanks & regards, Usha N. -- This message was sent by Atlassian JIRA (v6.2.3#6260)