Trouble Shooting

1. 오류내용 기존 mariaDB를 사용하여 tomcat과 연결하는데 문제가 없었지만 log4jdbc 라이브러리를 추가한 후에는 아래와 같은 오류가 났다. 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 excep..
sts4에 마켓플레이스> spring3 플러그인 설치가 안되어 아래의 방법들을 해봄 1. 에러 메세지 org.eclipse.mylyn.commons.ui 3.7.0 4.0.0)' but it could not be found help > install New Software > path에 아래의 URL을 입력 후 다운로드 https://download.eclipse.org/mylyn/releases/latest/ Eclipse software repository | The Eclipse Foundation The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 360 open source projec..
xml 파일 작성 중 infos에 아래왜 같이 나와 무엇인지 검색해보았다. Description Resource Path Location Type The file cannot be validated as the XML definition "Q:\wokspace\workspace_spring\ex02\src\main\java\log4j.dtd (ÁödµÈ ÆÄÀÏ; ã; ¼ö ¾ø)" that is specified as describing the syntax of the file cannot be located. log4j.xml /ex02/src/main/resources line 2 XML Problem xml 파일 작성 중 log4j.dtd 를 찾을 수 없다는 메세지라고 한다. 해결 log4j.xm..
1. 오류내용 어노테이션으로 Log4j를 사용할 때 다음과 같은 에러가 나타났다. org.apache.log4j.Logger cannot be resolved to a type 2. 원인 Maven Dependencies 의 해당 jar를 확인하니 비활성화 되어있었다. 3. 해결 해결법은 pom.xml에서 runtime를 주석처리 해주어 빌드시에도 동작할 수 있도록 한다. runtime : 런타임시점(프로젝트 실행 시점)시 해당 dependency를 사용한다. 확인! Scope Maven을 사용하면 POM(Project Objectr Model)파일을 통해 의존성(종속성)을 설정한다. 모든 종속성은 범위를 갖고 있으며, 이 범위는 종속성의 전이성을 제한하고, 다양한 빌드 작업에 사용되는 클래스 경로에 영..
뿌수미
'Trouble Shooting' 카테고리의 글 목록 (2 Page)