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 212093 - FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
Summary: FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGEN...
Status: RESOLVED DUPLICATE of bug 210690
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 7.1.2
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-04 15:45 UTC by kadaj_9999
Modified: 2012-05-07 10:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log file on .netbeans\7.1.2\var\log (227.60 KB, text/plain)
2012-05-04 15:45 UTC, kadaj_9999
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kadaj_9999 2012-05-04 15:45:53 UTC
Created attachment 119096 [details]
log file on .netbeans\7.1.2\var\log

When I try to debug a test, this message appear on output:

FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
ERROR: transport error 202: failed to attach to shared memory connection: El sistema no puede encontrar el archivo especificado
ERROR: JDWP Transport dt_shmem failed to initialize, TRANSPORT_INIT(510)
JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:690]
Comment 1 Martin Entlicher 2012-05-07 10:11:32 UTC
Debugger can not initialize:

SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor org.netbeans.modules.debugger.jpda.ant.JPDAStart
java.lang.ClassNotFoundException: com.sun.jdi.connect.Connector

NetBeans are crippled by a large number of NoClassDefFoundErrors

*** This bug has been marked as a duplicate of bug 210690 ***