1 Reply Latest reply on Aug 2, 2006 5:32 PM by brian.stansberry

    CacheException: Initial state transfer failed: Channel.getSt

    pharvener

      All,

      I'm using JBossCache 1.3, running JBoss 4.0.2, with Java 1.4.11.

      When issue

      config.configure(treeCache, inputStream);
      treeCache.startService();

      i get an exception: org.jboss.cache.CacheException: Initial state transfer failed: Channel.getState() returned false

      I dont think state is replicated..

      Any ideas...

      thanks

      paul

        • 1. Re: CacheException: Initial state transfer failed: Channel.g
          brian.stansberry

          You need to turn on DEBUG logging for org.jboss.cache.TreeCache and org.jboss.cache.statetransfer on both the newly joining node and the coordinator. The logs should give you some idea what's going on. It's most likely either:

          1) There was some problem preparing the state for transfer; you would see errors on the coordinator.
          2) Your InitialStateRetrievalTimeout is too low -- the request is timing out before the state is returned.
          3) There is some communication problem between the nodes.