서버 실행시 오류 입니다.
- 작성자 :
- 이*민
- 작성일 :
- 2020-08-31 18:34:48
- 조회수 :
- 9,604
- 구분 :
- 개발환경
- 진행상태 :
- 완료
Q
2.0 버전 에러 입니다.
org.springframework.beans.factory.BeanInitializationException: Could not load properties; nested exception is java.io.FileNotFoundException: class path resource [egovframework/egovProps/globals.properties] cannot be opened because it does not exist
at org.springframework.beans.factory.config.PropertyResourceConfigurer.postProcessBeanFactory(PropertyResourceConfigurer.java:78)
at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:663)
at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:638)
org.springframework.beans.factory.BeanInitializationException: Could not load properties; nested exception is java.io.FileNotFoundException: class path resource [egovframework/egovProps/globals.properties] cannot be opened because it does not exist
at org.springframework.beans.factory.config.PropertyResourceConfigurer.postProcessBeanFactory(PropertyResourceConfigurer.java:78)
at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:663)
at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:638)
A
안녕하세요.
표준프레임워크센터 입니다.
다음과 같은 로그가 확인이 됩니다.
java.io.FileNotFoundException: class path resource [egovframework/egovProps/globals.properties] cannot be opened because it does not exist
클래스 패스에 다음 파일이 존재하는지 확인이 필요할듯 합니다.
egovframework/egovProps/globals.properties
해당 파일이 없으서 문제가 발생한 듯 합니다.
감사합니다.
표준프레임워크센터 입니다.
다음과 같은 로그가 확인이 됩니다.
java.io.FileNotFoundException: class path resource [egovframework/egovProps/globals.properties] cannot be opened because it does not exist
클래스 패스에 다음 파일이 존재하는지 확인이 필요할듯 합니다.
egovframework/egovProps/globals.properties
해당 파일이 없으서 문제가 발생한 듯 합니다.
감사합니다.