본문 바로가기

JAVA

(54)
[Error] Eclipse spring MVC pom.xml 오류 - Could not initialize class org.apache.maven.plugin.war.util.WebappStructureSerializer 1. MVC project 생성 후 pom.xml 첫 줄 오류 Could not initialize class org.apache.maven.plugin.war.util.WebappStructureSerializer 원인 : Maven version이 낮아서 생기는 오류. 2. Maven-war-plugin dependency 추가 maven-war-plugin 3.2.2 해결 완료.
[Error] spring framework 4 legacy project 생성 sts3 Add-On for Spring Tools install 에러 - Cannot complete the install because one or more required items could not be found. sts4 Legacy project 생성 시 sts3 add-on install 필요. 경로 : help > Eclipse Marketplace > spring tools 3 add on for spring install 에러 발생 Cannot complete the install because one or more required items could not be found. osgi.bundle; org.eclipse.mylyn.commons.ui [3.7.0,4.0.0) 1. https://www.eclipse.org/mylyn/downloads/ Mylyn Downloads | The Eclipse Foundation The Eclipse Foundation - home to a global co..
[Error] No mapping found for HTTP request with URI 에러 1. Mapping 오류 WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/comboard/img/undraw_profile_1.svg] in DispatcherServlet with name 'appServlet' >> servlet-context.xml - Mapping 코드 추가
[Error] log4jdbc를 이용 한 DB설정 오류 - org.springframework.web.context.ContextLoader - Context initialization failedorg.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in ServletContext r.. 1. log4jdbc를 이용한 DB설정 오류 ERROR: org.springframework.web.context.ContextLoader - Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in ServletContext resource [/WEB-INF/spring/root-context.xml]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: ..