반응형
tomcat maven plugin을 이용하여 Embedded Tomcat로 로컬서버를 구동시
JDWP No transports initialized : Address already in use
ERROR: transport error 202
에러 발생.
문제 확인 시 지웠다가 새로 설치하라는 이야기는 무시하고...
To kill a process listening on a port:
This command should list processes listening on all ports:
netstat -ano
The -o
option will display the process id.
If you're using a *nix system, you can refine a little further with:
netstat -ano | grep <badport>
When you have the process id, you can terminate it with:
Windows:
- Open Task Manager, add the PID column with View > Select Columns > PID
- Find the process and right-click to kill it
Others:
kill <PID>
명령프롬프트에 netstat -ano 검색 후
해당 솔루션이 사용하는 포트 번호의 PID 를 검색하여
작업관리자 프로세스의 PID를 찾아 직접 죽여라.
성공!
반응형
'프로그래밍 > base' 카테고리의 다른 글
sitemap (380) | 2019.04.01 |
---|---|
HTML Table Scroll (0) | 2010.06.03 |
척도 100점 환산 방법 (0) | 2010.02.26 |
출력 시 페이지 나누기 (0) | 2010.02.25 |
댓글