[Bug 54747] Cluster not work due to registerManager failed

2013-04-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54747 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 54747] Cluster not work due to registerManager failed

2013-04-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54747 vincentj...@potix.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 54747] Cluster not work due to registerManager failed

2013-03-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54747 --- Comment #12 from vincentj...@potix.com --- (In reply to comment #10) That test WAR works for me with a clean Tomcat 7.0.x install and uncommenting the cluster section in server.xml. Does the session replication works in your test,

[Bug 54747] Cluster not work due to registerManager failed

2013-03-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54747 --- Comment #13 from vincentj...@potix.com --- (In reply to comment #11) (In reply to comment #8) (In reply to comment #7) (In reply to comment #4) Yes, I have the distributable / tag in web.xml - What version of

[Bug 54747] Cluster not work due to registerManager failed

2013-03-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54747 --- Comment #14 from vincentj...@potix.com --- BTW, here is the cluster settings in my server.xml. Cluster className=org.apache.catalina.ha.tcp.SimpleTcpCluster/ I still see the following log message: WARNING: Manager [

[Bug 54747] Cluster not work due to registerManager failed

2013-03-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54747 --- Comment #15 from vincentj...@potix.com --- I trace the source code and found where the warning message is logged in SimpleTcpCluster.registerManager if (! (manager instanceof ClusterManager)) { log.warn(Manager [ + manager + ]

[Bug 54747] Cluster not work due to registerManager failed

2013-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54747 --- Comment #11 from Konstantin Kolinko knst.koli...@gmail.com --- (In reply to comment #8) (In reply to comment #7) (In reply to comment #4) Yes, I have the distributable / tag in web.xml - What version of specification is your

[Bug 54747] Cluster not work due to registerManager failed

2013-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54747 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 54747] Cluster not work due to registerManager failed

2013-03-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54747 --- Comment #5 from Keiichi Fujino kfuj...@apache.org --- According to the log message above, your /test context is using org.apache.catalina.session.StandardManager as a session manager. In this case, since you have a distributable / in

[Bug 54747] Cluster not work due to registerManager failed

2013-03-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54747 --- Comment #6 from vincentj...@potix.com --- (In reply to comment #5) According to the log message above, your /test context is using org.apache.catalina.session.StandardManager as a session manager. In this case, since you have a

[Bug 54747] Cluster not work due to registerManager failed

2013-03-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54747 --- Comment #7 from Konstantin Kolinko knst.koli...@gmail.com --- (In reply to comment #4) Yes, I have the distributable / tag in web.xml - What version of specification is your web.xml marked with? - Do you have metadata-complete=true

[Bug 54747] Cluster not work due to registerManager failed

2013-03-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54747 --- Comment #8 from vincentj...@potix.com --- (In reply to comment #7) (In reply to comment #4) Yes, I have the distributable / tag in web.xml - What version of specification is your web.xml marked with? Version number is 3.0 -

[Bug 54747] Cluster not work due to registerManager failed

2013-03-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54747 --- Comment #9 from vincentj...@potix.com --- Created attachment 30116 -- https://issues.apache.org/bugzilla/attachment.cgi?id=30116action=edit Test war Add the war file I test on Tomcat 7.0.16 and 7.0.37. -- You are receiving this

[Bug 54747] Cluster not work due to registerManager failed

2013-03-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54747 --- Comment #1 from vincentj...@potix.com --- Created attachment 30100 -- https://issues.apache.org/bugzilla/attachment.cgi?id=30100action=edit Test case -- You are receiving this mail because: You are the assignee for the bug.

[Bug 54747] Cluster not work due to registerManager failed

2013-03-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54747 vincentj...@potix.com changed: What|Removed |Added OS||All --- Comment #2 from

[Bug 54747] Cluster not work due to registerManager failed

2013-03-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54747 --- Comment #3 from Rainer Jung rainer.j...@kippdata.de --- Is your /test context marked as distributable in web.xml? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 54747] Cluster not work due to registerManager failed

2013-03-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54747 --- Comment #4 from vincentj...@potix.com --- Yes, I have the distributable / tag in web.xml -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 54747] Cluster not work due to registerManager failed

2013-03-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54747 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Attachment #30100|application/octet-stream