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 190629 - IllegalAccessError: tried to access field org.apache.lucene.index.IndexWriter.pendingCommit from class org.apache.lucene.index.ExtendedIndexWriter
Summary: IllegalAccessError: tried to access field org.apache.lucene.index.IndexWriter...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 190399
  Show dependency tree
 
Reported: 2010-09-28 00:18 UTC by Jesse Glick
Modified: 2010-09-29 03:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 172840


Attachments
stacktrace (2.77 KB, text/plain)
2010-09-28 00:18 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2010-09-28 00:18:22 UTC
This issue was reported manually by jglick.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 100927-22509e215d17)
VM: Java HotSpot(TM) Client VM, 17.0-b16, Java(TM) SE Runtime Environment, 1.6.0_21-b06
OS: Linux

Stacktrace: 
java.lang.IllegalAccessError: tried to access field org.apache.lucene.index.IndexWriter.pendingCommit from class org.apache.lucene.index.ExtendedIndexWriter
   at org.apache.lucene.index.ExtendedIndexWriter.hasUncommitedChanges(ExtendedIndexWriter.java:32)
   at org.sonatype.nexus.index.context.DefaultIndexingContext.isIndexWriterDirty(DefaultIndexingContext.java:434)
   at org.sonatype.nexus.index.context.DefaultIndexingContext.getIndexReader(DefaultIndexingContext.java:444)
   at org.sonatype.nexus.index.context.DefaultIndexingContext.getIndexSearcher(DefaultIndexingContext.java:463)
   at org.sonatype.nexus.index.DefaultSearchEngine.searchFlat(DefaultSearchEngine.java:179)
   at org.sonatype.nexus.index.DefaultSearchEngine.searchFlatPaged(DefaultSearchEngine.java:99)
Comment 1 Jesse Glick 2010-09-28 00:18:27 UTC
Created attachment 102174 [details]
stacktrace
Comment 2 Jesse Glick 2010-09-28 00:23:47 UTC
Probably related to new indexer.
Comment 3 Jesse Glick 2010-09-28 00:58:58 UTC
core-main #dbac2290e616
Comment 4 Quality Engineering 2010-09-29 03:12:17 UTC
Integrated into 'main-golden', will be available in build *201009290000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/dbac2290e616
User: Jesse Glick <jglick@netbeans.org>
Log: #190629: IllegalAccessError: tried to access field org.apache.lucene.index.IndexWriter.pendingCommit from class org.apache.lucene.index.ExtendedIndexWriter