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 - AssertionError at org.netbeans.modules.debugger.jpda.ui.ConnectPanel.checkValid
Summary: AssertionError at org.netbeans.modules.debugger.jpda.ui.ConnectPanel.checkValid
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-12 14:56 UTC by Jiri Skrivanek
Modified: 2013-01-02 15:03 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 196462


Attachments
stacktrace (5.11 KB, text/plain)
2012-12-12 14:56 UTC, Jiri Skrivanek
Details
stacktrace (1.35 KB, text/plain)
2012-12-13 13:38 UTC, gholmer
Details
stacktrace (1.35 KB, text/plain)
2012-12-16 19:08 UTC, gholmer
Details

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