본문 바로가기

개발중/troubleshooting

(87)
[해결] Errors occurred during the build. Errors occurred during the build. Errors running builder 'Maven Project Builder' on project 'lucy2'. Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.6 Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or..
[해결] org/springframework/web/context/request/async/CallableProcessingInterceptor org/springframework/web/context/request/async/CallableProcessingInterceptor 에러가 뜨면 Server 삭제 후 다시 Run !
[해결] Could not initialize class org.apache.maven.plugin.war.util.WebappStructureSerializer pom.xml 에 이런 에러가 뜬다. Could not initialize class org.apache.maven.plugin.war.util.WebappStructureSerializer plugin 을 추가해주자. maven-war-plugin 3.2.2
[해결] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 8.117 s [INFO] Finished at: 2022-06-13T08:19:25+09:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-co..
[해결] pom.xml Could not initialize class org.apache.maven.plugin.war.util.WebappStructureSerializer 다른 사람들 개발 환경은 안그러는데 왜 나한테만 에러가 뜨는 것일까? 오늘 이유를 찾아야겠다. ✔ 플러그인이 없다는 의견이 있어서, 메이븐 플러그인에 대해 먼저 정리를 해야겠다. 메이븐은 플러그인을 구동해주는 프레임워크(plugin execution framework)이다. Maven에서 사용되는 clean, compile, package 등의 goal 명령어들도 사실상 plugin으로 내장되어 있다. clean, compile, test, install, package, deploy 모든 작업은 플러그인에서 수행한다. 플러그인은 다른 산출물(artifacts)과 같이 저장소에서 관리된다. 메이븐은 여러 플러그인으로 구성되어 있다. 각각의 플러그인은 하나 이상의 goal(명령, 작업)을 포함하고 있다. ..
[해결] Errors Occurred During The Build Java Application 실행을 했을 때 Errors occurred during the build 오류가 발생하는 경우 소스에 문제가 없고 서버에 문제가 없는데 위와 같은 오류가 발생하는 경우가 있다. 나는 Project > Clean 할 때 문제가 발생했다. Project 에서 마우스 우클릭 > Properties > Builders 메뉴를 클릭한 뒤 Configure the builders for the project 에서 빨간색으로 x 표시가 된 것들을 remove 해준다.
[해결] this compilation unit is not on the build path of a java project 이 블로그에서 자바 버전 바꿔주면 ( 1.6 이상 ) 된다고 한다. 근데 나는 보다시피 17 ... ㅎ ;;
The content of elements must consist of well-formed character data or markup. 해결 "The content of elements must consist of well-formed character data or markup." 에러가 발생하게 된다. 이러한 문제를 해결하기 위해서는 Query안에 사용되고 있는 부등호가 문자열이라는 것을 의미하게 해줘야 한다. 으로 감싸준다