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 - IllegalStateException: Too many org.netbeans.modules.dbschema.nodes.SchemaRootChildren$1 (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.dbschema.nodes.SchemaRoo...
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: DB schema (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-02 09:32 UTC by Jiri Skrivanek
Modified: 2011-11-04 09:41 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 172515


Attachments
stacktrace (984 bytes, text/plain)
2011-11-02 09:32 UTC, Jiri Skrivanek
Details

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