因为本地没有配置 localhost 导致的 eclipse 的奇葩问题
Posted SonoFelice——棣琦
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了因为本地没有配置 localhost 导致的 eclipse 的奇葩问题相关的知识,希望对你有一定的参考价值。
因为电脑没有配置 127.0.0.1 localhost,已经碰到两次奇葩问题了。
问题一:
我的博文http://www.cnblogs.com/sonofelice/p/5143746.html中提到的,debug tomcat 报错:
FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
ERROR: transport error 202: connect failed: Operation timed out
ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:750]
问题二:
在使用 testng 进行单元测试的时候,代码没错,但是运行报错:
Cannot connect to VM
Socket closed
其实看一下 console 里面的日志,仍然是:
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 [../../../src/share/back/debugInit.c:750]
问题三:
在使用 mybatis generator生成数据库对应的 entity 和 mapper 文件时,在 debug configuration 中配置好之后开始生成,仍然会报上面的错误。
但是错误码其实是一样的。
以后碰到这样的问题,可以首先检查下 host 配置,或者看先端口是否被别的进程占用了。
看 stackoverflow 的解释:http://stackoverflow.com/questions/31264148/fatal-error-in-native-method-jdwp-no-transports-initialized-error-while-startin
以上是关于因为本地没有配置 localhost 导致的 eclipse 的奇葩问题的主要内容,如果未能解决你的问题,请参考以下文章
AWS EC2 导致 Streamlit ML App 出现问题
本地oracle可以通过localhost连接,无法通过ip地址连接解决方法,oracle远程连接配置
wamp本地localhost访问变卡及不记录访问日志的办法
尚未配置为Web项目XXXX指定的本地IIS URL HTTP://localhost