본문 바로가기

Programming/Error

(3)
[Tomcat/Solved] #3. Several ports (8005, 8081) required by Tomcat v9.0 Server at localhost are already in use. 톰캣을 비정상적으로 종료하고 다시 실행했을때 발생한 오류이다. Several ports (8005, 8081) required by Tomcat v9.0 Server at localhost are already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s). https://to-dy.tistory.com/59 [Tomcat 에러]Several ports (8005, 8080, 8009) required by..
[Javascript/Solved] #2. crbug/1173575, non-JS module files deprecated.(feat. Visual Studio Code) Visual Studio Code로 html 파일을 실행하던 중 아래와 같은 오류가 발생했다. G글에 찾아보니 네트워크 불안정으로 그럴 수 있다하여 크롬을 껐다 키고 Visual Studio도 껐다 켰지만 해결되지 않았다...! 방법을 더 찾다 아래와 같은 글을 보았다. (출처: https://exerror.com/vm3055551-crbug-1173575-non-js-module-files-deprecated/) 결론은 delete the launch.json ! 왼쪽 상단을 보니.. .vscode에 launch.json이 생성되어있는걸 볼 수 있다. .vscode 우측버튼을 눌러 삭제 후 다시 html로 돌아와 F5를 누르면 잘 작동됨을 볼 수 있다!😃👍 (ps. html이 아니라 css에서 F5를 ..
[Eclipse/Solved] #1. 이클립스 한글깨짐 한번에 수정하기(feat. mac) 다른곳에서 작업한 파일을 import할때 아래와같이 한글이 깨지는 현상이 발생할때가 있다. 이때 파일을 열어 UTF-8로 변경해주면 되지만.. 변경해야할 파일이 많을때 한번에 수정해주는 방법이 있다. 1. 이클립스 > Preferences 에 들어간다. 2. General > Content Types > Text > Default encoding : UTF-8 입력 후 Update > Apply and Close