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 221017 - IllegalStateException: Too many org.netbeans.modules.web.project.ui.customizer.WebProjectProperties$5 (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.web.project.ui.customize...
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-29 12:18 UTC by lehel
Modified: 2012-10-31 02:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 176028


Attachments
stacktrace (3.78 KB, text/plain)
2012-10-29 12:18 UTC, lehel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lehel 2012-10-29 12:18:50 UTC
Build: NetBeans IDE Dev (Build 201210240001)
VM: Java HotSpot(TM) Client VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows XP

User Comments:
GUEST: When opening properties of Java web application.

lehel: Viewing the properties of a runnig web application, in the Projects Window

facilityderek: Viewing Project properties. Changed server for two web app projects preceding the exception




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.web.project.ui.customizer.WebProjectProperties$5 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:424)
   at org.netbeans.modules.web.project.ui.customizer.WebProjectProperties.init(WebProjectProperties.java:492)
   at org.netbeans.modules.web.project.ui.customizer.WebProjectProperties.<init>(WebProjectProperties.java:351)
   at org.netbeans.modules.web.project.ui.customizer.CustomizerProviderImpl.showCustomizer(CustomizerProviderImpl.java:117)
   at org.netbeans.modules.web.project.ui.customizer.CustomizerProviderImpl.showCustomizer(CustomizerProviderImpl.java:106)
   at org.netbeans.modules.web.project.ui.customizer.CustomizerProviderImpl.showCustomizer(CustomizerProviderImpl.java:102)
Comment 1 lehel 2012-10-29 12:18:52 UTC
Created attachment 126719 [details]
stacktrace
Comment 2 David Konecny 2012-10-29 21:58:08 UTC
fc88206b0620
Comment 3 Quality Engineering 2012-10-31 02:55:02 UTC
Integrated into 'main-golden', will be available in build *201210310001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/fc88206b0620
User: David Konecny <dkonecny@netbeans.org>
Log: #221017 - IllegalStateException: Too many org.netbeans.modules.web.project.ui.customizer.WebProjectProperties$5 (3) in shared RequestProcessor; create your own