DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=37809>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=37809 Summary: Replication seems to start before context is started Product: Tomcat 5 Version: Unknown Platform: Other URL: http://www.eurotours.at OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: Catalina:Cluster AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] 06.12.2005 10:22:21 org.apache.catalina.cluster.session.ClusterSessionListener messageReceived WARNUNG: Context manager doesn't exist:/business 06.12.2005 10:22:21 org.apache.catalina.cluster.tcp.SimpleTcpCluster logReceiveMessage INFO: RECEIVE 06.12.2005:10:22:21 0 192.168.13.17:4.001 755CE9D4D4070F3AF674AF21AE3F6B8C.2-1133860941468 true 06.12.2005 10:22:21 org.apache.catalina.cluster.session.ClusterSessionListener messageReceived WARNUNG: Context manager doesn't exist:/business 06.12.2005 10:22:21 org.apache.catalina.cluster.tcp.SimpleTcpCluster logReceiveMessage INFO: RECEIVE 06.12.2005:10:22:21 0 192.168.13.17:4.001 CA1F4CC84E01B3F90CA99B5BB9A06DB1.2-1133860941499 true 06.12.2005 10:22:21 org.apache.catalina.cluster.session.ClusterSessionListener messageReceived WARNUNG: Context manager doesn't exist:/business 06.12.2005 10:22:21 org.apache.catalina.cluster.tcp.SimpleTcpCluster logReceiveMessage INFO: RECEIVE 06.12.2005:10:22:21 0 192.168.13.17:4.001 6E9499A3348F98A1805435A3E682CD39.2-1133860941749 true 06.12.2005 10:22:21 org.apache.catalina.cluster.session.DeltaManager start INFO: Register manager /business to cluster element Host with name localhost 06.12.2005 10:22:21 org.apache.catalina.cluster.session.DeltaManager start INFO: Starting clustering manager at /business 06.12.2005 10:22:22 org.apache.catalina.cluster.tcp.SimpleTcpCluster logSendMessage INFO: SEND 06.12.2005:10:22:21 32 192.168.13.17:4.001 GET-ALL-/business 06.12.2005 10:22:22 org.apache.catalina.cluster.session.DeltaManager getAllClusterSessions WARNUNG: Manager [/business], requesting session state from org.apache.catalina.cluster.mcast.McastMember[tcp://192.168.13.17:4001,catalina,192.168.13.17,4001, alive=1360860]. This operation will timeout if no session state has been received within 60 seconds. 06.12.2005 10:22:22 org.apache.catalina.cluster.tcp.SimpleTcpCluster logReceiveMessage INFO: RECEIVE 06.12.2005:10:22:22 0 192.168.13.17:4.001 81C9A18A8237538D9497A8880B38E8E9.2-1133860942436 true 06.12.2005 10:22:22 org.apache.catalina.cluster.tcp.SimpleTcpCluster logReceiveMessage INFO: RECEIVE 06.12.2005:10:22:22 0 192.168.13.17:4.001 81C9A18A8237538D9497A8880B38E8E9.2-1133860942483 true 06.12.2005 10:22:22 org.apache.catalina.cluster.tcp.SimpleTcpCluster logReceiveMessage This should show what I mean. There are many warnings before. I use 5.5.13 (beta) on jkd1.5.0_6 on win2000 SP4 The cluster config look like this: <Cluster className="org.apache.catalina.cluster.tcp.SimpleTcpCluster" managerClassName="org.apache.catalina.cluster.session.DeltaManager" expireSessionsOnShutdown="false" useDirtyFlag="true" notifyListenersOnReplication="true" doClusterLog="true" clusterLogName="clusterlog"> <Membership className="org.apache.catalina.cluster.mcast.McastService" mcastAddr="228.0.0.4" mcastBindAddress="192.168.13.7" mcastPort="45564" mcastFrequency="500" mcastDropTime="3000"/> <Receiver className="org.apache.catalina.cluster.tcp.ReplicationListener" tcpListenAddress="auto" tcpListenPort="4001" tcpSelectorTimeout="100" tcpThreadCount="6"/> <!-- <Sender className="org.apache.catalina.cluster.tcp.ReplicationTransmitter" replicationMode="fastasyncqueue" compress="true" doTransmitterProcessingStats="true" waitForAck="false" autoConnect="false"/> --> <Sender className="org.apache.catalina.cluster.tcp.ReplicationTransmitter" replicationMode="pooled" keepAliveTimeout="15000" keepAliveMaxRequestCount="1000" autoConnect="true" /> <Valve className="org.apache.catalina.cluster.tcp.ReplicationValve" filter=".*\.gif;.*\.js;.*\.jpg;.*\.png;.*\.htm;.*\.html;.*\.css;.*\.txt;"/> <ClusterListener className="org.apache.catalina.cluster.session.ClusterSessionListener"/> </Cluster> regards Dietmar -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]