You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.support.BeanDefinitionOverrideException: Invalid bean definition with name 'redissonAutoConfiguration' defined in null: Cannot register bean definition [Generic bean: class [org.redisson.spring.starter.RedissonAutoConfiguration]; scope=singleton; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] for bean 'redissonAutoConfiguration': There is already [Generic bean: class [com.alicp.jetcache.autoconfigure.RedissonAutoConfiguration]; scope=singleton; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] bound.
2025-12-22 20:39:08.882 [foundation-server] [INFO] [main] Caller+0 at org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener.logMessage(ConditionEvaluationReportLoggingListener.java:136)
:
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2025-12-22 20:39:08.897 [foundation-server] [ERROR] [main] Caller+0 at org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter.report(LoggingFailureAnalysisReporter.java:40)
:
APPLICATION FAILED TO START
Description:
The bean 'redissonAutoConfiguration' could not be registered. A bean with that name has already been defined and overriding is disabled.
Action:
Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.support.BeanDefinitionOverrideException: Invalid bean definition with name 'redissonAutoConfiguration' defined in null: Cannot register bean definition [Generic bean: class [org.redisson.spring.starter.RedissonAutoConfiguration]; scope=singleton; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] for bean 'redissonAutoConfiguration': There is already [Generic bean: class [com.alicp.jetcache.autoconfigure.RedissonAutoConfiguration]; scope=singleton; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] bound.
2025-12-22 20:39:08.882 [foundation-server] [INFO] [main] Caller+0 at org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener.logMessage(ConditionEvaluationReportLoggingListener.java:136)
:
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2025-12-22 20:39:08.897 [foundation-server] [ERROR] [main] Caller+0 at org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter.report(LoggingFailureAnalysisReporter.java:40)
:
APPLICATION FAILED TO START
Description:
The bean 'redissonAutoConfiguration' could not be registered. A bean with that name has already been defined and overriding is disabled.
Action:
Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true
Beta Was this translation helpful? Give feedback.
All reactions