오류(4)
-
Web server failed to start. Port 80 was already in use.
오류 찾기; https://myblog1128.tistory.com/90 [SpringBoot] Web server failed to start. Port 80 was already in use. 오류 스프링 부트 프로젝트를 실행했을 때 아래의 사진과 같이 포트 번호가 이미 사용중이라는 오류가 발생했다. 일단 제일 먼저 포트 번호를 바꿨으나 전과 똑같이 포트 번호를 사용중이라고 오류 myblog1128.tistory.com 오류가 난다. > 웹 서버 시작에 실패했고, 포트 80이 이미 사용 중이라는 문제를 해결하기 위해서는 두 가지 주요 방법이 있습니다. 하나는 포트 80에서 이미 수신 중인 프로세스를 식별하고 중지하는 것이고, 다른 하나는 해당 애플리케이션을 다른 포트에서 수신하도록 구성하는 것입니다...
2024.03.13 -
org.springframework.expression.spel.SpelEvaluationException: EL1008E: Property or field 'mname' cann
org.springframework.expression.spel.SpelEvaluationException: EL1008E: Property or field 'mname' cann > 이 오류는 'mname' 속성이나 필드를 찾을 수 없기 때문에 발생했습니다. 오류 메시지에 따르면 'mname'을 찾을 수 없는 객체 유형은 'java.util.HashMap'입니다. UPDATE `c23c_22`.`multiboard` SET `mno`=36 WHERE `mtno`; 데이터베이스에 쿼리문으로 비어있는 mname 채워준다.
2024.03.11 -
Undefined attribute name (th:each)
https://fordev.tistory.com/53 [Undefined attribute name]에 대한 이클립스 경고(Warning) 해결방안 "경고를 무시하지 말라" 10년의 개발기간동안 많은 후배개발자들 뿐만 아니라 수강생들에게도 늘 강조했던 말이다. 그런데 이클립스 WTP 개발환경에서 WST, JST 등의 Validator 가 많은 경고를 내고있 fordev.tistory.com 이 블로그대로 하니까 사라짐
2024.03.11 -
another java installation is in progress you must complete that installation before.....에러
another java installation is in progress you must complete that installation before.....에러 https://gmyankee.tistory.com/191 another java installation is in progress you must complete that installation before another java installation is in progress you must complete that installation before ...이라고 에러 문구가 뜨면서 설치가 진행되지 않습니다. 아마 java.com 에서 설치했던 JDK로 인하여 충돌이 일어나는 듯 합니다. wind gmyankee.tistory.com
2024.03.09