오류

 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 

이줄 추가




Posted by wychoi
,