Hi all, I'm having two Tomcats which are placed in a cluster. If I stop and start a context (instead of completely stopping/restarting Tomcat), then I see the following error in catalina.out:
ERROR: Unable to stop SimpleTcpReplicationManager No other information is specified. I have been Googling, but haven't found any explanation. I took a look at the source code of the SimpleTcpReplicationManager, but I can't derive from it what could have gone wrong. When I try to restart the context, then I see the following error: ERROR: Starting... no cluster associated with this context:/dist/preproduction/wasuzi I'm guessing the latter error is related to the first one. Unfortunately, right now I don't have access to the server.xml to post the configuration info. In a couple of hours I will, but I thought I'd give a heads up, just in case anybody has seen this error before. Before I forget, when I stop/start Tomcat completely, I don't see this error, it's only happening when reloading a context. Thanks.