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 218585 - IllegalStateException at org.netbeans.modules.java.source.indexing.TransactionContext.beginTrans
Summary: IllegalStateException at org.netbeans.modules.java.source.indexing.Transactio...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-19 00:05 UTC by Exceptions Reporter
Modified: 2012-11-24 13:11 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 192555


Attachments
stacktrace (10.21 KB, text/plain)
2012-09-19 00:05 UTC, Exceptions Reporter
Details
stacktrace (2.33 KB, text/plain)
2012-10-10 15:08 UTC, Ondrej Brejla
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-09-19 00:05:41 UTC
This bug was originally marked as duplicate of bug 208660, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build nbms-and-javadoc-9415-on-20120914)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.1-b03, Java(TM) SE Runtime Environment, 1.7.0_05-b05
OS: Linux

User Comments:
GUEST: occured on fetching the data needed for the '.' completion of a class in ruby




Stacktrace: 
java.lang.IllegalStateException
   at org.netbeans.modules.java.source.indexing.TransactionContext.beginTrans(TransactionContext.java:181)
   at org.netbeans.modules.java.source.indexing.TransactionContext.beginStandardTransaction(TransactionContext.java:219)
   at org.netbeans.modules.java.source.indexing.JavaCustomIndexer$Factory.scanStarted(JavaCustomIndexer.java:896)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.customIndexersScanStarted(RepositoryUpdater.java:2231)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.scanStarted(RepositoryUpdater.java:2192)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.scanFiles(RepositoryUpdater.java:2861)
Comment 1 Exceptions Reporter 2012-09-19 00:05:43 UTC
Created attachment 124548 [details]
stacktrace
Comment 2 Ondrej Brejla 2012-10-10 15:08:15 UTC
Created attachment 125711 [details]
stacktrace

Copied some file under the project source root (project was open in opened NB).
Comment 3 Tomas Zezula 2012-11-22 16:02:09 UTC
Fixed jet-main 7b212b377256
Comment 4 Quality Engineering 2012-11-24 13:11:31 UTC
Integrated into 'main-golden', will be available in build *201211240959* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/7b212b377256
User: Tomas Zezula <tzezula@netbeans.org>
Log: #218585: IllegalStateException at org.netbeans.modules.java.source.indexing.TransactionContext.beginTrans