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
I'm getting this error while starting data loader application , I'v done all config and code in video 8 https://www.youtube.com/watch?v=uezZIPK8kPk&list=PLJ5_m4Y8xLkkxfo2Z1Lb0qjXnAZqIWCCZ&index=8
#6
Open
Feras1995 opened this issue
Jul 4, 2022
· 2 comments
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
٢٠٢٢-٠٧-٠٤ ١٩:١٠:١٥.٨١٥ ERROR 12676 --- [ restartedMain] o.s.b.d.LoggingFailureAnalysisReporter :
APPLICATION FAILED TO START
Description:
The dependencies of some of the beans in the application context form a cycle:
┌─────┐
| betterReadDataLoaderApplication (field io.betterRead.author.AuthorRepository io.betterRead.BetterReadDataLoaderApplication.authorRepository)
↑ ↓
| authorRepository defined in io.betterRead.author.AuthorRepository defined in @EnableCassandraRepositories declared on CassandraRepositoriesRegistrar.EnableCassandraRepositoriesConfiguration
↑ ↓
| org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
↑ ↓
| cassandraSession defined in class path resource [org/springframework/boot/autoconfigure/cassandra/CassandraAutoConfiguration.class]
↑ ↓
| cassandraSessionBuilder defined in class path resource [org/springframework/boot/autoconfigure/cassandra/CassandraAutoConfiguration.class]
└─────┘
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.
The text was updated successfully, but these errors were encountered:
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
٢٠٢٢-٠٧-٠٤ ١٩:١٠:١٥.٨١٥ ERROR 12676 --- [ restartedMain] o.s.b.d.LoggingFailureAnalysisReporter :
APPLICATION FAILED TO START
Description:
The dependencies of some of the beans in the application context form a cycle:
┌─────┐
| betterReadDataLoaderApplication (field io.betterRead.author.AuthorRepository io.betterRead.BetterReadDataLoaderApplication.authorRepository)
↑ ↓
| authorRepository defined in io.betterRead.author.AuthorRepository defined in @EnableCassandraRepositories declared on CassandraRepositoriesRegistrar.EnableCassandraRepositoriesConfiguration
↑ ↓
| org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
↑ ↓
| cassandraSession defined in class path resource [org/springframework/boot/autoconfigure/cassandra/CassandraAutoConfiguration.class]
↑ ↓
| cassandraSessionBuilder defined in class path resource [org/springframework/boot/autoconfigure/cassandra/CassandraAutoConfiguration.class]
└─────┘
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.
The text was updated successfully, but these errors were encountered: