일반로그인 Run on Server 에러
- 작성자 :
- 홍*성
- 작성일 :
- 2010-01-15 10:55:24
- 조회수 :
- 4,872
- 구분 :
- 공통컴포넌트
- 진행상태 :
- 완료
Q
1. 일반로그인 import 해서 run on server 하면 (http://localhost:8080/)
HTTP Status 404 - /
콘설 메세지 첨부:일반로그인 Run onServer에러 콘설 메세지
------------------------이하 콘설 메세지-----------------
정보: Initializing Spring root WebApplicationContext
2010-01-15 10:41:19,500 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name '_filterChainProxyPostProcessor': BeanPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '_methodDefinitionSourceAdvisor' defined in file [C:\egovframeworkSample\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp1\wtpwebapps\generalLogIn\WEB-INF\classes\egovframework\spring\context-security.xml]: Cannot resolve reference to bean '_delegatingMethodDefinitionSource' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '_delegatingMethodDefinitionSource' defined in file [C:\egovframeworkSample\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp1\wtpwebapps\generalLogIn\WEB-INF\classes\egovframework\spring\context-security.xml]: Cannot resolve reference to bean 'methodDefinitionSources' while setting bean property 'methodDefinitionSources' with key [0]; nested exception is org.springframework.beans.factory.
----------------중략-----------------
JDBC Connection for transaction; nested exception is org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (ORA-01017: invalid username/password; logon denied
)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:405)
at java.security.AccessController.doPrivileged(Native Method)
---------그외 생략-------------
HTTP Status 404 - /
콘설 메세지 첨부:일반로그인 Run onServer에러 콘설 메세지
------------------------이하 콘설 메세지-----------------
정보: Initializing Spring root WebApplicationContext
2010-01-15 10:41:19,500 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name '_filterChainProxyPostProcessor': BeanPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '_methodDefinitionSourceAdvisor' defined in file [C:\egovframeworkSample\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp1\wtpwebapps\generalLogIn\WEB-INF\classes\egovframework\spring\context-security.xml]: Cannot resolve reference to bean '_delegatingMethodDefinitionSource' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '_delegatingMethodDefinitionSource' defined in file [C:\egovframeworkSample\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp1\wtpwebapps\generalLogIn\WEB-INF\classes\egovframework\spring\context-security.xml]: Cannot resolve reference to bean 'methodDefinitionSources' while setting bean property 'methodDefinitionSources' with key [0]; nested exception is org.springframework.beans.factory.
----------------중략-----------------
JDBC Connection for transaction; nested exception is org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (ORA-01017: invalid username/password; logon denied
)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:405)
at java.security.AccessController.doPrivileged(Native Method)
---------그외 생략-------------
A
안녕하세요. .홍오성님..
해당 오류는 DBMS에 대한 설정이 맞지 않기 때문에 발생한 오류입니다.
(ORA-01017: invalid username/password; logon denied)
common-datasource.xml에 설정된 내용을 다시 확인해 보시기 바랍니다.
그럼. 즐거운 하루되십시오.
감사합니다.
해당 오류는 DBMS에 대한 설정이 맞지 않기 때문에 발생한 오류입니다.
(ORA-01017: invalid username/password; logon denied)
common-datasource.xml에 설정된 내용을 다시 확인해 보시기 바랍니다.
그럼. 즐거운 하루되십시오.
감사합니다.