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 165774 - [67cat] IllegalStateException: Retouche is sending ClassIndex events from within JavaSource.runUserActionTask()
Summary: [67cat] IllegalStateException: Retouche is sending ClassIndex events from wit...
Status: RESOLVED DUPLICATE of bug 166210
Alias: None
Product: javaee
Classification: Unclassified
Component: Hibernate (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomas Mysik
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-22 09:16 UTC by big_al
Modified: 2009-06-17 09:39 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 151558


Attachments
stacktrace (6.60 KB, text/plain)
2009-05-22 09:16 UTC, big_al
Details
stacktrace (6.60 KB, text/plain)
2009-06-02 13:52 UTC, ihsiak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description big_al 2009-05-22 09:16:29 UTC
Build: NetBeans IDE Dev (Build 200905200201)
VM: Java HotSpot(TM) 64-Bit Server VM, 1.6.0_07-b06-57, Java(TM) SE Runtime Environment, 1.6.0_07-b06-153
OS: Mac OS X, 10.5.7, x86_64

User Comments:
big_al: Importing persistences classes into a newly created JPA entity



Stacktrace: 
java.io.IOException: Retouche is sending ClassIndex events from within JavaSource.runUserActionTask()
        at org.netbeans.modules.java.source.tasklist.TaskCache.refreshTransaction(TaskCache.java:474)
        at org.netbeans.modules.java.source.indexing.JavaCustomIndexer$1.run(JavaCustomIndexer.java:124)
        at org.netbeans.modules.java.source.indexing.JavaCustomIndexer$1.run(JavaCustomIndexer.java:122)
        at org.netbeans.modules.java.source.usages.ClassIndexManager.writeLock(ClassIndexManager.java:100)
        at org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:122)
        at org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:157)
Comment 1 big_al 2009-05-22 09:16:46 UTC
Created attachment 82611 [details]
stacktrace
Comment 2 ihsiak 2009-06-02 13:52:22 UTC
Build: NetBeans IDE 6.7 RC1 (Build 200905282243)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows XP, 5.1, x86

User Comments: 


Stacktrace: 
java.io.IOException: Retouche is sending ClassIndex events from within JavaSource.runUserActionTask()
        at org.netbeans.modules.java.source.tasklist.TaskCache.refreshTransaction(TaskCache.java:474)
        at org.netbeans.modules.java.source.indexing.JavaCustomIndexer$1.run(JavaCustomIndexer.java:124)
        at org.netbeans.modules.java.source.indexing.JavaCustomIndexer$1.run(JavaCustomIndexer.java:122)
        at org.netbeans.modules.java.source.usages.ClassIndexManager.writeLock(ClassIndexManager.java:100)
        at org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:122)
        at org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:165)
Comment 3 ihsiak 2009-06-02 13:52:32 UTC
Created attachment 83100 [details]
stacktrace
Comment 4 Petr Jiricka 2009-06-08 12:10:52 UTC
Tomas, can you please look at this? You implemented this change in the Hibernate module.

Vita, how serious is this? Could this be a stopper, or is the exception harmless? 
Comment 5 Tomas Mysik 2009-06-08 12:43:13 UTC
Please, if you can reproduce in NB 6.7 RC2 (or later), provide exact steps here.
Thanks a lot!

Seems to be similar to issue #166210 (so it shouldn't be already reproducible in RC2). The proper fix will be done in
issue #166417.
Comment 6 Petr Jiricka 2009-06-17 09:39:31 UTC
No more reports about this in 6.7 RC2 or later, so closing as a duplicate of 166210.

*** This issue has been marked as a duplicate of 166210 ***