I am trying to start my eclipse kepler x64 in debug mode, but it won't start. it was running 2 weeks ago but now it won't start the debug mode. I tried possible solution found here in stack overflow but none of them work. Here is the error I got from the console when trying to start it in debug mode. Using tomcat 6. OS used in windows 8.1

FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
ERROR: transport error 202: connect failed: Connection 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]

Error on the .log file of eclipse under meta data:

!ENTRY org.eclipse.wst.server.core 4 0 2013-11-20 13:50:54.259
!MESSAGE Server Tomcat v6.0 Server at localhost failed to start.

Already tried reinstalling java and eclipse and tomcat still the same error. Can't start it on debug mode.

In the morning when I rebooted my machine and started eclipse and start it on debug it works. Then I stopped it and then started again in debug and now it won't start. Hoping if someone can shed some light about this. Thanks

有帮助吗?

解决方案

Turns out it's an issue with avast, uninstalling it will not work but you need to clean it. FOund the answer in here https://feedback.avast.com/responses/eclipse-debug-functionality-not-working-after-upgrade-to-avast-2014

Thanks for those who have helped.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top