🔔 Error
![👾[tomcat] the selection cannot be run on any server 에러](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fb0QPnx%2FbtsHZtel3Hp%2F53opqin8E2a08AtJ9yxvo1%2Fimg.png)
👾[tomcat] the selection cannot be run on any server 에러
👾 톰캣 서버가 올바르게 등록되지 않았기에 뜨는 오류 에러해결 1. 프로젝트명 우클릭 > Properties 클릭 2. Server 검색 > 에서 연동한 서버를 선택하고 Apply 클릭
![👾[Eclipse] 이클립스 GIT PUSH 에러 (rejected - non-fast-forward)](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FuCSZ6%2Fbtr33yMTbzu%2FFMfbNgLqO6XbRftJKiULZ0%2Fimg.png)
👾[Eclipse] 이클립스 GIT PUSH 에러 (rejected - non-fast-forward)
프로젝트 깃허브에 커밋하려니 에러가 두둥🤔 깃허브에서 코드를 수정한게 원인이 된것같다. Error Detail 에러해결 1. 이클립스 상단 Open Perspective 아이콘 클릭 > Git 클릭 2. 깃허브 커밋하고자하는 폴더 클릭 > origin > 초록화살표그림 우클릭 > Configure Fetch 클릭 3. Advanced 클릭 4. Remove클릭 5. Source ref 선택 > AddSpec 클릭 > Finish > Save and Fetch 클릭 6. Branches > Local > main 우클릭 > Merge 7. merge클릭 8. 프로젝트 우클릭 > Team > Remote > push 9. Next 10. Source ref 선택 > AddSpec 클릭 > Finish 해결 ..
![👾[spring] Error creating bean with name 빈생성오류](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fd6En83%2Fbtr3J22qwmL%2FYsML1xYnXISD88TGmdvNpk%2Fimg.png)
👾[spring] Error creating bean with name 빈생성오류
Error Detail org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'emailServiceImpl' 에러해결 src/main/webapp/WEB-INF/web.xml 에 하단 코드 입력하니 해결완료
👾[Eclipse] 이클립스 An error has occurred. See error log for more details.com.ibm.icu.text.UTF16.isSurrogate(C)Z 에러 해결하기
이클립스를 새로 다운로드 받았더니 오류들이 계속 생긴다 😒 ❗ 오류내용 An error has occurred. See error log for more details. com.ibm.icu.text.UTF16.isSurrogate(C)Z 👉 해결방법 window > preferences > java > Editor > mark occurrences > mark occurrences of the selected element in the current file로 되어있는 체크박스 해제하기!!
![👾[Eclipse] 이클립스 Requesting JavaScript AST from selection 오류 메시지창 끄기](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2F3xWzA%2Fbtr0aQreWMy%2FnmH8WEE8MBBesmQYBhNjoK%2Fimg.png)
👾[Eclipse] 이클립스 Requesting JavaScript AST from selection 오류 메시지창 끄기
이클립스를 잘 사용하고있는데 Requesting JavaScript AST from selection 오류메시지창이 꺼지지도 않고 계속 뜬다 😂 이 메시지는 Eclipse JSDT(JavaScript Development Tools) 버그로 발생한다고 한다. 오류 메시지창 끄는 방법 택 1 1번 방법 Alt + Shift + O 누르기 2번 방법 토글 아이콘 눌러주기 3번방법 Window > Preference > JavaScript > Editor > Mark Occurrences에서 "Mark occurrences of the selected element in the current file."항목을 체크해제하기!!@!