BugDIARY

Spring구축 중 겪은 에러(기록용) 본문

IT/Java

Spring구축 중 겪은 에러(기록용)

HEMON 2021. 8. 31. 23:12

spring에러 때 확인한 페이지

web.xml에러의 경우

출처 : https://www.programmersought.com/article/40922001615/

 

web.xml file error: Referenced file contains errors, cvc-id.3: A field of identity constraint - Programmer Sought

web.xml file error: Referenced file contains errors, cvc-id.3: A field of identity constraint tags: web project  Profiles Introduction: import maven project, web.xml reported three errors! Error shots are as follows:    1.Referenced file contains erro

www.programmersought.com

해결방법 : java.sun.com --> JAVA 대문자로 바꾸면 해결

https://hojin880214.tistory.com/56

 

20210319 - web.xml 에러

www.programmersought.com/article/40922001615/ web.xml file error: Referenced file contains errors, cvc-id.3: A field of identity constraint - Programmer Sought web.xml file error: Referenced file co..

hojin880214.tistory.com

log4j.dtd (지정된 파일을 찾을 수 없습니다)

해결방법 : !DOCTYPE부분을 아래와 같이 바꿔주면 에러 해결 (log4j.dtd를 못찾아서 발생하는 문제기에 바른 경로를 지정해주면 됨.)

<!DOCTYPE log4j:configuration SYSTEM http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/xml/doc-files/log4j.dtd">

https://hermeslog.tistory.com/261

 

[Exception] log4j.dtd (지정된 파일을 찾을 수 없습니다)

Log4j 설정 중 아래와 같은 Warning 이 발생하였습니다. 아직 구체적으로 뭐가 안되는지는 모르지만 일단 Warning 이므로 기분이 좋지 않습니다. The file cannot be validated as the XML definition "Q:\Documen..

hermeslog.tistory.com

스펠링 체크 오류 해결방법

https://crazykim2.tistory.com/330

Using platform encoding (MS949 actually) to copy filtered resources, i.e. build is platform dependent!

톰켓에 한글 깨짐에 대한 이클립스 오류 로그

https://dollvin.tistory.com/49

spring 웹페이지 화면 한글깨짐 해결방안

https://dydals5678.tistory.com/120

Can't connect to MySQL server on '127.0.0.1' (10061) 

해결법 : 서비스에서 MySQL이나 MariaDB DB 관련된 서비스를 시작해주면 된다.

 

 

Comments