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 138985 - DebugURL: java.lang.IllegalStateException: Queue full
Summary: DebugURL: java.lang.IllegalStateException: Queue full
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ deva
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-04 01:34 UTC by _ krystyna
Modified: 2008-07-25 07:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ krystyna 2008-07-04 01:34:42 UTC
NetBeans IDE Dev (Build 200807031203)
Java: 1.6.0_10-beta; Java HotSpot(TM) Client VM 11.0-b11
System: Windows XP version 5.1

Reproduced

1. Restart IDE
2. Run Attach Debugger > Debug Url > http://www.cnn.com
3. OK all files load
4. Go to Sources window , Go to Source of any file via popup menu
5. Attempt to Kill session at toolbar
> Get ISE Exception -- need to restart IDE -- closing browser cannot kill debugger


Exception in thread "Dbgp message handler NETBEANS-FIREFOX-DEBUGGER-1" java.lang.IllegalStateException: Queue full
        at java.util.AbstractQueue.add(AbstractQueue.java:71)
        at java.util.concurrent.ArrayBlockingQueue.add(ArrayBlockingQueue.java:209)
        at org.netbeans.modules.web.client.tools.common.dbgp.DebuggerProxy.handleMessage(DebuggerProxy.java:319)
        at org.netbeans.modules.web.client.tools.common.dbgp.DebuggerProxy.access$100(DebuggerProxy.java:68)
        at org.netbeans.modules.web.client.tools.common.dbgp.DebuggerProxy$MessageHandler.run(DebuggerProxy.java:346)
Comment 1 _ deva 2008-07-25 07:16:09 UTC
Increased the suspension point queue size to handle situation like this