[jboss-user] [JBoss Cache: Core Edition] - Re: Need helps with initial state transfer in production

jiafan1 do-not-reply at jboss.com
Mon Apr 14 20:29:06 EDT 2008


Sorry, the exception is in another log file stderr.log,


  | 2008-04-08 17:00:28,314 (main)  [org.springframework.web.context.ContextLoader.initWebApplicationContext] 
  |   ERROR - Context initialization failed
  | 
  | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authenticationDelegate' defined in class path resource [com/jtv/core/config/wiring/crosscut/security.xml]:
  | 
  | ...
  | 
Followed by a lot of Spring bean wiring and the last piece is


  | 
  |  Invocation of init method failed; nested exception is org.jboss.cache.CacheException: Initial state transfer failed: Channel.getState() returned false
  | Caused by: 
  | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jbCacheManager' defined in class path resource [com/jtv/core/config/wiring/coordinator/authentication-coordinator.xml]: Invocation of init method failed; nested exception is org.jboss.cache.CacheException: Initial state transfer failed: Channel.getState() returned false
  | Caused by: 
  | org.jboss.cache.CacheException: Initial state transfer failed: Channel.getState() returned false
  |         at org.jboss.cache.TreeCache.fetchStateOnStartup(TreeCache.java:3191)
  |         at org.jboss.cache.TreeCache.startService(TreeCache.java:1429)
  |         at com.jtv.core.resource.impl.spring.cache.JBossCacheManagerFactoryBean.createCache(JBossCacheManagerFactoryBean.java:102)
  |         at com.jtv.core.resource.impl.spring.cache.JBossCacheManagerFactoryBean.afterPropertiesSet(JBossCacheManagerFactoryBean.java:112)
  |         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1198)
  |         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1167)
  |         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:427)
  |         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:249)
  |         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:155)
  |         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:246)
  |         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)
  |         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:267)
  | 

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

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



More information about the jboss-user mailing list