I am getting the following error when I am trying to Debug my project in Netbeans 8 IDE , I am using 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
I am not able to understand the problem.
Can somebody please explain me the problem, cause of the problem and solution.
Thanks