Actually I can see the error in 4.0.3SP1 also but the stack trace of this error
is suppressed in 4.0.3. I could locate the differences in the source code of
the two versions as follows.
4.0.3SP1, TomcatDeployer.java
catch (ClusteringNotSupportedException e)
| {
| log.error("Failed to setup clustering, clustering disabled");
| }
4.0.4GA, TomcatDeployer.java
catch (ClusteringNotSupportedException e)
| {
| log.error("Failed to setup clustering, clustering disabled.
Exception: ", e);
| }
| catch(Throwable t)
| {
| log.error("Failed to setup clustering, clustering disabled.
Exception: ", t);
| }
I guess the stack trace could be suppressed as it was in 4.0.3 for a smooth
startup and prevent confusion.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949897#3949897
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949897
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user