Eclipse Mac OS X Debug Error: "FATAL ERROR in native method: JDWP No transport initialization, jvmtiError = AGENT_ERROR_TRANSPORT_INIT (197)"

ERROR: transport error 202: gethostbyname: unknown host
ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [debugInit.c:750]
FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)

OS: Mac OS X 10.10.2 MacBook Pro with Retina display Java version "1.8.0_25" Java (TM) SE Runtime Environment (build 1.8.0_25-b17) Java HotSpot (TM) 64-bit server VM (build 25.25- b02, mixed mode)

I am not sure why debugging does not work and leads to these errors. I have not changed / updated all that I can remember.

Any tips? I understand that this question has already been asked, but not for Mac OS X, and the answers were unclear to me. What should i try?

+4
source share
2 answers
+14

, /etc/hosts: (Able to ping 127.0.0.1, localhost, eclipse ). , :: 1 localhost, ff81:: 1% lo0 localhost 127.0.0.1 localhost.... localhost. mac.

java eclipse.

-, - , , . /etc/hosts hosts_backup. . .. hosts_backup /etc/hosts. . , . .

+4

All Articles