Jeus DataSource
- 작성자 :
- 최*선
- 작성일 :
- 2011-08-17 16:34:25
- 조회수 :
- 2,669
- 구분 :
- 개발환경
- 진행상태 :
- 완료
Q
수고가 많으십니다.
제우스에 디플로이 시, 아래와 같은 오류가 있습니다.
해결 방법이 있는지... 답변 부탁 드립니다.
2011-08-17 15:39:03,436 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accRcvDAO': Injection of resource methods failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlMapClient' defined in file [/src/eusframe/its/WEB-INF/classes/spring/context-sqlMap.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource': Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Cannot instantiate class: jeus.jndi.JEUSContextFactory [Root exception is java.lang.ClassNotFoundException: jeus.jndi.JEUSContextFactory ]
제우스에 디플로이 시, 아래와 같은 오류가 있습니다.
해결 방법이 있는지... 답변 부탁 드립니다.
2011-08-17 15:39:03,436 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accRcvDAO': Injection of resource methods failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlMapClient' defined in file [/src/eusframe/its/WEB-INF/classes/spring/context-sqlMap.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource': Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Cannot instantiate class: jeus.jndi.JEUSContextFactory [Root exception is java.lang.ClassNotFoundException: jeus.jndi.JEUSContextFactory ]
A
안녕하세요.. 최문선님..
해당 오류는 JEUS JNDI를 참조하기 위한 JEUS class를 찾지 못해서 발생된 오류입니다.
jeus.jndi.JEUSContextFactory 클래스를 포함하고 있는 JEUS쪽 library를
/src/main/webapp/WEB-INF/lib에 복사해 넣으시면 됩니다.
(실행 시에만 필요한 jar의 경우는 위 디렉토리에 직접 넣으시면 됩니다.)
그럼.. 즐거운 하루되십시오.
감사합니다.
해당 오류는 JEUS JNDI를 참조하기 위한 JEUS class를 찾지 못해서 발생된 오류입니다.
jeus.jndi.JEUSContextFactory 클래스를 포함하고 있는 JEUS쪽 library를
/src/main/webapp/WEB-INF/lib에 복사해 넣으시면 됩니다.
(실행 시에만 필요한 jar의 경우는 위 디렉토리에 직접 넣으시면 됩니다.)
그럼.. 즐거운 하루되십시오.
감사합니다.