[infinispan-dev] Failure looking up the river marshaller under AS 7 environment

Dan Berindei dan.berindei at gmail.com
Tue May 31 04:20:14 EDT 2011


We don't use the TCCL to load the MarshallerFactory:

      factory = Marshalling.getMarshallerFactory("river",
Marshalling.class.getClassLoader());

Maybe the Marshalling class and the RiverMarshallerFactory classes are
in different modules?

Dan


On Tue, May 31, 2011 at 10:14 AM, "이희승 (Trustin Lee)" <trustin at gmail.com> wrote:
> Hi folks,
>
> I'm trying to run Infinispan under AS 7 (i.e. JBoss Modules).  I
> succeeded to run an EmbeddedCacheManager, HotRodServer, and
> MemcachedServer.  However, it fails when a new node joins the cluser:
>
>     http://pastebin.com/pGfxSWJP
>
> The root cause of the failure is that GenericJBossMarshaller fails to
> find the RiverMarshallerFactory.  So, I set the TCCL, but it didn't help
> at all.  Even setting the TCCL to
> RiverMarshallerFactory.class.getClassLoader() doesn't seem to help.  Any
> clues?
>
> Cheers
>
> --
> Trustin Lee, http://gleamynode.net/
> _______________________________________________
> infinispan-dev mailing list
> infinispan-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/infinispan-dev
>



More information about the infinispan-dev mailing list