오류
FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=JVMTI_ERROR_INTERNAL(113)
ERROR: transport error 202: gethostbyname: unknown host ["transport.c",L41] ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510) ["debugInit.c",L500] JDWP exit error JVMTI_ERROR_INTERNAL(113): No transports initialized
해결방법
[윈도우기준] 1. 실행창(윈도우키+R)에서 drivers 치고 엔터 2. 디렉토리안에 etc 폴더로 접근 3. hosts 파일을 메모장으로 연다. 제일 아래쪽에
# localhost name resolution is handled within DNS itself. # 127.0.0.1 localhost # ::1 localhost
이렇게 되어 있다면 127.0.0.1 앞에 주석을 풀어준다.
없다면 127.0.0.1 localhost 이줄 추가 |
'IT노트 > tomcat' 카테고리의 다른 글
이클립스 tomcat 실행 VS startup.dat (0) | 2015.04.12 |
---|---|
Apache 2.x + OpenSSL 인증서 설치 (0) | 2015.03.01 |
톰켓하나에 두개 프로세스 돌리기 (0) | 2015.02.14 |