spring_boot/Error4 BeanCreationException2-kotlin 들어가며프로젝트 개발하는 도중 테스팅을 위해 실행시켰지만 Bean에러가 나는 상황. 저번에는 Caused by로 에러를 어느정도 알려주어 알 수 있었지만 지금은 아래와 같이 애매모호하게 뜨는 상황;;더보기> Task :test GbApplicationTests > coextLoads() FAILED java.lang.IllegalStateException at DefaultCacheAwareContextLoaderDelegate.java:180 Caused by: org.springframework.beans.factory.BeanCreationException at AbstractAutowireCapableBeanFactory.java:1786 Caused b.. 2024. 6. 18. BeanCreationException 들어가기한 이주일 정도 지났나 면접준비 때문에 오랜만에 프로젝트를 실행하니 Bean관련해서 폴더 구조를 팩토링해 특정 Controller가 Bean 중복이 되어 충돌이 생기는 문제가 발생하였으며 이때문에 Gradle을 clean하고 build했지만 여전히 안된다 쓰발.. 여러번 해줘야 하나 했는데도 아니더라요 우선 문제를 확인해 보겠다.메인 에러에 가보면 BeanCreationException가 발생되었다는 내용과 아래에 코드와 같은 에러가 나오는 걸 확인할 수 있다.> Task :test FAILEDExecution failed for task ':test'.> There were failing tests. See the report at: file:///C:/Users/sun/IdeaProjects/.. 2024. 5. 31. [Spring Security - kotlin] Spring Bean 순환 참조 에러_Relying upon circular references is discouraged and they are prohibited by default. 들어가며spring security에 대한 개발을 어느정도 완료하고 실행하며 테스트하는 도중에 Spring Bean에 대한 순환 참조에 대해 오류가 났다. 이 문제 상황을 Spring Bean에 대해 공부하며 정리할려고 한다. 글을 읽기 전에 Spring Bean에 대해 조금 알아오시는 걸 추천합니다 문제 상황application을 실행해 봤는데 이런 오류가 나타났다. Description:The dependencies of some of the beans in the application context form a cycle:┌─────┐| securityConfig defined in file [C:\Users\sun\IdeaProjects\authentication_example_kotlin-ba.. 2024. 5. 7. [Spring boot Error] The web application [ROOT] appears to have started a thread named [HikariPool-1 housekeeper] but has failed to stop it 2024-05-07T15:16:24.111+09:00 WARN 35080 --- [ main] o.a.c.loader.WebappClassLoaderBase : The web application [ROOT] appears to have started a thread named [HikariPool-1 housekeeper] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.base@17.0.9/jdk.internal.misc.Unsafe.park(Native Method) java.base@17.0.9/java.util.concurrent.loc.. 2024. 5. 7. 이전 1 다음