1 Reply Latest reply on Oct 1, 2012 6:23 AM by sannegrinovero

    does not exist on this cache manager!

    trind

      I have 2 diffrent jboss seperated from each other but on same net. (JbossAS 6.1)

       

      I have and applicaton that runs well on one server. that uses infispan as secondlevel cache with hibernate.

      but on the other sever i get the following message, how do i configure it so the both jbosses can cache the application from server one.

       

       

      2012-09-26 09:47:23,651 INFO  [org.infinispan.remoting.InboundInvocationHandlerImpl] (Incoming-16,null) Cache named persistence.unit:unitName=se.syll.plattform-ear.ear/se.syll.jobbcomponent-ejb.jar#se.syll.jobbcomponent.org.hibernate.cache.UpdateTimestampsCache does not exist on this cache manager!
      2012-09-26 09:47:23,672 INFO  [org.infinispan.remoting.InboundInvocationHandlerImpl] (Incoming-11,null) Cache named persistence.unit:unitName=se.syll.plattform-ear.ear/se.syll.jobbcomponent-ejb.jar#se.syll.jobbcomponent.org.hibernate.cache.UpdateTimestampsCache does not exist on this cache manager!
      2012-09-26 09:47:23,686 INFO  [org.infinispan.remoting.InboundInvocationHandlerImpl] (Incoming-20,null) Cache named persistence.unit:unitName=se.syll.plattform-ear.ear/se.syll.jobbcomponent-ejb.jar#se.syll.jobbcomponent.org.hibernate.cache.UpdateTimestampsCache does not exist on this cache manager!

       

       

      Yours Sincerly

      //Joachim

        • 1. Re: does not exist on this cache manager!
          sannegrinovero

          this has been resolved a long time ago, so the best approach would be to upgrade.

           

          Generally you could also ignore the warning: if the Cache isn't started yet, it means you Hibernate application didn't start it yet on that node so this timestamp isn't going to be needed anyway; when the app will be started it will connect and retrive the latest values.