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 168757 - AssertionError: BaseKit.deinstall() incorrectly called from non-AWT thread.
Summary: AssertionError: BaseKit.deinstall() incorrectly called from non-AWT thread.
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jiri Rechtacek
URL: http://statistics.netbeans.org/except...
Keywords: REGRESSION
: 168758 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-07-17 20:30 UTC by athompson
Modified: 2012-07-30 20:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 153851


Attachments
stacktrace (915 bytes, text/plain)
2009-07-17 20:30 UTC, athompson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description athompson 2009-07-17 20:30:04 UTC
Build: NetBeans IDE Dev (Build 200907170201)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Linux, 2.6.31-3-generic, amd64

User Comments:
athompson: playing with adding rows to a database table



Stacktrace: 
java.lang.AssertionError: BaseKit.deinstall() incorrectly called from non-AWT thread.<br/>
        at org.netbeans.editor.BaseKit.deinstall(BaseKit.java:789)<br/>
        at javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1093)<br/>
        at javax.swing.JEditorPane.setContentType(JEditorPane.java:1021)<br/>
        at org.netbeans.modules.db.dataview.output.InsertRecordDialog.refreshSQL(InsertRecordDialog.java:399)<br/>
        at org.netbeans.modules.db.dataview.output.InsertRecordDialog$TableListener.tableChanged(InsertRecordDialog.java:329)<br/>
        at javax.swing.table.AbstractTableModel.fireTableChanged(AbstractTableModel.java:280)<br/>
Comment 1 athompson 2009-07-17 20:30:10 UTC
Created attachment 84891 [details]
stacktrace
Comment 2 Jiri Rechtacek 2009-07-21 12:32:44 UTC
It seems as a regression caused by bugfix of issue 155981. It has to be fixed in NB6.8M1.
Comment 3 Jiri Rechtacek 2009-07-21 13:14:54 UTC
core-main/rev/42313e215211
Comment 4 Quality Engineering 2009-07-23 07:46:36 UTC
Integrated into 'main-golden', will be available in build *200907230201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/42313e215211
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #168757: AssertionError: BaseKit.deinstall() incorrectly called from non-AWT thread.
Comment 5 Jiri Skrivanek 2009-07-30 13:58:25 UTC
*** Issue 168758 has been marked as a duplicate of this issue. ***