This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 153573

Summary: Debugging does no longer work
Product: debugger Reporter: rgummi <rgummi>
Component: JavaAssignee: issues@debugger <issues>
Status: CLOSED WORKSFORME    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: Other   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description rgummi 2008-11-20 18:55:03 UTC
FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
ERROR: transport error 202: connect failed: Keine Route zum Zielrechner
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:690]
Java Result: 1
Comment 1 Martin Entlicher 2008-11-21 09:36:14 UTC
What kind of project do you debug? Does this happen every time, since the first attempt to debug? This can occur if
there is some staled debug session. Is it reproducible after NetBeans restart?
If yes, can you please turn the ANT Verbosity level to "Verbose" (in Tools -> Options -> Miscellaneous -> ANT) and
provide the full ANT output? Thanks.
Comment 2 rgummi 2008-11-21 23:41:08 UTC
It was a Java project from Netbeans 6.1. I hvae switched the ANT verbose level to debug and wanted to reproduce it, and
now it works (verbose level is back at normal).
Perhaps a restart of the machine was necessary, or a complete rebuild of the project?
So at the moment it's ok.

R
Comment 3 Quality Engineering 2010-04-29 09:45:30 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.