Hi List,
I am wondering what this message means. I looked for more of a description
in the source, but I could not piece it together.

Feb 4, 2013 3:16:14 PM org.apache.catalina.ha.session.DeltaManager
getAllClusterSessions
INFO: Manager [localhost#/myapp-0.1.0.BUILD-SNAPSHOT], requesting session
state from org.apache.catalina.tribes.membership.MemberImpl[tcp://
192.168.50.10:4110,192.168.50.10,4110, alive=0, securePort=-1, UDP Port=-1,
id={1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 0 }, payload={}, command={},
domain={109 115 97 99 107 115 45 115 116 ...(13)}, ]. This operation will
timeout if no session state has been received within 60 seconds.
Feb 4, 2013 3:17:14 PM org.apache.catalina.ha.session.DeltaManager
waitForSendAllSessions
SEVERE: Manager [localhost#/myapp-0.1.0.BUILD-SNAPSHOT]: No session state
send at 2/4/13 3:16 PM received, timing out after 60,089 ms.

Here's all I could derive from the source code:
z@z-z:dev$ grep -R "No session state send" apache-tomcat-7.0.35-src
apache-tomcat-7.0.35-src/java/org/apache/catalina/ha/session/LocalStrings.properties:deltaManager.noSessionState=Manager
[{0}]: No session state send at {1} received, timing out after {2} ms.

Reply via email to