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 204567

Summary: IllegalStateException: Too many org.netbeans.modules.dbschema.nodes.SchemaRootChildren$1 (3) in shared RequestProcessor; create your own
Product: db Reporter: Jiri Skrivanek <jskrivanek>
Component: DB schemaAssignee: Jiri Rechtacek <jrechtacek>
Status: VERIFIED FIXED    
Severity: normal CC: emiddio, sj-nb
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 172515
Attachments: stacktrace

Description Jiri Skrivanek 2011-11-02 09:32:03 UTC
Build: NetBeans IDE Dev (Build 201111010600)
VM: Java HotSpot(TM) Client VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows XP

User Comments:
sj-nb: attempt to expand html file with dbschema extension recognized as dbschema
(got it as 500 server error response trying to download schema attached to an issue)

jskrivanek: Maybe connected to bug 204564. After steps described in that bug I tried to create another CMP Entity bean for MICRO_MARKET table from sample database.




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.dbschema.nodes.SchemaRootChildren$1 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:439)
   at org.netbeans.modules.dbschema.nodes.SchemaRootChildren.getElement(SchemaRootChildren.java:165)
   at org.netbeans.modules.dbschema.nodes.SchemaRootChildren.refreshKeys(SchemaRootChildren.java:221)
   at org.netbeans.modules.dbschema.nodes.SchemaRootChildren.setElement(SchemaRootChildren.java:204)
   at org.netbeans.modules.dbschema.jdbcimpl.DBschemaDataObject.setSchema(DBschemaDataObject.java:141)
   at org.netbeans.modules.dbschema.jdbcimpl.DBschemaDataObject.getSchema(DBschemaDataObject.java:131)
Comment 1 Jiri Skrivanek 2011-11-02 09:32:10 UTC
Created attachment 112718 [details]
stacktrace
Comment 2 Jiri Rechtacek 2011-11-02 10:42:41 UTC
core-main/rev/557caa7b42b9
Comment 3 Quality Engineering 2011-11-03 15:36:56 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/557caa7b42b9
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #204567: Too many org.netbeans.modules.dbschema.nodes.SchemaRootChildren$1 (3) in shared RequestProcessor