You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2011/11/29 23:55:54 UTC

DO NOT REPLY [Bug 52263] New: static membership cluster fails to establish membership

https://issues.apache.org/bugzilla/show_bug.cgi?id=52263

             Bug #: 52263
           Summary: static membership cluster fails to establish
                    membership
           Product: Tomcat 7
           Version: 7.0.23
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Cluster
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: lmeyer@vmware.com
    Classification: Unclassified


Created attachment 28003
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28003
server.xml with cluster config for node 1

I used the same cluster configuration to establish a cluster with static
membership under tomcat 6.0 and 7.0. The configuration works fine under 6.0.33,
but under 7.0.22 and 7.0.23 it appears that membership cannot be established;
on all nodes I receive the following message for my distributed webapp:

org.apache.catalina.ha.session.DeltaManager startInternal
INFO: Register manager localhost#/petcare to cluster element Engine with name
Catalina
org.apache.catalina.ha.session.DeltaManager startInternal
INFO: Starting clustering manager at localhost#/petcare
org.apache.catalina.ha.session.DeltaManager getAllClusterSessions
INFO: Manager [localhost#/petcare]: skipping state transfer. No members active
in cluster group.

There are no errors or warnings; it seems the cluster just isn't formed.

I'm attaching a server.xml for one node (others are copies with obvious
modifications).

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 52263] static membership cluster fails to establish membership

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52263

--- Comment #1 from Mark Thomas <ma...@apache.org> 2012-01-12 11:58:56 UTC ---
Created attachment 28146
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28146
Working static cluster config

I just tested this with the latest 7.0.x code and as close to your server.xml
as I can replicate and I see no issues since this works for me (confirmed by
using the manager app to view replicated sessions).

The Tomcat users list is the place to follow this up. Possible areas to
investigate:
- the use of autobind. I'd disable this.
- network issues

For completeness, I have included the server.xml from one of my cluster nodes.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 52263] static membership cluster fails to establish membership

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52263

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org