1 2 Previous Next 19 Replies Latest reply on Jul 11, 2011 6:07 AM by pmuir Go to original post
      • 15. Infinispan 5.0.0 on JBoss AS 6.0.0
        brenuart

        1/

        delete schemas/infinispan-config.xsd from $JBOSS_HOME/server/all/lib/jboss-ha-server-ispn.jar as explained in

        https://issues.jboss.org/browse/JBCLUSTER-292 --> doesn't work, still same problem and stacktrace

         

        2/

        I noticed schema/infinispan-config-5.0.xsd is also included in $JBOSS_HOME/server/all/lib/infinispan-core.jar - although this jar is for version 4.x

        I removed this XSD but without success, still same problem and stacktrace.

         

        3/

        I did the same with the infinispan jar contained in my EAR, keeping only schema 5.0 (delete versions 4.x) --> still same problem and stack trace.

         

         

        No need to say I'm lost

        • 16. Re: Infinispan 5.0.0 on JBoss AS 6.0.0
          pferraro


          Galder Zamarreño wrote:

           

          Bertrand, I suspect Paul created https://issues.jboss.org/browse/JBCLUSTER-292 as a result of this. Paul can you confirm?

          Actually, no.  This bug is to remove an older version of the schema that I added to work with one of the previous 4.2.0 CR releases where the xsd was missing from the infinispan jar.  I forgot to remove the xsd from the jboss-ha-server-ispn.jar .  With it in place, users cannot define location hints like site, rack, etc. (without running into parsing errors) which were added to the schema later in the 4.2.0 release cycle.

          • 17. Infinispan 5.0.0 on JBoss AS 6.0.0
            brenuart

            So, does it mean the problem/bug is still there and nobody is in charge ?

            Should I create a JIRA issue against Infinispan for this ?

            • 18. Infinispan 5.0.0 on JBoss AS 6.0.0
              yangju

              I have managed to upgrade jboss 6 to Infinispan 5.0.0.CR1 but updating all the jars (from the 5.0.0.CR1 release) on jboss server lib and also changed the reference to 4.2 xsd to 5.0 xsd in jboss-ha-server-ispn.jar. I am not including any infinispan related jars in my ear (all jars are put in jboss server lib) When I started a single node, everything is fine. But as soon as I added a second node (in a distriubted mode), the first node gave errors like:

               

              Caused by: an exception which occurred:

                  in object org.infinispan.tree.NodeKey@ff816b1c

                      -> toString = NodeKey{contents=STRUCTURE, fqn=/}

                  in object org.infinispan.container.entries.ImmortalCacheEntry@f28dc3ea

                      -> toString = ImmortalCacheEntry{cacheValue=ImmortalCacheValue{value=AtomicHashMap{delegate=org.infinispan.util.FastCopyHashMap@1719c5f}}} ImmortalCacheEntry{key=NodeKey{contents=STRUCTURE, fqn=/}}

                  in object java.util.HashSet@e39ea0fd

                      -> toString = [ImmortalCacheEntry{cacheValue=ImmortalCacheValue{value=AtomicHashMap{delegate=org.infinispan.util.FastCopyHashMap@1719c5f}}} ImmortalCacheEntry{key=NodeKey{contents=STRUCTURE, fqn=/}}, ImmortalCacheEntry{cacheValue=ImmortalCacheValue{value=AtomicHashMap{delegate=org.infinispan.util.FastCopyHashMap@1d16256}}} ImmortalCacheEntry{key=NodeKey{contents=DATA, fqn=/}}]

               

              Do you know why I got this error?

              I hope infinispan team can give us a guideline on how to update infinispan on jboss 6. Or is this Application Server team's job?

               

              Thanks.

              • 19. Re: Infinispan 5.0.0 on JBoss AS 6.0.0
                pmuir

                Marking this post as assumed answered as no activity from OP. OP, feel free to reopen if still an issue for you

                1 2 Previous Next