- This topic has 1 reply, 2 voices, and was last updated 15 years, 3 months ago by
Brian Fernandes.
-
AuthorPosts
-
g000026MemberHi,
We have updated our version of Artifactory to 2.2.1. In this version generates the index file nexus-maven-repository-index.gz.
The plug in the MyEclipse 7.5( org.maven.ide.components.nexus_indexer_1.0.0.20080530-2330.jar)
only tries to locate the the nexus-maven-repository-index.zip (obsolete files). This produces the following exception in our log:!ENTRY org.maven.ide.eclipse 4 0 2010-03-06 10:02:23.175
!MESSAGE Unable to update index for repo http://192.168.40.151:8080/artifactory/repo/
!STACK 1
org.eclipse.core.runtime.CoreException: Error updating index
at org.maven.ide.eclipse.internal.index.NexusIndexManager.fetchAndUpdateIndex(NexusIndexManager.java:501)
at org.maven.ide.eclipse.index.IndexManager$UpdateCommand.run(IndexManager.java:417)
at org.maven.ide.eclipse.index.IndexManager$IndexUpdaterJob.run(IndexManager.java:534)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.io.IOException: Resource nexus-maven-repository-index.zip does not exist
at org.sonatype.nexus.index.updater.DefaultIndexUpdater.downloadResource(DefaultIndexUpdater.java:243)
at org.sonatype.nexus.index.updater.DefaultIndexUpdater$1.invoke(DefaultIndexUpdater.java:87)
at org.sonatype.nexus.index.updater.DefaultIndexUpdater.run(DefaultIndexUpdater.java:169)
at org.sonatype.nexus.index.updater.DefaultIndexUpdater.fetchAndUpdateIndex(DefaultIndexUpdater.java:63)
at org.maven.ide.eclipse.internal.index.NexusIndexManager.fetchAndUpdateIndex(NexusIndexManager.java:491)
… 3 moreSolution that we have for the nexus-indexer can detect and treat the file nexus-maven-repository-index.gz?
Thanks.
March 24, 2010 at 7:01 pm #306968
Brian FernandesModeratorg00026,
Sorry about the delayed response. MyEclipse 8.5 uses the recent gz version of the index instead and you should have an improved experience. MyEclipse 8.5 is due in a couple of days.
-
AuthorPosts