Home > OS >  Help!!!!! Suddenly redisson even, view the redis cluster is normal
Help!!!!! Suddenly redisson even, view the redis cluster is normal

Time:11-10

The error message below
Org. Springframework. Beans. Factory. BeanCreationException: Error creating bean with the name 'shiroFilter defined in the class path resource [spring - shiro. XML] : always resolve a reference to the bean' securityManager while setting the bean property 'securityManager; Nested exception is org. Springframework. Beans. Factory. BeanCreationException: Error creating bean with the name 'securityManager defined in the class path resource [spring - shiro. XML] : always resolve a reference to the bean' customRealm while setting the bean property 'realms. Nested exception is org. Springframework. Beans. Factory. BeanCreationException: Error creating bean with the name 'customRealm: Injection of autowired dependencies failed; Nested exception is org. Springframework. Beans. Factory. BeanCreationException: Could not autowire field: private com. LCW. Base. The cache. Util. RedisCache com. TwFair. Filter. MyRealm. ShiroRedisCache; Nested exception is org. Springframework. Beans. Factory. BeanCreationException: Error creating bean with the name 'redisCache: Injection of autowired dependencies failed; Nested exception is org. Springframework. Beans. Factory. BeanCreationException: Could not autowire field: private org. Redisson. API. RedissonClient com. LCW. Base. Cache. Util. RedisCache. RedissonClient; Nested exception is org. Springframework. Beans. Factory. BeanCreationException: Error creating bean with the name 'redissonClient: bean instantiation via the factory method failed; Nested exception is org. Springframework. Beans. BeanInstantiationException: Failed to instantiate [org. Redisson. API. RedissonClient] : the Factory method 'create' threw the exception. Nested exception is org. Redisson. Client. RedisConnectionException: Unable to connect to Redis server: 172.18.29.188/172.18.29.188:6380
The at org. Springframework. Beans. Factory. Support. BeanDefinitionValueResolver. ResolveReference (BeanDefinitionValueResolver. Java: 359)
The at org. Springframework. Beans. Factory. Support. BeanDefinitionValueResolver. ResolveValueIfNecessary (BeanDefinitionValueResolver. Java: 108)
The at org. Springframework. Beans. Factory. Support. AbstractAutowireCapableBeanFactory. ApplyPropertyValues (AbstractAutowireCapableBeanFactory. Java: 1475)
The at org. Springframework. Beans. Factory. Support. AbstractAutowireCapableBeanFactory. PopulateBean (AbstractAutowireCapableBeanFactory. Java: 1220)
The at org. Springframework. Beans. Factory. Support. AbstractAutowireCapableBeanFactory. DoCreateBean (AbstractAutowireCapableBeanFactory. Java: 537)
The at org. Springframework. Beans. Factory. Support. AbstractAutowireCapableBeanFactory. CreateBean (AbstractAutowireCapableBeanFactory. Java: 476)
The at org. Springframework. Beans. Factory. Support. AbstractBeanFactory $1. GetObject (AbstractBeanFactory. Java: 303)
The at org. Springframework. Beans. Factory. Support. DefaultSingletonBeanRegistry. GetSingleton (DefaultSingletonBeanRegistry. Java: 230)
The at org. Springframework. Beans. Factory. Support. AbstractBeanFactory. DoGetBean (AbstractBeanFactory. Java: 299)
The at org. Springframework. Beans. Factory. Support. AbstractBeanFactory. GetBean (AbstractBeanFactory. Java: 199)
The at org. Springframework. Context. Support. PostProcessorRegistrationDelegate. RegisterBeanPostProcessors (PostProcessorRegistrationDelegate. Java: 232)
The at org. Springframework. Context. Support. AbstractApplicationContext. RegisterBeanPostProcessors (AbstractApplicationContext. Java: 619)
The at org. Springframework. Context. Support. AbstractApplicationContext. Refresh (AbstractApplicationContext. Java: 465)
The at org. Springframework. Web. Context. ContextLoader. ConfigureAndRefreshWebApplicationContext (ContextLoader. Java: 403)
The at org. Springframework. Web. Context. ContextLoader. InitWebApplicationContext (ContextLoader. Java: 306)
The at org. Springframework. Web. Context. ContextLoaderListener. ContextInitialized (ContextLoaderListener. Java: 106)
The at org. Apache. Catalina. Core. StandardContext. ListenerStart (StandardContext. Java: 5099)
The at org. Apache. Catalina. Core. StandardContext. StartInternal (StandardContext. Java: 5615)
The at org. Apache. Catalina. Util. LifecycleBase. Start (LifecycleBase. Java: 147)
The at org. Apache. Catalina. Core. ContainerBase. AddChildInternal (ContainerBase. Java: 899)
The at org. Apache. Catalina. Core. ContainerBase. AddChild (ContainerBase. Java: 875)
The at org. Apache. Catalina. Core. StandardHost. AddChild (StandardHost. Java: 652)
The at org. Apache. Catalina. Startup. HostConfig. DeployWAR (HostConfig. Java: 1092)
The at org. Apache. Catalina. Startup. HostConfig $DeployWar. Run (HostConfig. Java: 1984)
The at Java. Util. Concurrent. Executors $RunnableAdapter. Call (511) Executors. Java:
The at Java. Util. Concurrent. FutureTask. Run (FutureTask. Java: 266)
The at Java. Util. Concurrent. ThreadPoolExecutor. RunWorker (ThreadPoolExecutor. Java: 1149)
The at Java. Util. Concurrent. ThreadPoolExecutor $Worker. The run (ThreadPoolExecutor. Java: 624)
The at Java. Lang. Thread. The run (Thread. Java: 748)


The following is a redis information
# the Replication
Role: master
Connected_slaves: 2
=172.18.29.188 slave0: IP and port=6380, state=online, offset=6097987934, lag=0
nullnullnullnullnullnullnullnullnullnullnullnullnullnull
  • Related