1 Reply Latest reply on Jul 22, 2008 6:00 AM by manik

    remove and put method problems on Bea aqualogic 9.2

    user1k

      hi all,
      I am getting some problems by using the jBoss core cache 2.1.1.
      The jBoss cache instance is running in cluster on Bea aqualogic 9.2. The method remove of the Node interface does not work. Furthermore the put method of the same interface works only if there is only one active node in the cluster. If there are two active nodes in the cluster one data is not syncronized to the other.
      any suggestions?
      thks

        • 1. Re: remove and put method problems on Bea aqualogic 9.2
          manik

           

          "user1k" wrote:
          The method remove of the Node interface does not work.


          Could you elaborate a bit more on this? Do you have logs? Does the data exist in the cache in the first place?

          "user1k" wrote:
          Furthermore the put method of the same interface works only if there is only one active node in the cluster. If there are two active nodes in the cluster one data is not syncronized to the other.


          Are you using buddy replication? Also, are you using sync or async replication, or invalidation? Finally, can you see all members in the cluster? Try cache.getMembers() on all instances and see if they all see each other?

          Cheers
          Manik