dev-isu 플젝트 톰켓구동시 baen을 생성못하는 에러..
- 작성자 :
- 임*명
- 작성일 :
- 2011-04-18 10:09:16
- 조회수 :
- 2,640
- 구분 :
- 개발환경
- 진행상태 :
- 완료
Q
심각: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'fieldService': Injection of resource fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'itemService' defined in ServletContext resource [/WEB-INF/config/spring/context-transaction.xml]: Cannot create inner bean 'egovframework.dev.isu.item.service.impl.ItemServiceImpl#81a197' of type [egovframework.dev.isu.item.service.impl.ItemServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'egovframework.dev.isu.item.service.impl.ItemServiceImpl#81a197': Injection of resource fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchService': Injection of resource fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'indexSearcher' defined in ServletContext resource [/WEB-INF/config/spring/context-lucene.xml]: Cannot resolve reference to bean 'searcherFactory' while setting bean property 'searcherFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searcherFactory' defined in ServletContext resource [/WEB-INF/config/spring/context-lucene.xml]: Cannot resolve reference to bean 'indexDirectory' while setting bean property 'directory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'indexDirectory' defined in ServletContext resource [/WEB-INF/config/spring/context-lucene.xml]: Invocation of init method failed; nested exception is org.springframework.beans.factory.BeanInitializationException: location does not exist
심각: Exception sending context initialized event to listener
이거 말고도 밑에 똑같고 bean 파일 생성못하는게 많은데
똑같은 에러라 이것만 알면 고칠수있을꺼같네요 .
dev-isu 플젝트에서 톰켓 구동시 에러가 나네요 .
bean를 못만들어서 에러가 나는거같은데
bean에 만들어져있거든요 . 근데 불러오지를못하는거같은데
오류좀 알려주세요 . !!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'fieldService': Injection of resource fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'itemService' defined in ServletContext resource [/WEB-INF/config/spring/context-transaction.xml]: Cannot create inner bean 'egovframework.dev.isu.item.service.impl.ItemServiceImpl#81a197' of type [egovframework.dev.isu.item.service.impl.ItemServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'egovframework.dev.isu.item.service.impl.ItemServiceImpl#81a197': Injection of resource fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchService': Injection of resource fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'indexSearcher' defined in ServletContext resource [/WEB-INF/config/spring/context-lucene.xml]: Cannot resolve reference to bean 'searcherFactory' while setting bean property 'searcherFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searcherFactory' defined in ServletContext resource [/WEB-INF/config/spring/context-lucene.xml]: Cannot resolve reference to bean 'indexDirectory' while setting bean property 'directory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'indexDirectory' defined in ServletContext resource [/WEB-INF/config/spring/context-lucene.xml]: Invocation of init method failed; nested exception is org.springframework.beans.factory.BeanInitializationException: location does not exist
심각: Exception sending context initialized event to listener
이거 말고도 밑에 똑같고 bean 파일 생성못하는게 많은데
똑같은 에러라 이것만 알면 고칠수있을꺼같네요 .
dev-isu 플젝트에서 톰켓 구동시 에러가 나네요 .
bean를 못만들어서 에러가 나는거같은데
bean에 만들어져있거든요 . 근데 불러오지를못하는거같은데
오류좀 알려주세요 . !!
A
안녕하세요.. 임정명님..
WEB-INF\config\spring\context-lucene.xml 상의
indexDirectory 설정의 location 속성을 실제 파일 저장을 위한 절대 경로로 지정하셔야 합니다.
http://www.egovframe.go.kr/wiki/doku.php?id=egovframework:dev:isu:change_management
가이드의 하단 "lucene 설정파일 수정" 부분을 참조하십시오.
그럼.. 즐거운 하루되십시오.
감사합니다.
WEB-INF\config\spring\context-lucene.xml 상의
indexDirectory 설정의 location 속성을 실제 파일 저장을 위한 절대 경로로 지정하셔야 합니다.
http://www.egovframe.go.kr/wiki/doku.php?id=egovframework:dev:isu:change_management
가이드의 하단 "lucene 설정파일 수정" 부분을 참조하십시오.
그럼.. 즐거운 하루되십시오.
감사합니다.