FATAL ERROR in native method: JDWP No transports initialized, 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 

今天我的Intellij IDEA 12 在启动Tomcat进行调试时出现了上面的错误,上网查询后解决:

在本机的/etc/hosts中增加如下内容即可 :

127.0.0.1       localhost.localdomain localhost  

重启计算机就可以了,为啥呢?不清楚。