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 225700 - [73cat] IllegalStateException: Cannot bind to ClusteredIndexables(693885477), already bound to ClusteredIndexables(1297008729)
Summary: [73cat] IllegalStateException: Cannot bind to ClusteredIndexables(693885477),...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-04 11:05 UTC by misterm
Modified: 2013-02-04 14:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 196711


Attachments
stacktrace (4.56 KB, text/plain)
2013-02-04 11:05 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2013-02-04 11:05:38 UTC
Build: NetBeans IDE Dev (Build 20130204-6d0cd37a2f39)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

Stacktrace: 
java.lang.IllegalStateException: Cannot bind to ClusteredIndexables(693885477), already bound to ClusteredIndexables(1297008729)
   at org.netbeans.modules.parsing.impl.indexing.ClusteredIndexables$DocumentIndexCacheImpl.ensureNotReBound(ClusteredIndexables.java:382)
   at org.netbeans.modules.parsing.impl.indexing.ClusteredIndexables$DocumentIndexCacheImpl.attach(ClusteredIndexables.java:298)
   at org.netbeans.modules.parsing.spi.indexing.support.IndexingSupport.attachToCacheIfNeeded(IndexingSupport.java:202)
   at org.netbeans.modules.parsing.spi.indexing.support.IndexingSupport.getInstance(IndexingSupport.java:98)
   at org.netbeans.modules.web.el.ELIndexer.index(ELIndexer.java:82)
   at org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$3.run(Indexable.java:248)
Comment 1 misterm 2013-02-04 11:05:39 UTC
Created attachment 130990 [details]
stacktrace
Comment 2 Tomas Zezula 2013-02-04 14:56:06 UTC
Also the issue #225688:ArrayIndexOutOfBoundsException at java.lang.String.getChars() is the root case of this issue.