Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] unknown format version: -9 ?

The exception comes from reading local lucene index, which should be
unrelated to the transport format. Looks like your local lucene index
got corrupted.

m2e caches lucene index in two places. Per-workspace indexes are stored
under .metadata/.plugins/org.eclipse.m2e.core/nexus and there is also
global cache in ~/.m2/repository/.cache/m2e/${m2e.version}.

Try cleaning the caches and see if the problem goes away.

--
Regards,
Igor

On 11-10-19 2:20 AM, Max Rydahl Andersen wrote:
Hi,

I started noticing these errors in eclipse console:

08:16:11.071 [Worker-34] ERROR o.e.m.c.i.i.nexus.NexusIndexManager - Unable to update index for uk|http://uk.maven.org/maven2/
org.apache.lucene.index.CorruptIndexException: Unknown format version: -9
	at org.apache.lucene.index.SegmentInfos.read(SegmentInfos.java:225) ~[lucene-core-2.4.1.jar:2.4.1 750176 - 2009-03-04 21:56:52]
	at org.apache.lucene.index.DirectoryIndexReader$1.doBody(DirectoryIndexReader.java:95) ~[lucene-core-2.4.1.jar:2.4.1 750176 - 2009-03-04 21:56:52]
	at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:653) ~[lucene-core-2.4.1.jar:2.4.1 750176 - 2009-03-04 21:56:52]
	at org.apache.lucene.index.DirectoryIndexReader.open(DirectoryIndexReader.java:115) ~[lucene-core-2.4.1.jar:2.4.1 750176 - 2009-03-04 21:56:52]
	at org.apache.lucene.index.IndexReader.open(IndexReader.java:316) ~[lucene-core-2.4.1.jar:2.4.1 750176 - 2009-03-04 21:56:52]
	at org.apache.lucene.index.IndexReader.open(IndexReader.java:227) ~[lucene-core-2.4.1.jar:2.4.1 750176 - 2009-03-04 21:56:52]

Didn't see those before.

Is this m2e being out of date or uk.maven.org having corrupt data ?

/max
http://about.me/maxandersen



_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top