Hello,

I have a CAS cluster 3.5.2 with two node on Tomcat6. (with multicast 
configuration)
I use JbossTicketCache for ticket replication.(using Jboss library)

I have a problem with session replication and jboss ticket replication 
on Tomcat6 (RedHat 6.5)

When I restart tomcat on node 1 (while node2 is runing), I get this 
error "WARNING: Context manager doesn't exist:localhost#/cas".
Whereas, I had added <distribution /> tag in webapps/cas/WEB-INF/web.xml
/etc/tomcat/context.xml is configured with this tag also. (<Context 
*distributable="true" 
*className="org.apache.catalina.ha.context.ReplicatedContext">)

following this warning , there is an error about JBossCacheTicketRegistry :

SafeContextLoaderListener:
The Spring ContextLoaderListener we wrap threw on contextInitialized.
But for our having caught this error, the*web application context would 
not have initialized.*
o*rg.springframework.beans.factory.BeanCreationException: Error creating 
bean with name 'ticketRegistry' defined in ServletContext resource 
[/WEB-INF/spring-configuration/applicationContext.xml]: Cannot resolve 
reference to bean 'cache' *while setting bean property 'cache'; nested 
exception is org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'cache' defined in ServletContext resource 
[/WEB-INF/spring-configuration/applicationContext.xml]: Invocation of 
init method failed; nested exception is org.jboss.cache.CacheException: 
Unable to invoke method public void 
org.jboss.cache.RPCManagerImpl.start() on object instance 
org.jboss.cache.RPCManagerImpl@4af6fd54
     at 
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328)

I call jbossTicketCacheReplication in applicationContext.xml  like below:*

*<bean id="ticketRegistry"
   class="org.jasig.cas.ticket.registry.JBossCacheTicketRegistry"
  p:cache-ref="cache" />

<bean id="cache" class="org.jasig.cas.util.JBossCacheFactoryBean"
   p:configLocation="classpath:jbossTicketCacheReplicationConfig.xml" />

However, it doesn't occur every time!
I need to identifier the problem and ensure that CAS is stable.

I have attached error log.

Thank you for your help.

Ozcan


