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 195615 - [70cat] IllegalStateException: Too many org.netbeans.modules.web.debug.JspToolTipAnnotation (3) in shared RequestProcessor; create your own
Summary: [70cat] IllegalStateException: Too many org.netbeans.modules.web.debug.JspToo...
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-17 15:14 UTC by michal.owsiak
Modified: 2011-04-13 08:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 174771


Attachments
stacktrace (648 bytes, text/plain)
2011-02-17 15:15 UTC, michal.owsiak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description michal.owsiak 2011-02-17 15:14:56 UTC
Build: NetBeans IDE 7.0 Beta 2 (Build 201102111519)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03-307, Java(TM) SE Runtime Environment, 1.6.0_22-b04-307-10M3261
OS: Mac OS X

User Comments:
michal.owsiak: Debugging application on remote server

Tomcat 7.0 + Web Application + remote debugging on standard port




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.web.debug.JspToolTipAnnotation (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:425)
   at org.netbeans.modules.web.debug.JspToolTipAnnotation.getShortDescription(JspToolTipAnnotation.java:86)
   at org.netbeans.modules.editor.NbToolTip$Request.resolveTooltipText(NbToolTip.java:396)
   at org.netbeans.modules.editor.NbToolTip$Request.run(NbToolTip.java:357)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1968)
Comment 1 michal.owsiak 2011-02-17 15:15:08 UTC
Created attachment 106119 [details]
stacktrace
Comment 2 Exceptions Reporter 2011-03-27 19:28:00 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=174771
Comment 3 Martin Entlicher 2011-04-12 15:37:03 UTC
Fixed by changeset:   192345:f49f7d90c16b
http://hg.netbeans.org/main/rev/f49f7d90c16b
Comment 4 Quality Engineering 2011-04-13 08:43:22 UTC
Integrated into 'main-golden', will be available in build *201104130401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/f49f7d90c16b
User: mentlicher@netbeans.org
Log: #195615 Do not use shared RequestProcessor and prevent from threads proliferation.