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 223732

Summary: AssertionError at org.netbeans.modules.debugger.jpda.ui.ConnectPanel.checkValid
Product: debugger Reporter: Jiri Skrivanek <jskrivanek>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: VERIFIED FIXED    
Severity: normal CC: gholmer
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 196462
Attachments: stacktrace
stacktrace
stacktrace

Description Jiri Skrivanek 2012-12-12 14:56:48 UTC
Build: NetBeans IDE Dev (Build 201212120001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-b18
OS: Windows 7

User Comments:
jskrivanek: Called Attach Debugger.




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.debugger.jpda.ui.ConnectPanel.checkValid(ConnectPanel.java:586)
   at org.netbeans.modules.debugger.jpda.ui.ConnectPanel.access$300(ConnectPanel.java:116)
   at org.netbeans.modules.debugger.jpda.ui.ConnectPanel$4.run(ConnectPanel.java:367)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721)
   at java.awt.EventQueue.access$200(EventQueue.java:103)
Comment 1 Jiri Skrivanek 2012-12-12 14:56:50 UTC
Created attachment 129276 [details]
stacktrace
Comment 2 gholmer 2012-12-13 13:37:56 UTC
Messages log as requested by error dialog.
Comment 3 gholmer 2012-12-13 13:38:08 UTC
Created attachment 129320 [details]
stacktrace

Attached debugger to a copy of GlassFish 3.1.2.2.
Comment 4 gholmer 2012-12-16 19:08:14 UTC
Created attachment 129427 [details]
stacktrace

Connected debugger to an external process running on port 7070.
Comment 5 Martin Entlicher 2012-12-17 14:21:48 UTC
Fixed by changeset:   243145:a6c8988979b5
http://hg.netbeans.org/core-main/rev/a6c8988979b5
Comment 6 Quality Engineering 2012-12-18 03:02:50 UTC
Integrated into 'main-golden', will be available in build *201212180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a6c8988979b5
User: mentlicher@netbeans.org
Log: #223732: Assure that the connectors are marked as set right after they are set.