-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user
Oct 8, 2014 8:29:30 AM org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded APR based Apache Tomcat Native library 1.1.29.
Oct 8, 2014 8:29:30 AM org.apache.catalina.core.AprLifecycleListener init
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], 
random [true].
[Full GC 14803K->1820K(260032K), 0.1363740 secs]
[GC 2192K(260032K), 0.0003220 secs]
Oct 8, 2014 8:29:31 AM org.apache.coyote.http11.Http11AprProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Oct 8, 2014 8:29:33 AM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-16843
Oct 8, 2014 8:29:33 AM org.apache.coyote.ajp.AjpAprProtocol init
INFO: Initializing Coyote AJP/1.3 on ajp-8009
Oct 8, 2014 8:29:33 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 4670 ms
Oct 8, 2014 8:29:33 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Oct 8, 2014 8:29:33 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.24
Oct 8, 2014 8:29:33 AM org.apache.catalina.ha.tcp.SimpleTcpCluster start
INFO: Cluster is about to start
Oct 8, 2014 8:29:33 AM org.apache.catalina.tribes.transport.ReceiverBase bind
INFO: Receiver Server Socket bound to:/192.168.1.101:4000
Oct 8, 2014 8:29:33 AM org.apache.catalina.tribes.membership.McastServiceImpl 
setupSocket
INFO: Setting cluster mcast soTimeout to 500
Oct 8, 2014 8:29:33 AM org.apache.catalina.tribes.membership.McastServiceImpl 
waitForMembers
INFO: Sleeping for 1000 milliseconds to establish cluster membership, start 
level:4
Oct 8, 2014 8:29:33 AM org.apache.catalina.ha.tcp.SimpleTcpCluster memberAdded
INFO: Replication member 
added:org.apache.catalina.tribes.membership.MemberImpl[tcp://{192, 168, 1, 
102}:4001,{192, 168, 1, 102},4001, alive=3538773368,id={-47 -59 -71 -120 -110 
-95 71 65 -110 19 -94 127 -114 17 -118 18 }, payload={}, command={}, domain={}, 
]
Oct 8, 2014 8:29:34 AM org.apache.catalina.tribes.membership.McastServiceImpl 
waitForMembers
INFO: Done sleeping, membership established, start level:4
Oct 8, 2014 8:29:34 AM org.apache.catalina.tribes.membership.McastServiceImpl 
waitForMembers
INFO: Sleeping for 1000 milliseconds to establish cluster membership, start 
level:8
Oct 8, 2014 8:29:34 AM org.apache.catalina.tribes.io.BufferPool getBufferPool
INFO: Created a buffer pool with max size:104857600 bytes of 
type:org.apache.catalina.tribes.io.BufferPool15Impl
Oct 8, 2014 8:29:34 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:29:35 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:29:35 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:29:35 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:29:35 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:29:35 AM org.apache.catalina.tribes.membership.McastServiceImpl 
waitForMembers
INFO: Done sleeping, membership established, start level:8
Oct 8, 2014 8:29:35 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive cas.war
Oct 8, 2014 8:29:35 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:29:35 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:29:35 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:29:35 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
[GC 1816168K->3816K(260032K), 0.0115860 secs]
[GC 201680K->3769K(260032K), 0.0100060 secs]
[GC 117K(260032K), 0.0110520 secs]
[GC 20772K->4268K(260032K), 0.0070260 secs]
Oct 8, 2014 8:29:36 AM org.apache.catalina.ha.session.DeltaManager start
INFO: Register manager /cas to cluster element Engine with name Catalina
Oct 8, 2014 8:29:36 AM org.apache.catalina.ha.session.DeltaManager start
INFO: Starting clustering manager at /cas
Oct 8, 2014 8:29:36 AM org.apache.catalina.ha.session.DeltaManager 
getAllClusterSessions
WARNING: Manager [localhost#/cas], requesting session state from 
org.apache.catalina.tribes.membership.MemberImpl[tcp://{192, 168, 1, 
102}:4001,{192, 168, 1, 102},4001, alive=3538776870,id={-47 -59 -71 -120 -110 
-95 71 65 -110 19 -94 127 -114 17 -118 18 }, payload={}, command={}, domain={}, 
]. This operation will timeout if no session state has been received within 60 
seconds.
[GC 12476K(260032K), 0.00716870 secs]
Oct 8, 2014 8:29:37 AM org.apache.catalina.ha.session.DeltaManager 
waitForSendAllSessions
INFO: Manager [localhost#/cas]; session state send at 10/8/14 8:29 AM received 
in 122 ms.
SLF4J: The following loggers will not work because they were created
SLF4J: during the default configuration phase of the underlying logging system.
SLF4J: See also http://www.slf4j.org/codes.html#substituteLogger
SLF4J: org.jasig.cas.web.init.SafeContextLoaderListener
[GC 21292K->4889K(260032K), 0.0095790 secs]
[GC 21913K->6055K(260032K), 0.0223950 secs]
[GC 23079K->6701K(260032K), 0.0116190 secs]
[GC 14909K(260032K), 0.0121380 secs]
[GC 23560K->6450K(260032K), 0.0097320 secs]
log4j:WARN No appenders could be found for logger 
(org.hibernate.validator.util.Version).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more 
info.
[GC 23474K->6919K(260032K), 0.0102940 secs]
[GC 23943K->7615K(260032K), 0.0228610 secs]

-------------------------------------------------------
GMS: address is 192.168.1.101:56072
-------------------------------------------------------
[GC 24639K->10997K(260032K), 0.0534210 secs]
[GC 28021K->18587K(260032K), 0.0295800 secs]
[GC 29724K->26988K(260032K), 0.0239430 secs]
[GC 35194K(260032K), 0.0011750 secs]
[GC 44012K->39009K(260032K), 0.0217460 secs]
[GC 56033K->47497K(260032K), 0.0481200 secs]
SafeContextLoaderListener: 
The Spring ContextLoaderListener we wrap threw on contextInitialized.
But for our having caught this error, the web application context would not 
have initialized.
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'ticketRegistry' defined in ServletContext resource 
[/WEB-INF/spring-configuration/applicationContext.xml]: Cannot resolve 
reference to bean 'cache' while setting bean property 'cache'; nested exception 
is org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'cache' defined in ServletContext resource 
[/WEB-INF/spring-configuration/applicationContext.xml]: Invocation of init 
method failed; nested exception is org.jboss.cache.CacheException: Unable to 
invoke method public void org.jboss.cache.RPCManagerImpl.start() on object 
instance org.jboss.cache.RPCManagerImpl@4af6fd54
        at 
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328)
        at 
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1360)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1118)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
        at 
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
        at 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
        at 
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
        at 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
        at 
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
        at 
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
        at 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
        at 
org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:385)
        at 
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:2168)
        at 
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:111)
        at 
org.jasig.cas.web.init.SafeContextLoaderListener.contextInitialized_aroundBody0(SafeContextLoaderListener.java:75)
        at 
