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 192018 - IllegalStateException: Too many org.netbeans.modules.glassfish.eecommon.api.config.GlassfishConfiguration$1 (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.glassfish.eecommon.api.c...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-16 16:50 UTC by Sergey Petrov
Modified: 2010-12-23 17:31 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 172382


Attachments
stacktrace (2.36 KB, text/plain)
2010-11-16 16:50 UTC, Sergey Petrov
Details
stacktrace (2.36 KB, text/plain)
2010-12-14 19:13 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Petrov 2010-11-16 16:50:48 UTC
This issue was reported manually by sj-nb.
It already has 4 duplicates 


Build: NetBeans IDE Dev (Build 101116-5f380e92767a)
VM: Java HotSpot(TM) Client VM, 17.0-b17, Java(TM) SE Runtime Environment, 1.6.0_21-b07
OS: Windows 7

User Comments:
sj-nb: Change server to glassfish in maven web projec (run) properties, and close properties window. got exception.

jeff_rubinoff: Changed servers for the project from WL to GF




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.glassfish.eecommon.api.config.GlassfishConfiguration$1 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:425)
   at org.netbeans.modules.glassfish.eecommon.api.config.GlassfishConfiguration.setContextRoot(GlassfishConfiguration.java:626)
   at org.netbeans.modules.glassfish.javaee.ModuleConfigurationImpl.setContextRoot(ModuleConfigurationImpl.java:126)
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.setWebContextRoot(ConfigSupportImpl.java:288)
   at org.netbeans.modules.maven.j2ee.web.WebModuleImpl.setContextPath(WebModuleImpl.java:245)
   at org.netbeans.modules.maven.j2ee.POHImpl.refreshAppServerAssignment(POHImpl.java:182)
Comment 1 Sergey Petrov 2010-11-16 16:50:51 UTC
Created attachment 103013 [details]
stacktrace
Comment 2 Exceptions Reporter 2010-12-07 20:51:38 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=172382
Comment 3 Exceptions Reporter 2010-12-14 19:13:26 UTC
Created attachment 104093 [details]
stacktrace

First...
I went to the Services Panel and
created a Server pointing a Liferay6-GlassFish3.0.1 Bundled GlassFish Server
located at C:\liferay-portal-6.0.5\glassfish-3.0.1
This bundle was downloaded from www.liferay.com .

Secondly (and lastly), 
I went to an existing (Portlets In Action sample code).
This project was created using FILE | OPEN PROJECT .
I right-clicked on the Project Name and selected 'Properties' and
then set the Server Name and the Server Location.

Not sure if I have a NetBeans Username or not...
    my email address is  "  mamanti@sbcglobal.net "
Comment 4 Quality Engineering 2010-12-23 07:04:19 UTC
Integrated into 'main-golden', will be available in build *201012230001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/a0bb7f5179df
User: vince kraemer <vkraemer@netbeans.org>
Log: #192018: ISE from default RequestProcessor.
Comment 5 Vince Kraemer 2010-12-23 17:31:01 UTC
changes in main