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 57242

Summary: SAPIDAttachingConnector and SACoreAttachingConnector fails to connetct
Product: debugger Reporter: _ lcincura <lcincura>
Component: JavaAssignee: issues@debugger <issues>
Status: NEW ---    
Severity: blocker CC: arseniy
Priority: P3    
Version: 4.x   
Hardware: Sun   
OS: Solaris   
Issue Type: ENHANCEMENT Exception Reporter:

Description _ lcincura 2005-03-31 11:40:45 UTC
NetBeans IDE 4.1 q-build [200503291306] on jdk 1.5.0_02

When using one of the connectors, the debugger fails to connect to debugged
application. In debugger console following messages are written:
Attaching to null
com.sun.jdi.VMCannotBeModifiedException
Comment 1 Roman Ondruska 2005-03-31 12:10:14 UTC
Reproducible.
Comment 2 Jan Jancura 2005-03-31 16:00:35 UTC
Probably fixed now. Lubo, can you check it, please?

cvs commit -m "57242 SAPIDAttachingConnector and SACoreAttachingConnector fails
to connetct" Operator.java (in directory
C:\Hanz\Dev\trunk\debuggerjpda\src\org\netbeans\modules\debugger\jpda\util\)
Checking in Operator.java;
/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/util/Operator.java,v 
<--  Operator.java
new revision: 1.33; previous revision: 1.32
done
Comment 3 Martin Matula 2005-03-31 18:37:13 UTC
The suggested fix had to be rolled back since it broke the build...
Comment 4 arseniy 2005-04-01 09:37:59 UTC
IIRC, support for SAPIDAttachingConnector and SACoreAttachingConnector were not
planned for NB 4.1, as in JDK 5.0 this JDI functionality is not available on the
 Microsoft Windows platforms (nor on the Linux Itanium platform) -- plus we have
not recieved any requests for that since NB 4.0. We will support this
functionality for JDK 6.0, where all platforms should be available.