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 - SAPIDAttachingConnector and SACoreAttachingConnector fails to connetct
Summary: SAPIDAttachingConnector and SACoreAttachingConnector fails to connetct
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 4.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-31 11:40 UTC by _ lcincura
Modified: 2005-04-01 09:37 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.