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 4423 - An exception is thrown when Connect to running VM (debugger) is used and not password is entered
Summary: An exception is thrown when Connect to running VM (debugger) is used and not ...
Status: CLOSED INVALID
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-10-10 19:03 UTC by Roman Szarowski
Modified: 2003-07-02 16:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Szarowski 1999-10-10 19:03:14 UTC
If you want to "Connect" to the running VM (in the debugger) and does not type a password, it throws the following exceptions:

java.lang.NullPointerException
java.lang.NullPointerException
javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenuItemUI.java:814
java.net.BindException: Cannot assign requested address: no further information
com.netbeans.developer.modules.debugger.support.actions.ConnectAction.performAction(ConnectAction.java:118)
javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenuItemUI.java:814)
java.net.ConnectException: Connection refused: no further information
javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenuItemUI.java:814)
Comment 1 Quality Engineering 2003-07-02 16:03:43 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.