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

Summary: An exception is thrown when Connect to running VM (debugger) is used and not password is entered
Product: debugger Reporter: Roman Szarowski <rszarowski>
Component: CodeAssignee: Daniel Prusa <dprusa>
Status: CLOSED INVALID    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.