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

Summary: IllegalStateException: Too many org.netbeans.modules.python.project.ui.PackageViewChildren$2 (3) in shared RequestProcessor; create your own
Product: python Reporter: Lou Dasaro <mr_lou_d>
Component: ProjectsAssignee: Ralph Ruijs <ralphbenjamin>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 217390
Attachments: stacktrace

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