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 270363 - IllegalArgumentException: The legacy format is no longer supported by this version of maven-indexer.
Summary: IllegalArgumentException: The legacy format is no longer supported by this ve...
Status: RESOLVED DUPLICATE of bug 270357
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-11 14:04 UTC by javatlacati
Modified: 2017-04-21 08:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228740


Attachments
stacktrace (3.44 KB, text/plain)
2017-04-11 14:04 UTC, javatlacati
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javatlacati 2017-04-11 14:04:29 UTC
This issue was reported manually by javatlacati.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 201704100002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b15
OS: Windows 8

User Comments:
javatlacati: searching class on maven index




Stacktrace: 
java.lang.IllegalArgumentException: The legacy format is no longer supported by this version of maven-indexer.
   at org.apache.maven.index.updater.DefaultIndexUpdater.loadIndexDirectory(DefaultIndexUpdater.java:209)
   at org.apache.maven.index.updater.DefaultIndexUpdater.access$300(DefaultIndexUpdater.java:76)
   at org.apache.maven.index.updater.DefaultIndexUpdater$LuceneIndexAdaptor.setIndexFile(DefaultIndexUpdater.java:515)
   at org.apache.maven.index.updater.DefaultIndexUpdater.fetchAndUpdateIndex(DefaultIndexUpdater.java:749)
   at org.apache.maven.index.updater.DefaultIndexUpdater.fetchAndUpdateIndex(DefaultIndexUpdater.java:160)
   at org.netbeans.modules.maven.indexer.NexusRepositoryIndexerImpl.indexLoadedRepo(NexusRepositoryIndexerImpl.java:549)
Comment 1 javatlacati 2017-04-11 14:04:31 UTC
Created attachment 164080 [details]
stacktrace
Comment 2 Tomas Stupka 2017-04-21 08:33:32 UTC

*** This bug has been marked as a duplicate of bug 270357 ***