2 Replies Latest reply on Mar 18, 2010 5:06 AM by sandesh.satam

    Help:- Jboss Cache and replication

    sandesh.satam

      Hi,

       

      I am trying to create cluster for Jboss AS 5 and facing some Jboss Cache configuration issue.

       

      I have enabled clustering using This thread and I am able to get my 2 nodes in cluster environment. also the http session replication using web.xml and jboss-web.xml.

       

      I am getting following error when I stop the Jboss instance.

       

      2010-03-16 06:41:02,686 ERROR [org.jboss.web.tomcat.service.session.distributedcache.impl.jbc.SessionBasedJBossCacheService] (JBoss Shutdown Hook) Problem releasing cache to CacheManager -- config is standard-session-cache

      java.lang.IllegalStateException: CacheManager not found

              at org.jboss.ha.framework.server.CacheManagerLocator.getCacheManager(CacheManagerLocator.java:109)

              at org.jboss.web.tomcat.service.session.distributedcache.impl.jbc.AbstractJBossCacheService.releaseCacheToManager(AbstractJBossCacheService.java:598)

              at org.jboss.web.tomcat.service.session.distributedcache.impl.jbc.AbstractJBossCacheService.stop(AbstractJBossCacheService.java:315)

              at org.jboss.web.tomcat.service.session.JBossCacheManager.stop(JBossCacheManager.java:731)

              at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4611)

              at org.apache.catalina.core.ContainerBase.destroy(ContainerBase.java:1175)

              at org.apache.catalina.core.StandardContext.destroy(StandardContext.java:4705)

              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

              at java.lang.reflect.Method.invoke(Method.java:597)

              at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297)

              at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)

              at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)

              at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performUndeployInternal(TomcatDeployment.java:596)

              at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performUndeploy(TomcatDeployment.java:570)

              at org.jboss.web.deployers.AbstractWarDeployment.stop(AbstractWarDeployment.java:480)

              at org.jboss.web.deployers.WebModule.stopModule(WebModule.java:133)

              at org.jboss.web.deployers.WebModule.stop(WebModule.java:102)

              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

              at java.lang.reflect.Method.invoke(Method.java:597)

              at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)

              at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)

              at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)

              at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)

              at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)

              at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)

              at $Proxy38.stop(Unknown Source)

              at org.jboss.system.microcontainer.StartStopLifecycleAction.uninstallAction(StartStopLifecycleAction.java:56)

              at org.jboss.system.microcontainer.StartStopLifecycleAction.uninstallAction(StartStopLifecycleAction.java:37)

              at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleUninstallAction(SimpleControllerContextAction.java:79)

              at org.jboss.dependency.plugins.action.AccessControllerContextAction.uninstall(AccessControllerContextAction.java:131)

              at org.jboss.dependency.plugins.AbstractControllerContextActions.uninstall(AbstractControllerContextActions.java:58)

              at org.jboss.dependency.plugins.AbstractControllerContext.uninstall(AbstractControllerContext.java:354)

              at org.jboss.dependency.plugins.AbstractController.uninstall(AbstractController.java:1664)

              at org.jboss.dependency.plugins.AbstractController.uninstallContext(AbstractController.java:1275)

              at org.jboss.dependency.plugins.AbstractController.uninstallContext(AbstractController.java:1179)

              at org.jboss.dependency.plugins.AbstractController.uninstallContext(AbstractController.java:1234)

              at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:827)

              at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

              at org.jboss.system.ServiceController.doChange(ServiceController.java:688)

              at org.jboss.system.ServiceController.stop(ServiceController.java:510)

              at org.jboss.system.microcontainer.jmx.ServiceControllerStartStopLifecycleCallback.uninstall(ServiceControllerStartStopLifecycleCallback.java:52)

              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

              at java.lang.reflect.Method.invoke(Method.java:597)

              at org.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:59)

              at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:150)

              at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66)

              at org.jboss.beans.info.plugins.AbstractBeanInfo.invoke(AbstractBeanInfo.java:300)

              at org.jboss.kernel.plugins.dependency.AbstractKernelControllerContext.invoke(AbstractKernelControllerContext.java:286)

              at org.jboss.dependency.plugins.AbstractLifecycleCallbackItem.uninstall(AbstractLifecycleCallbackItem.java:112)

              at org.jboss.dependency.plugins.AbstractController.handleLifecycleCallbacks(AbstractController.java:1570)

              at org.jboss.dependency.plugins.AbstractController.handleUninstallLifecycleCallbacks(AbstractController.java:1546)

              at org.jboss.dependency.plugins.AbstractController.uninstallContext(AbstractController.java:1273)

              at org.jboss.dependency.plugins.AbstractController.uninstallContext(AbstractController.java:1179)

              at org.jboss.dependency.plugins.AbstractController.uninstall(AbstractController.java:655)

              at org.jboss.dependency.plugins.AbstractController.uninstall(AbstractController.java:568)

              at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer.undeploy(BeanMetaDataDeployer.java:153)

              at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer.undeploy(BeanMetaDataDeployer.java:51)

              at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalUndeploy(AbstractSimpleRealDeployer.java:69)

              at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.undeploy(AbstractRealDeployer.java:112)

              at org.jboss.deployers.plugins.deployers.DeployerWrapper.undeploy(DeployerWrapper.java:196)

              at org.jboss.deployers.plugins.deployers.DeployersImpl.doUndeploy(DeployersImpl.java:1469)

              at org.jboss.deployers.plugins.deployers.DeployersImpl.doUninstallParentLast(DeployersImpl.java:1376)

              at org.jboss.deployers.plugins.deployers.DeployersImpl.doUninstallParentLast(DeployersImpl.java:1369)

              at org.jboss.deployers.plugins.deployers.DeployersImpl.uninstall(DeployersImpl.java:1331)

              at org.jboss.dependency.plugins.AbstractControllerContext.uninstall(AbstractControllerContext.java:354)

              at org.jboss.dependency.plugins.AbstractController.uninstall(AbstractController.java:1664)

              at org.jboss.dependency.plugins.AbstractController.uninstallContext(AbstractController.java:1275)

              at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:827)

              at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

              at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:694)

              at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:679)

              at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)

              at org.jboss.system.server.profileservice.repository.ProfileDeployAction.uninstall(ProfileDeployAction.java:95)

              at org.jboss.system.server.profileservice.repository.AbstractProfileAction.uninstall(AbstractProfileAction.java:70)

              at org.jboss.system.server.profileservice.repository.AbstractProfileService.uninstall(AbstractProfileService.java:375)

              at org.jboss.dependency.plugins.AbstractControllerContext.uninstall(AbstractControllerContext.java:354)

              at org.jboss.dependency.plugins.AbstractController.uninstall(AbstractController.java:1664)

              at org.jboss.dependency.plugins.AbstractController.uninstallContext(AbstractController.java:1275)

              at org.jboss.dependency.plugins.AbstractController.uninstallContext(AbstractController.java:1179)

              at org.jboss.dependency.plugins.AbstractController.uninstallContext(AbstractController.java:1234)

              at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:827)

              at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

              at org.jboss.system.server.profileservice.repository.AbstractProfileService.deactivateProfile(AbstractProfileService.java:402)

              at org.jboss.system.server.profileservice.ProfileServiceBootstrap.deactivateProfiles(ProfileServiceBootstrap.java:388)

              at org.jboss.system.server.profileservice.ProfileServiceBootstrap.shutdown(ProfileServiceBootstrap.java:345)

              at org.jboss.bootstrap.AbstractServerImpl.shutdownServer(AbstractServerImpl.java:571)

              at org.jboss.bootstrap.AbstractServerImpl$ShutdownHook.run(AbstractServerImpl.java:909)

      There is something which is missing in my configuration and I am not able to figure out what I need to change in "jboss-cache-manager-jboss-beans.xml" file to get the Jboss Cache working.

       

      I would like to test this replication and  Jboss cache get replicated to the other node. Also I have deployed Adobe LCDs Data services and Quartz Job scheduling, So how to replicate the sessions of these application using Jboss Cache.

       

      Please help me out here..

       

      Thanks and Regards,

      Sandesh