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

Summary: DebugURL: java.lang.IllegalStateException: Queue full
Product: javascript Reporter: _ krystyna <krystyna>
Component: DebuggerAssignee: _ deva <deva>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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