【发布时间】:2016-05-31 10:27:20
【问题描述】:
当我尝试在 Netbeans 8 IDE 中调试我的项目时出现以下错误,我使用的是 Apache Tomcat 8。
FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
ERROR: transport error 202: failed to create shared memory listener: Cannot create a file when that file already exists
ERROR: JDWP Transport dt_shmem failed to initialize, TRANSPORT_INIT(510)
JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [debugInit.c:750
我无法理解这个问题。
谁能给我解释一下问题,问题的原因和解决方案。
谢谢
【问题讨论】:
标签: java tomcat netbeans netbeans-8 tomcat8