반응형
log4j.xml The file cannot be validated as the XML definition 오류
log4j.xml을 열었을 때 엄청난 x표시와 함께 마음을 불편하게 할 때가 있다.
spring을 실행하는데에는 문제가 없지만 에러문구를 없애려고
<!DOCTYPE log4j:configuration SYSTEM "http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/xml/doc-files/log4j.dtd">
위 !DOCTYPE로 변경하여 해결
반응형
'ETC > 오류해결' 카테고리의 다른 글
mac 5000 port가 사용중일 때 (0) | 2022.03.07 |
---|---|
Jetbrain Intellij가 실행되지 않을 때 (0) | 2021.09.08 |
[Spring] web.xml cvc-elt.1.a: Cannot find the declaration of element 'web-app' (0) | 2021.05.26 |
[Spring] Driver net.sf.log4jdbc.sql.jdbcapi.DriverSpy claims to not accept jdbcUrl 오류 (1) | 2021.05.17 |
web.xml cvc-id.3 에러 해결 (0) | 2021.05.16 |
[셀레니움,크롤링] 로컬에서 잘 되던 크롤링이 서버에서 안될때 (0) | 2021.04.25 |