[jboss-user] [Beginners Corner] - Re: Deployement error
PeterJ
do-not-reply at jboss.com
Fri Sep 5 14:50:48 EDT 2008
It would appear that the application expects to be deployed in a clustering environment. I base this on two observations:
1) This error message (the jgroups library is used for clustering):
13:08:54,250 INFO [TomcatDeployer] deploy, ctxPath=/WebHealthNotifier, warUrl=.../tmp/deploy/tmp30751WebHealthNotifier-exp.war/
13:08:55,578 WARN [TomcatDeployer] Failed to setup clustering, clustering disabled. NoClassDefFoundError: org/jgroups/blocks/MethodCall
2) The missing class:
java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.ejb.plugins.CleanShutdownInterceptor
is found in the jbossha.jar file, which is available only in the 'all' configuration.
The 'default' configuration does not support cluster. If you need clustering, you should use the 'all' configuration.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174704#4174704
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174704
More information about the jboss-user
mailing list