I can get rid of the class not found exception by copying jboss-cache.jar from 
all/lib into default/lib, but I still get an exception as follows

16:18:58,325 INFO  [JBossCacheManager] init(): replicationGranularity_ is 0 and 
invaldateSessionPolicy is 2
  | 16:18:58,353 ERROR [JBossCacheService] 
jboss.cache:service=TomcatClusteringCache service to Tomcat clustering not found
  | 16:18:58,364 ERROR [JBossCacheManager] JBossCacheService to Tomcat 
clustering not found
  | org.jboss.web.tomcat.tc5.session.ClusteringNotSupportedException: 
jboss.cache:service=TomcatClusteringCache service to Tomcat clustering not found
  |         at 
org.jboss.web.tomcat.tc5.session.JBossCacheService.<init>(JBossCacheService.java:127)
  |         at 
org.jboss.web.tomcat.tc5.session.JBossCacheManager.init(JBossCacheManager.java:144)
  |         at 
org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatDeployer.java:332)
  |         at 
org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java:103)
  |         at 
org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:371)
  |         at org.jboss.web.WebModule.startModule(WebModule.java:83)
  |         at org.jboss.web.WebModule.startService(WebModule.java:61)
  |         at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
  |         at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
  |         at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  |         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |         at java.lang.reflect.Method.invoke(Method.java:585)
  |         at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  |         at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  |         at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  | 

In the first place why is clustering service being started in default server 
configuration which should not be the case? Of course 
jboss.cache:service=TomcatClusteringCache will not be found in the default 
server configuration. Is anyone else facing the same problem? How to get this 
disabled?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949724#3949724

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949724


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to