13:19:12.710 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter - [report,40] -
|
|
***************************
|
APPLICATION FAILED TO START
|
***************************
|
|
Description:
|
|
The dependencies of some of the beans in the application context form a cycle:
|
|
articleCommentsController
|
┌─────┐
|
| articleCommentsServiceImpl
|
└─────┘
|
|
|
Action:
|
|
Relying upon circular references is discouraged and they are prohibited by default. Update your application to remove the dependency cycle between beans. As a last resort, it may be possible to break the cycle automatically by setting spring.main.allow-circular-references to true.
|
|
13:20:57.503 [main] ERROR o.s.b.SpringApplication - [reportFailure,821] - Application run failed
|
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'redisson' defined in class path resource [com/ruoyi/common/redis/configure/RedisConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.redisson.api.RedissonClient]: Factory method 'redisson' threw exception; nested exception is org.redisson.client.RedisConnectionException: Unable to connect to Redis server: 192.168.110.188/192.168.110.188:6379
|
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658)
|
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:486)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
|
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955)
|
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147)
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:731)
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408)
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:307)
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1303)
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1292)
|
at com.ruoyi.article.RuoYiArticleApplication.main(RuoYiArticleApplication.java:24)
|
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.redisson.api.RedissonClient]: Factory method 'redisson' threw exception; nested exception is org.redisson.client.RedisConnectionException: Unable to connect to Redis server: 192.168.110.188/192.168.110.188:6379
|
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185)
|
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653)
|
... 19 common frames omitted
|
Caused by: org.redisson.client.RedisConnectionException: Unable to connect to Redis server: 192.168.110.188/192.168.110.188:6379
|
at org.redisson.connection.pool.ConnectionPool.lambda$createConnection$0(ConnectionPool.java:154)
|
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:760)
|
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:736)
|
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474)
|
at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977)
|
at org.redisson.connection.pool.ConnectionPool.promiseFailure(ConnectionPool.java:318)
|
at org.redisson.connection.pool.ConnectionPool.lambda$createConnection$6(ConnectionPool.java:277)
|
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:760)
|
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:736)
|
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474)
|
at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977)
|
at org.redisson.client.RedisClient$1$2.run(RedisClient.java:250)
|
at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:174)
|
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:167)
|
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470)
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569)
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
at java.lang.Thread.run(Thread.java:748)
|
Caused by: java.util.concurrent.CompletionException: io.netty.channel.ConnectTimeoutException: connection timed out: 192.168.110.188/192.168.110.188:6379
|
at java.util.concurrent.CompletableFuture.encodeRelay(CompletableFuture.java:326)
|
at java.util.concurrent.CompletableFuture.completeRelay(CompletableFuture.java:338)
|
at java.util.concurrent.CompletableFuture.uniRelay(CompletableFuture.java:911)
|
at java.util.concurrent.CompletableFuture$UniRelay.tryFire(CompletableFuture.java:899)
|
... 11 common frames omitted
|
Caused by: io.netty.channel.ConnectTimeoutException: connection timed out: 192.168.110.188/192.168.110.188:6379
|
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe$1.run(AbstractNioChannel.java:261)
|
at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98)
|
at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:153)
|
... 8 common frames omitted
|
15:01:33.004 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter - [report,40] -
|
|
***************************
|
APPLICATION FAILED TO START
|
***************************
|
|
Description:
|
|
The dependencies of some of the beans in the application context form a cycle:
|
|
forepartArticleCommentsController
|
┌─────┐
|
| articleCommentsServiceImpl
|
└─────┘
|
|
|
Action:
|
|
Relying upon circular references is discouraged and they are prohibited by default. Update your application to remove the dependency cycle between beans. As a last resort, it may be possible to break the cycle automatically by setting spring.main.allow-circular-references to true.
|
|
15:02:27.882 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter - [report,40] -
|
|
***************************
|
APPLICATION FAILED TO START
|
***************************
|
|
Description:
|
|
The dependencies of some of the beans in the application context form a cycle:
|
|
forepartArticleCommentsController
|
↓
|
articleCommentsServiceImpl
|
┌─────┐
|
| articleServiceImpl
|
└─────┘
|
|
|
Action:
|
|
Relying upon circular references is discouraged and they are prohibited by default. Update your application to remove the dependency cycle between beans. As a last resort, it may be possible to break the cycle automatically by setting spring.main.allow-circular-references to true.
|
|
15:03:30.704 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter - [report,40] -
|
|
***************************
|
APPLICATION FAILED TO START
|
***************************
|
|
Description:
|
|
The dependencies of some of the beans in the application context form a cycle:
|
|
forepartArticleCommentsController
|
┌─────┐
|
| articleCommentsServiceImpl
|
↑ ↓
|
| articleServiceImpl
|
└─────┘
|
|
|
Action:
|
|
Relying upon circular references is discouraged and they are prohibited by default. Update your application to remove the dependency cycle between beans. As a last resort, it may be possible to break the cycle automatically by setting spring.main.allow-circular-references to true.
|
|
15:05:30.546 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter - [report,40] -
|
|
***************************
|
APPLICATION FAILED TO START
|
***************************
|
|
Description:
|
|
The dependencies of some of the beans in the application context form a cycle:
|
|
forepartArticleController
|
↓
|
articleServiceImpl
|
┌─────┐
|
| memberLikeServiceImpl
|
└─────┘
|
|
|
Action:
|
|
Relying upon circular references is discouraged and they are prohibited by default. Update your application to remove the dependency cycle between beans. As a last resort, it may be possible to break the cycle automatically by setting spring.main.allow-circular-references to true.
|
|
15:06:28.534 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter - [report,40] -
|
|
***************************
|
APPLICATION FAILED TO START
|
***************************
|
|
Description:
|
|
The dependencies of some of the beans in the application context form a cycle:
|
|
forepartArticleController
|
┌─────┐
|
| articleServiceImpl
|
↑ ↓
|
| memberLikeServiceImpl
|
└─────┘
|
|
|
Action:
|
|
Relying upon circular references is discouraged and they are prohibited by default. Update your application to remove the dependency cycle between beans. As a last resort, it may be possible to break the cycle automatically by setting spring.main.allow-circular-references to true.
|
|
15:07:50.251 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter - [report,40] -
|
|
***************************
|
APPLICATION FAILED TO START
|
***************************
|
|
Description:
|
|
The dependencies of some of the beans in the application context form a cycle:
|
|
forepartArticleController
|
↓
|
articleServiceImpl
|
┌─────┐
|
| memberArticleCollectionServiceImpl
|
└─────┘
|
|
|
Action:
|
|
Relying upon circular references is discouraged and they are prohibited by default. Update your application to remove the dependency cycle between beans. As a last resort, it may be possible to break the cycle automatically by setting spring.main.allow-circular-references to true.
|
|
15:08:48.778 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter - [report,40] -
|
|
***************************
|
APPLICATION FAILED TO START
|
***************************
|
|
Description:
|
|
The dependencies of some of the beans in the application context form a cycle:
|
|
forepartArticleController
|
┌─────┐
|
| articleServiceImpl
|
↑ ↓
|
| memberArticleCollectionServiceImpl
|
└─────┘
|
|
|
Action:
|
|
Relying upon circular references is discouraged and they are prohibited by default. Update your application to remove the dependency cycle between beans. As a last resort, it may be possible to break the cycle automatically by setting spring.main.allow-circular-references to true.
|
|
15:10:11.176 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter - [report,40] -
|
|
***************************
|
APPLICATION FAILED TO START
|
***************************
|
|
Description:
|
|
The dependencies of some of the beans in the application context form a cycle:
|
|
forepartSensitiveWordsController
|
┌─────┐
|
| sensitiveWordsServiceImpl
|
└─────┘
|
|
|
Action:
|
|
Relying upon circular references is discouraged and they are prohibited by default. Update your application to remove the dependency cycle between beans. As a last resort, it may be possible to break the cycle automatically by setting spring.main.allow-circular-references to true.
|