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 252473 - IllegalStateException: Too many org.netbeans.modules.python.project.ui.PackageViewChildren$2 (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.python.project.ui.Packag...
Status: VERIFIED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Projects (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-19 03:33 UTC by Lou Dasaro
Modified: 2015-09-07 01:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217390


Attachments
stacktrace (1.14 KB, text/plain)
2015-05-19 03:33 UTC, Lou Dasaro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lou Dasaro 2015-05-19 03:33:56 UTC
Build: NetBeans IDE Dev (Build 201505170001)
VM: Java HotSpot(TM) Client VM, 24.79-b02, Java(TM) SE Runtime Environment, 1.7.0_79-b15
OS: Windows 8

User Comments:
mr_lou_d: Started IDE. While projects were still indexing, invoked Tools->Python Platforms. Shortly after the Python Platform Manager appeared, so did the exception.




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.python.project.ui.PackageViewChildren$2 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:431)
   at org.netbeans.modules.python.project.ui.PackageViewChildren.add(PackageViewChildren.java:329)
   at org.netbeans.modules.python.project.ui.PackageView.findNonExcludedPackages(PackageView.java:211)
   at org.netbeans.modules.python.project.ui.PackageView.findNonExcludedPackages(PackageView.java:165)
   at org.netbeans.modules.python.project.ui.PackageViewChildren.findNonExcludedPackages(PackageViewChildren.java:287)
   at org.netbeans.modules.python.project.ui.PackageViewChildren.computeKeys(PackageViewChildren.java:279)
Comment 1 Lou Dasaro 2015-05-19 03:33:57 UTC
Created attachment 153739 [details]
stacktrace