org.jasig.cas.web.init.SafeContextLoaderListener.contextInitialized_aroundBody1$advice(SafeContextLoaderListener.java:57)
        at 
org.jasig.cas.web.init.SafeContextLoaderListener.contextInitialized(SafeContextLoaderListener.java:1)
        at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3972)
        at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4467)
        at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
        at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:526)
        at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:905)
        at 
org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:740)
        at 
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:500)
        at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1277)
        at 
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:321)
        at 
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
        at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
        at 
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
        at 
org.apache.catalina.core.StandardService.start(StandardService.java:516)
        at 
org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:593)
        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.catalina.startup.Bootstrap.start(Bootstrap.java:289)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
Caused by: org.springframework.beans.factory.BeanCreationException: Error 
creating bean with name 'cache' defined in ServletContext resource 
[/WEB-INF/spring-configuration/applicationContext.xml]: Invocation of init 
method failed; nested exception is org.jboss.cache.CacheException: Unable to 
invoke method public void org.jboss.cache.RPCManagerImpl.start() on object 
instance org.jboss.cache.RPCManagerImpl@4af6fd54
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1455)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
        at 
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
        at 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
        at 
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
        at 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
        at 
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322)
        ... 42 more
Caused by: org.jboss.cache.CacheException: Unable to invoke method public void 
org.jboss.cache.RPCManagerImpl.start() on object instance 
org.jboss.cache.RPCManagerImpl@4af6fd54
        at 
org.jboss.cache.util.reflect.ReflectionUtil.invokeAccessibly(ReflectionUtil.java:127)
        at 
org.jboss.cache.factories.ComponentRegistry$PrioritizedMethod.invoke(ComponentRegistry.java:932)
        at 
org.jboss.cache.factories.ComponentRegistry.internalStart(ComponentRegistry.java:718)
        at 
org.jboss.cache.factories.ComponentRegistry.start(ComponentRegistry.java:582)
        at 
org.jboss.cache.invocation.CacheInvocationDelegate.start(CacheInvocationDelegate.java:279)
        at 
org.jboss.cache.DefaultCacheFactory.createCache(DefaultCacheFactory.java:95)
        at 
org.jboss.cache.DefaultCacheFactory.createCache(DefaultCacheFactory.java:79)
        at 
org.jboss.cache.DefaultCacheFactory.createCache(DefaultCacheFactory.java:146)
        at 
org.jasig.cas.util.JBossCacheFactoryBean.afterPropertiesSet(JBossCacheFactoryBean.java:62)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1514)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1452)
        ... 49 more
Caused by: java.lang.reflect.InvocationTargetException
        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.cache.util.reflect.ReflectionUtil.invokeAccessibly(ReflectionUtil.java:123)
        ... 59 more
Caused by: org.jboss.cache.CacheException: Unable to fetch state on startup
        at org.jboss.cache.RPCManagerImpl.start(RPCManagerImpl.java:192)
        ... 64 more
Caused by: org.jgroups.StateTransferException: 192.168.1.101:56072 could not 
fetch state null from null
        at org.jgroups.JChannel.connect(JChannel.java:466)
        at org.jboss.cache.RPCManagerImpl.start(RPCManagerImpl.java:147)
        ... 64 more
Caused by: org.jgroups.StateTransferException: 192.168.1.101:56072 could not 
fetch state null from null
        at org.jgroups.JChannel.connect(JChannel.java:459)
        ... 65 more
Oct 8, 2014 8:29:54 AM org.apache.catalina.core.StandardContext start
SEVERE: Error filterStart
Oct 8, 2014 8:29:54 AM org.apache.catalina.core.StandardContext start
SEVERE: Context [/cas] startup failed due to previous errors
Oct 8, 2014 8:30:02 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:02 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:02 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:02 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:03 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:03 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:03 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:03 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:04 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:04 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:04 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:04 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:06 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:06 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:07 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:07 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:07 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:07 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:07 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:07 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:07 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:07 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:07 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:07 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:08 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:08 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:08 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:08 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:09 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:09 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:09 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:09 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:09 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:09 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:10 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:10 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:10 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:10 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:10 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:10 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:11 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:11 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:11 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:11 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:11 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:11 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:11 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:11 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:12 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:12 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:12 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:12 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:12 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:12 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:12 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:12 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:12 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:12 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:12 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:12 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:12 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:12 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:12 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:12 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:12 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:12 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:12 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:12 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:12 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:12 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:12 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:12 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:12 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived
WARNING: Context manager doesn't exist:localhost#/cas
Oct 8, 2014 8:30:12 AM org.apache.catalina.ha.session.ClusterSessionListener 
messageReceived

Reply via email to