0 Replies Latest reply on May 18, 2009 6:25 AM by mrathod

    Clustered Sessions

    mrathod

      We are using Jboss 4.2.2 with Buddy Replication for clustering.
      I have stopped all the cluster nodes running Jboss Application and start it one by one. I get following log on all the nodes of cluster. Shouldn't these session information should be removed if I restart complete cluster ?
      Please help....

      Server Log

      2009-05-18 07:05:23,623 DEBUG [org.jboss.web.tomcat.service.session.JBossCacheManager] Creating an empty ClusteredSession
      2009-05-18 07:05:23,639 DEBUG [org.jboss.web.tomcat.service.session.SessionIDGenerator] getSessionId called: ixiVryaGqdX0o7IsKmSiUg**
      2009-05-18 07:05:23,639 DEBUG [org.jboss.web.tomcat.service.session.JBossCacheManager] Session with id=ixiVryaGqdX0o7IsKmSiUg** added. Current active sessions 7


      jboss-service.xml


      <attribute name="BuddyReplicationConfig">
      <config>
      <buddyReplicationEnabled>false</buddyReplicationEnabled>
      <buddyLocatorClass>org.jboss.cache.buddyreplication.NextMemberBuddyLocator</buddyLocatorClass>
      <buddyLocatorProperties>
      numBuddies = 1
      ignoreColocatedBuddies = true
      </buddyLocatorProperties>

      <buddyPoolName>default</buddyPoolName>
      <buddyCommunicationTimeout>2000</buddyCommunicationTimeout>

      <autoDataGravitation>false</autoDataGravitation>
      <dataGravitationRemoveOnFind>true</dataGravitationRemoveOnFind>
      <dataGravitationSearchBackupTrees>true</dataGravitationSearchBackupTrees>
      </config>
      </attribute>