본문 바로가기
WEB/spring

[spring] 에러: Error creating bean with name 'dataSource' defined in ServletContext resource ... Driver net.sf.log4jdbc.sql.jdbcapi.DriverSpy claims to not accept jdbcUrl

by baam 2022. 12. 15.
Error creating bean with name 'dataSource' defined in ServletContext resource [/WEB-INF/spring/root-context.xml]: Bean instantiation via constructor failed; 
...
Driver net.sf.log4jdbc.sql.jdbcapi.DriverSpy claims to not accept jdbcUrl, 
...

분명 문제가 없는 프로젝트인데 git에서 받아 import 후 톰캣 서버에서 실행을 하니 위와 같은 에러를 뱉어냈다.

jdbc 설정이나 Java build path에는 문제가 없는 상황이었는데,

Deployment Assembly에 mssql jar파일을 추가한 후 해결하였다.

 

댓글