First of all, thanks a lot for your help !
I tested it again, with the trace.. but I wasn't able to find out anything.
One thing that I noticed is that, this behaviour is not always the same... sometimes the
session keeps with server2.
Another thing I noticed on the log is a org.jboss.cache.interceptors.TxInterceptor
I'll paste the logs, where the session changes from one server to the other.
I don't have complete control over the development... I'll check if there's
the possibility of having a direct call to the servers... (do you think that could cause
the problem ?)
Thanks again !!!
Server1 LOG: (This is the one that went down and was restarted)
....
2008-06-23 11:49:21,634 INFO [org.jboss.system.server.Server] JBoss (MX MicroKernel)
[4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339)] Started in 1m:19s:299ms
2008-06-23 11:49:27,666 DEBUG [org.jboss.web.tomcat.tc5.session.JBossCacheManager] Looking
for sessions that have expired ...
2008-06-23 11:49:37,670 DEBUG [org.jboss.web.tomcat.tc5.session.JBossCacheManager] Looking
for sessions that have expired ...
2008-06-23 11:49:47,674 DEBUG [org.jboss.web.tomcat.tc5.session.JBossCacheManager] Looking
for sessions that have expired ...
2008-06-23 11:49:50,298 TRACE [org.jboss.web.tomcat.tc5.session.JBossCacheManager]
Checking for session 8hAMi0gD0tJfyB3cfOskYQ** in the distributed cache
2008-06-23 11:49:50,298 DEBUG [org.jboss.web.tomcat.tc5.session.JBossCacheManager]
Creating an empty ClusteredSession
2008-06-23 11:49:50,338 DEBUG [org.jboss.cache.interceptors.TxInterceptor] local
transaction exists - registering global tx if not present for
Thread[TP-Processor3,5,jboss]
2008-06-23 11:49:50,348 DEBUG [org.jboss.cache.transaction.DummyTransaction] registering
synchronization handler tx=org.jboss.cache.transaction.DummyTransaction@137008a,
handlers=[]
2008-06-23 11:49:53,382 DEBUG [org.jboss.cache.interceptors.TxInterceptor] local
transaction exists - registering global tx if not present for
Thread[TP-Processor3,5,jboss]
2008-06-23 11:49:53,382 DEBUG [org.jboss.cache.interceptors.TxInterceptor] Transaction
org.jboss.cache.transaction.DummyTransaction@137008a is already registered.
2008-06-23 11:49:53,392 DEBUG [org.jboss.cache.transaction.DummyTransaction] processing
beforeCompletion for tx=org.jboss.cache.transaction.DummyTransaction@137008a,
handlers=[TxInterceptor.LocalSynchronizationHandler(gtx=GlobalTransaction:<websdk-appl1:4309>:1,
tx=org.jboss.cache.transaction.DummyTransaction@137008a)]
2008-06-23 11:49:53,392 DEBUG [org.jboss.cache.transaction.DummyTransaction] processing
afterCompletion for tx=org.jboss.cache.transaction.DummyTransaction@137008a,
handlers=[TxInterceptor.LocalSynchronizationHandler(gtx=GlobalTransaction:<websdk-appl1:4309>:1,
tx=org.jboss.cache.transaction.DummyTransaction@137008a)]
2008-06-23 11:49:53,392 DEBUG [org.jboss.cache.interceptors.TxInterceptor] Running commit
phase. One phase? true
2008-06-23 11:49:53,392 TRACE [org.jboss.web.tomcat.tc5.session.JBossCacheManager] Updated
timestamp for unloaded session 8hAMi0gD0tJfyB3cfOskYQ**
2008-06-23 11:49:53,392 TRACE [org.jboss.web.tomcat.tc5.session.JBossCacheManager] Updated
timestamp for unloaded session 8hAMi0gD0tJfyB3cfOskYQ**
2008-06-23 11:49:53,392 DEBUG [org.jboss.cache.interceptors.TxInterceptor] Finished local
commit/rollback method for GlobalTransaction:<websdk-appl1:4309>:1
2008-06-23 11:49:53,392 DEBUG [org.jboss.cache.interceptors.TxInterceptor] Finished commit
phase
2008-06-23 11:49:53,392 DEBUG [org.jboss.web.tomcat.tc5.session.JBossCacheManager] Session
with id=8hAMi0gD0tJfyB3cfOskYQ**.tomcat2 added. Current active sessions 1
2008-06-23 11:49:53,402 DEBUG [org.jboss.web.tomcat.tc5.session.JBossCacheManager]
loadSession(): id= 8hAMi0gD0tJfyB3cfOskYQ**, session=SessionBasedClusteredSession[id:
8hAMi0gD0tJfyB3cfOskYQ**.tomcat2 lastAccessedTime: 1214239593763 version: 32 lastOutdated:
0]
2008-06-23 11:49:53,402 DEBUG [org.jboss.web.tomcat.tc5.session.JvmRouteValve]
checkJvmRoute(): check if need to re-route based on JvmRoute. Session id:
8hAMi0gD0tJfyB3cfOskYQ**.tomcat2 jvmRoute: tomcat1
2008-06-23 11:49:53,402 DEBUG [org.jboss.web.tomcat.tc5.session.JvmRouteValve]
handleJvmRoute(): We have detected a failover with different jvmRoute. old one: tomcat2
new one: tomcat1. Will reset the session id.
2008-06-23 11:49:53,402 DEBUG [org.jboss.web.tomcat.tc5.session.JvmRouteValve]
resetSessionId(): changed catalina session to= [8hAMi0gD0tJfyB3cfOskYQ**.tomcat1] old one=
[8hAMi0gD0tJfyB3cfOskYQ**.tomcat2]
2008-06-23 11:49:53,402 DEBUG [org.jboss.web.tomcat.tc5.session.JBossCacheManager] Setting
cookie with session id:8hAMi0gD0tJfyB3cfOskYQ**.tomcat1 & name:JSESSIONID
2008-06-23 11:49:54,103 DEBUG [org.jboss.resource.connectionmanager.IdleRemover]
internalRegisterPool: registering pool with interval 300000 old interval:
9223372036854775807
2008-06-23 11:49:54,103 DEBUG [org.jboss.resource.connectionmanager.IdleRemover]
internalRegisterPool: about to notify thread: old next: 1214239944103, new next:
1214239944103
2008-06-23 11:49:57,057 TRACE [org.jboss.web.tomcat.tc5.session.JBossCacheManager] check
to see if needs to store and replicate session with id 8hAMi0gD0tJfyB3cfOskYQ**.tomcat1
2008-06-23 11:49:57,057 TRACE [org.jboss.web.tomcat.tc5.session.ClusteredSession]
processSessionRepl(): session is dirty. Will increment version from: 32 and replicate.
2008-06-23 11:49:57,678 DEBUG [org.jboss.web.tomcat.tc5.session.JBossCacheManager] Looking
for sessions that have expired ...
2008-06-23 11:49:57,688 TRACE [org.jboss.web.tomcat.tc5.session.JBossCacheService]
marshalled object to size 698564 bytes
2008-06-23 11:49:58,269 TRACE [org.jboss.web.tomcat.tc5.session.CacheListener]
nodeDirty(): session in-memory data is invalidated with id: 8hAMi0gD0tJfyB3cfOskYQ** and
version: 35
2008-06-23 11:50:03,887 TRACE [org.jboss.web.tomcat.tc5.session.JBossCacheManager]
Updating session 8hAMi0gD0tJfyB3cfOskYQ** from the distributed cache
2008-06-23 11:50:03,887 DEBUG [org.jboss.cache.interceptors.TxInterceptor] local
transaction exists - registering global tx if not present for
Thread[TP-Processor3,5,jboss]
2008-06-23 11:50:03,887 DEBUG [org.jboss.cache.transaction.DummyTransaction] registering
synchronization handler tx=org.jboss.cache.transaction.DummyTransaction@779c66,
handlers=[]
2008-06-23 11:50:03,947 TRACE [org.jboss.web.tomcat.tc5.session.JBossCacheManager]
Updating session 8hAMi0gD0tJfyB3cfOskYQ** from the distributed cache
2008-06-23 11:50:04,227 DEBUG [org.jboss.cache.transaction.DummyTransaction] processing
beforeCompletion for tx=org.jboss.cache.transaction.DummyTransaction@779c66,
handlers=[TxInterceptor.LocalSynchronizationHandler(gtx=GlobalTransaction:<websdk-appl1:4309>:2,
tx=org.jboss.cache.transaction.DummyTransaction@779c66)]
2008-06-23 11:50:04,227 DEBUG [org.jboss.cache.transaction.DummyTransaction] processing
afterCompletion for tx=org.jboss.cache.transaction.DummyTransaction@779c66,
handlers=[TxInterceptor.LocalSynchronizationHandler(gtx=GlobalTransaction:<websdk-appl1:4309>:2,
tx=org.jboss.cache.transaction.DummyTransaction@779c66)]
2008-06-23 11:50:04,227 DEBUG [org.jboss.cache.interceptors.TxInterceptor] Running commit
phase. One phase? true
2008-06-23 11:50:04,227 DEBUG [org.jboss.cache.interceptors.TxInterceptor] Finished local
commit/rollback method for GlobalTransaction:<websdk-appl1:4309>:2
2008-06-23 11:50:04,227 DEBUG [org.jboss.cache.interceptors.TxInterceptor] Finished commit
phase
2008-06-23 11:50:04,227 DEBUG [org.jboss.web.tomcat.tc5.session.JBossCacheManager]
loadSession(): id= 8hAMi0gD0tJfyB3cfOskYQ**, session=SessionBasedClusteredSession[id:
8hAMi0gD0tJfyB3cfOskYQ**.tomcat2 lastAccessedTime: 1214239797665 version: 35 lastOutdated:
0]
2008-06-23 11:50:04,227 DEBUG [org.jboss.cache.interceptors.TxInterceptor] local
transaction exists - registering global tx if not present for
Thread[TP-Processor2,5,jboss]
2008-06-23 11:50:04,227 DEBUG [org.jboss.cache.transaction.DummyTransaction] registering
synchronization handler tx=org.jboss.cache.transaction.DummyTransaction@1b02a96,
handlers=[]
2008-06-23 11:50:04,378 DEBUG [org.jboss.web.tomcat.tc5.session.JvmRouteValve]
checkJvmRoute(): check if need to re-route based on JvmRoute. Session id:
8hAMi0gD0tJfyB3cfOskYQ**.tomcat2 jvmRoute: tomcat1
2008-06-23 11:50:04,378 DEBUG [org.jboss.web.tomcat.tc5.session.JvmRouteValve]
handleJvmRoute(): We have detected a failover with different jvmRoute. old one: tomcat2
new one: tomcat1. Will reset the session id.
2008-06-23 11:50:04,378 DEBUG [org.jboss.web.tomcat.tc5.session.JvmRouteValve]
resetSessionId(): changed catalina session to= [8hAMi0gD0tJfyB3cfOskYQ**.tomcat1] old one=
[8hAMi0gD0tJfyB3cfOskYQ**.tomcat2]
2008-06-23 11:50:04,378 DEBUG [org.jboss.web.tomcat.tc5.session.JBossCacheManager] Setting
cookie with session id:8hAMi0gD0tJfyB3cfOskYQ**.tomcat1 & name:JSESSIONID
2008-06-23 11:50:05,729 DEBUG [org.jboss.cache.transaction.DummyTransaction] processing
beforeCompletion for tx=org.jboss.cache.transaction.DummyTransaction@1b02a96,
handlers=[TxInterceptor.LocalSynchronizationHandler(gtx=GlobalTransaction:<websdk-appl1:4309>:3,
tx=org.jboss.cache.transaction.DummyTransaction@1b02a96)]
2008-06-23 11:50:05,729 DEBUG [org.jboss.cache.transaction.DummyTransaction] processing
afterCompletion for tx=org.jboss.cache.transaction.DummyTransaction@1b02a96,
handlers=[TxInterceptor.LocalSynchronizationHandler(gtx=GlobalTransaction:<websdk-appl1:4309>:3,
tx=org.jboss.cache.transaction.DummyTransaction@1b02a96)]
2008-06-23 11:50:05,729 DEBUG [org.jboss.cache.interceptors.TxInterceptor] Running commit
phase. One phase? true
2008-06-23 11:50:05,729 DEBUG [org.jboss.cache.interceptors.TxInterceptor] Finished local
commit/rollback method for GlobalTransaction:<websdk-appl1:4309>:3
2008-06-23 11:50:05,729 DEBUG [org.jboss.cache.interceptors.TxInterceptor] Finished commit
phase
2008-06-23 11:50:05,729 DEBUG [org.jboss.web.tomcat.tc5.session.JBossCacheManager]
loadSession(): id= 8hAMi0gD0tJfyB3cfOskYQ**, session=SessionBasedClusteredSession[id:
8hAMi0gD0tJfyB3cfOskYQ**.tomcat1 lastAccessedTime: 1214239797665 version: 35 lastOutdated:
0]
2008-06-23 11:50:05,729 DEBUG [org.jboss.web.tomcat.tc5.session.JvmRouteValve]
checkJvmRoute(): check if need to re-route based on JvmRoute. Session id:
8hAMi0gD0tJfyB3cfOskYQ**.tomcat1 jvmRoute: tomcat1
2008-06-23 11:50:05,770 TRACE [org.jboss.web.tomcat.tc5.session.JBossCacheManager] check
to see if needs to store and replicate session with id 8hAMi0gD0tJfyB3cfOskYQ**.tomcat1
2008-06-23 11:50:05,770 TRACE [org.jboss.web.tomcat.tc5.session.ClusteredSession]
processSessionRepl(): session is dirty. Will increment version from: 35 and replicate.
2008-06-23 11:50:06,050 TRACE [org.jboss.web.tomcat.tc5.session.JBossCacheService]
marshalled object to size 690832 bytes
2008-06-23 11:50:06,210 TRACE [org.jboss.web.tomcat.tc5.session.JBossCacheManager] check
to see if needs to store and replicate session with id 8hAMi0gD0tJfyB3cfOskYQ**.tomcat1
2008-06-23 11:50:06,210 TRACE [org.jboss.web.tomcat.tc5.session.ClusteredSession]
processSessionRepl(): session is dirty. Will increment version from: 36 and replicate.
2008-06-23 11:50:06,651 TRACE [org.jboss.web.tomcat.tc5.session.JBossCacheService]
marshalled object to size 690832 bytes
2008-06-23 11:50:06,891 DEBUG [org.jboss.web.tomcat.tc5.session.JvmRouteValve]
checkJvmRoute(): check if need to re-route based on JvmRoute. Session id:
8hAMi0gD0tJfyB3cfOskYQ**.tomcat1 jvmRoute: tomcat1
2008-06-23 11:50:06,901 TRACE [org.jboss.web.tomcat.tc5.session.JBossCacheManager] check
to see if needs to store and replicate session with id 8hAMi0gD0tJfyB3cfOskYQ**.tomcat1
2008-06-23 11:50:06,901 TRACE [org.jboss.web.tomcat.tc5.session.ClusteredSession]
processSessionRepl(): session is dirty. Will increment version from: 37 and replicate.
2008-06-23 11:50:07,031 TRACE [org.jboss.web.tomcat.tc5.session.JBossCacheService]
marshalled object to size 690594 bytes
....
Server2 LOG: (This is the one the should have kept the session)
....
2008-06-23 11:48:16,753 DEBUG [org.jboss.web.tomcat.tc5.session.JBossCacheManager] Looking
for sessions that have expired ...
2008-06-23 11:48:26,729 DEBUG [org.jboss.web.tomcat.tc5.session.JBossCacheManager] Looking
for sessions that have expired ...
2008-06-23 11:48:31,093 INFO [org.jboss.cache.TreeCache] viewAccepted():
[websdk-appl2:1589|3] [websdk-appl2:1589, websdk-appl1:4309]
2008-06-23 11:48:31,333 INFO [org.jboss.cache.TreeCache] locking the subtree at / to
transfer state
2008-06-23 11:48:31,343 DEBUG [org.jboss.cache.statetransfer.StateTransferGenerator_140]
generated the in-memory state (693730 bytes)
2008-06-23 11:48:31,343 DEBUG [org.jboss.cache.statetransfer.StateTransferGenerator_140]
returning the associated state (4 bytes)
2008-06-23 11:48:31,343 INFO [org.jboss.cache.statetransfer.StateTransferGenerator_140]
returning the state for tree rooted in /(1048576 bytes)
2008-06-23 11:48:34,778 INFO
[org.jboss.ha.framework.interfaces.HAPartition.lifecycle.Siemens2Cluster] New cluster view
for partition Siemens2Cluster (id: 3, delta: 1) : [161.134.71.92:26266,
161.134.71.91:26266]
2008-06-23 11:48:34,778 DEBUG
[org.jboss.ha.framework.interfaces.HAPartition.Siemens2Cluster] membership changed from 2
to 2
2008-06-23 11:48:34,778 DEBUG
[org.jboss.ha.framework.interfaces.HAPartition.Siemens2Cluster] Begin notifyListeners,
viewID: 3
2008-06-23 11:48:34,778 INFO
[org.jboss.ha.framework.server.DistributedReplicantManagerImpl.Siemens2Cluster] I am
(161.134.71.92:26266) received membershipChanged event:
2008-06-23 11:48:34,778 INFO
[org.jboss.ha.framework.server.DistributedReplicantManagerImpl.Siemens2Cluster] Dead
members: 0 ([])
2008-06-23 11:48:34,778 INFO
[org.jboss.ha.framework.server.DistributedReplicantManagerImpl.Siemens2Cluster] New
Members : 1 ([161.134.71.91:26266])
2008-06-23 11:48:34,778 INFO
[org.jboss.ha.framework.server.DistributedReplicantManagerImpl.Siemens2Cluster] All
Members : 2 ([161.134.71.92:26266, 161.134.71.91:26266])
2008-06-23 11:48:34,778 DEBUG
[org.jboss.ha.framework.interfaces.HAPartition.Siemens2Cluster] End notifyListeners,
viewID: 3
2008-06-23 11:48:34,808 DEBUG
[org.jboss.ha.framework.interfaces.HAPartition.Siemens2Cluster] getState called.
2008-06-23 11:48:34,808 DEBUG
[org.jboss.ha.framework.interfaces.HAPartition.Siemens2Cluster] getState for
DistributedReplicantManager
2008-06-23 11:48:34,808 DEBUG
[org.jboss.ha.framework.interfaces.HAPartition.Siemens2Cluster] getState for
HASessionStateTransfer
2008-06-23 11:48:34,808 DEBUG
[org.jboss.ha.hasessionstate.server.HASessionStateImpl./HASessionState/Default] Building
and returning state of HASessionState
2008-06-23 11:48:34,808 DEBUG
[org.jboss.ha.framework.interfaces.HAPartition.Siemens2Cluster] getState for HAJNDI
2008-06-23 11:48:34,808 DEBUG
[org.jboss.ha.framework.interfaces.HAPartition.Siemens2Cluster] getState for
DistributedState
2008-06-23 11:48:35,137 DEBUG
[org.jboss.ha.framework.server.HARMIServerImpl$RefreshProxiesHATarget] replicantsChanged
'HAJNDI' to 2 (intra-view id: -241862587)
2008-06-23 11:48:35,197 DEBUG
[org.jboss.cache.invalidation.bridges.JGCacheInvalidationBridge] The list of replicant for
the JG bridge has changed, computing and updating local info...
2008-06-23 11:48:35,197 DEBUG
[org.jboss.cache.invalidation.bridges.JGCacheInvalidationBridge] ... No bridge info was
associated to this node
2008-06-23 11:48:35,257 DEBUG
[org.jboss.cache.invalidation.bridges.JGCacheInvalidationBridge] Updating list of
invalidation groups that are bridged...
2008-06-23 11:48:35,257 DEBUG
[org.jboss.cache.invalidation.bridges.JGCacheInvalidationBridge] ... nothing needs to be
bridged.
2008-06-23 11:48:36,695 DEBUG [org.jboss.web.tomcat.tc5.session.JBossCacheManager] Looking
for sessions that have expired ...
008-06-23 11:48:46,672 DEBUG [org.jboss.web.tomcat.tc5.session.JBossCacheManager] Looking
for sessions that have expired ...
2008-06-23 11:48:56,648 DEBUG [org.jboss.web.tomcat.tc5.session.JBossCacheManager] Looking
for sessions that have expired ...
2008-06-23 11:49:06,625 DEBUG [org.jboss.web.tomcat.tc5.session.JBossCacheManager] Looking
for sessions that have expired ...
2008-06-23 11:49:16,591 DEBUG [org.jboss.web.tomcat.tc5.session.JBossCacheManager] Looking
for sessions that have expired ...
2008-06-23 11:49:26,567 DEBUG [org.jboss.web.tomcat.tc5.session.JBossCacheManager] Looking
for sessions that have expired ...
2008-06-23 11:49:31,271 DEBUG [org.jboss.resource.connectionmanager.IdleRemover] run:
IdleRemover notifying pools, interval: 150000
2008-06-23 11:49:36,544 DEBUG [org.jboss.web.tomcat.tc5.session.JBossCacheManager] Looking
for sessions that have expired ...
2008-06-23 11:49:46,510 DEBUG [org.jboss.web.tomcat.tc5.session.JBossCacheManager] Looking
for sessions that have expired ...
2008-06-23 11:49:48,038 DEBUG [org.jboss.web.tomcat.tc5.session.JvmRouteValve]
checkJvmRoute(): check if need to re-route based on JvmRoute. Session id:
8hAMi0gD0tJfyB3cfOskYQ**.tomcat2 jvmRoute: tomcat2
2008-06-23 11:49:48,048 TRACE [org.jboss.web.tomcat.tc5.session.JBossCacheManager] check
to see if needs to store and replicate session with id 8hAMi0gD0tJfyB3cfOskYQ**.tomcat2
2008-06-23 11:49:48,048 TRACE [org.jboss.web.tomcat.tc5.session.ClusteredSession]
processSessionRepl(): session is dirty. Will increment version from: 32 and replicate.
2008-06-23 11:49:49,207 TRACE [org.jboss.web.tomcat.tc5.session.JBossCacheService]
marshalled object to size 693472 bytes
2008-06-23 11:49:50,505 DEBUG [org.jboss.web.tomcat.tc5.session.JvmRouteValve]
checkJvmRoute(): check if need to re-route based on JvmRoute. Session id:
8hAMi0gD0tJfyB3cfOskYQ**.tomcat2 jvmRoute: tomcat2
2008-06-23 11:49:50,515 TRACE [org.jboss.web.tomcat.tc5.session.JBossCacheManager] check
to see if needs to store and replicate session with id 8hAMi0gD0tJfyB3cfOskYQ**.tomcat2
2008-06-23 11:49:50,515 TRACE [org.jboss.web.tomcat.tc5.session.ClusteredSession]
processSessionRepl(): session is dirty. Will increment version from: 33 and replicate.
2008-06-23 11:49:50,605 TRACE [org.jboss.web.tomcat.tc5.session.JBossCacheService]
marshalled object to size 693234 bytes
2008-06-23 11:49:56,487 DEBUG [org.jboss.web.tomcat.tc5.session.JBossCacheManager] Looking
for sessions that have expired ...
2008-06-23 11:49:57,665 DEBUG [org.jboss.web.tomcat.tc5.session.JvmRouteValve]
checkJvmRoute(): check if need to re-route based on JvmRoute. Session id:
8hAMi0gD0tJfyB3cfOskYQ**.tomcat2 jvmRoute: tomcat2
2008-06-23 11:49:57,685 TRACE [org.jboss.web.tomcat.tc5.session.JBossCacheManager] check
to see if needs to store and replicate session with id 8hAMi0gD0tJfyB3cfOskYQ**.tomcat2
2008-06-23 11:49:57,685 TRACE [org.jboss.web.tomcat.tc5.session.ClusteredSession]
processSessionRepl(): session is dirty. Will increment version from: 34 and replicate.
2008-06-23 11:49:57,985 INFO [org.jboss.web.tomcat.tc5.session.CacheListener] Possible
concurrency problem: Replicated version id 33 matches in-memory version for session
8hAMi0gD0tJfyB3cfOskYQ**
2008-06-23 11:49:57,985 TRACE [org.jboss.web.tomcat.tc5.session.JBossCacheService]
marshalled object to size 690584 bytes
2008-06-23 11:50:06,223 TRACE [org.jboss.web.tomcat.tc5.session.CacheListener]
nodeDirty(): session in-memory data is invalidated with id: 8hAMi0gD0tJfyB3cfOskYQ** and
version: 36
2008-06-23 11:50:06,463 DEBUG [org.jboss.web.tomcat.tc5.session.JBossCacheManager] Looking
for sessions that have expired ...
2008-06-23 11:50:06,723 TRACE [org.jboss.web.tomcat.tc5.session.CacheListener]
nodeDirty(): session in-memory data is invalidated with id: 8hAMi0gD0tJfyB3cfOskYQ** and
version: 37
2008-06-23 11:50:07,222 TRACE [org.jboss.web.tomcat.tc5.session.CacheListener]
nodeDirty(): session in-memory data is invalidated with id: 8hAMi0gD0tJfyB3cfOskYQ** and
version: 38
2008-06-23 11:50:07,721 TRACE [org.jboss.web.tomcat.tc5.session.CacheListener]
nodeDirty(): session in-memory data is invalidated with id: 8hAMi0gD0tJfyB3cfOskYQ** and
version: 39
2008-06-23 11:50:11,710 TRACE [org.jboss.web.tomcat.tc5.session.CacheListener]
nodeDirty(): session in-memory data is invalidated with id: 8hAMi0gD0tJfyB3cfOskYQ** and
version: 40
2008-06-23 11:50:12,100 TRACE [org.jboss.web.tomcat.tc5.session.CacheListener]
nodeDirty(): session in-memory data is invalidated with id: 8hAMi0gD0tJfyB3cfOskYQ** and
version: 41
2008-06-23 11:50:12,898 TRACE [org.jboss.web.tomcat.tc5.session.CacheListener]
nodeDirty(): session in-memory data is invalidated with id: 8hAMi0gD0tJfyB3cfOskYQ** and
version: 42
2008-06-23 11:50:15,715 DEBUG [org.jboss.web.tomcat.tc5.session.JBossCacheManager] Looking
for sessions that have expired ...
2008-06-23 11:50:25,691 DEBUG [org.jboss.web.tomcat.tc5.session.JBossCacheManager] Looking
for sessions that have expired ...
2008-06-23 11:50:26,690 TRACE [org.jboss.web.tomcat.tc5.session.CacheListener]
nodeDirty(): session in-memory data is invalidated with id: 8hAMi0gD0tJfyB3cfOskYQ** and
version: 43
2008-06-23 11:50:28,218 TRACE [org.jboss.web.tomcat.tc5.session.CacheListener]
nodeDirty(): session in-memory data is invalidated with id: 8hAMi0gD0tJfyB3cfOskYQ** and
version: 44
....
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160004#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...