For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 2 replies, 2 voices, and was last updated 16 years, 3 months ago by
trant.
-
AuthorPosts
-
When I deploy to my application server I frequently get these annoying update errors from my MyEclipse IDE.
Here is an example attached below:
I dont know what this Maven stuff is but If I could just disable it so it does not pester me I would be happy.
eclipse.buildId=unknown
java.version=1.6.0_13
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86Error
Wed May 12 09:16:06 EDT 2010
Unable to update index for central|http://repo1.maven.org/maven2java.io.IOException: Transfer for nexus-maven-repository-index.properties failed; Transfer error: Connection refused: no further information
at org.sonatype.nexus.index.updater.DefaultIndexUpdater$WagonFetcher.retrieve(DefaultIndexUpdater.java:693)
at org.sonatype.nexus.index.updater.AbstractResourceFetcher.retrieve(AbstractResourceFetcher.java:22)
at org.sonatype.nexus.index.updater.DefaultIndexUpdater.downloadIndexProperties(DefaultIndexUpdater.java:493)
at org.sonatype.nexus.index.updater.DefaultIndexUpdater.access$100(DefaultIndexUpdater.java:74)
at org.sonatype.nexus.index.updater.DefaultIndexUpdater$IndexAdaptor.setProperties(DefaultIndexUpdater.java:780)
at org.sonatype.nexus.index.updater.DefaultIndexUpdater.fetchAndUpdateIndex(DefaultIndexUpdater.java:954)
at org.sonatype.nexus.index.updater.DefaultIndexUpdater.fetchAndUpdateIndex(DefaultIndexUpdater.java:138)
at org.maven.ide.eclipse.internal.index.NexusIndexManager.updateRemoteIndex(NexusIndexManager.java:1060)
at org.maven.ide.eclipse.internal.index.NexusIndexManager.updateIndex(NexusIndexManager.java:1013)
at org.maven.ide.eclipse.internal.index.NexusIndexManager$1.run(NexusIndexManager.java:624)
at org.maven.ide.eclipse.internal.index.IndexUpdaterJob.run(IndexUpdaterJob.java:71)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)May 12, 2010 at 11:11 pm #308352
support-shaliniMembertrant,
To disable maven updates at start up go to Window > Preferences > MyEclipse > Maven4MyEclipse > Maven and uncheck the “Download repository index updates on startup”.
To disable Maven features all together, go to Window > Preferences > MyEclipse > Maven4MyEclipse and uncheck “Enable Mave4MyEclipse features”.Let me know if that helps.
May 13, 2010 at 8:52 am #308367Hello, thanks for your reply!
In fact I had already unchecked that “Enable Maven4MyEclipse features” in my desperate attempts to get rid of these update errors but that had not had any effect. I would assume at this top level this checkbox would in fact disable anything dealing with Maven so perhaps this is a bug if I have to then drill down to the next page to uncheck that other checkbox about downloading repository indexes in order to disable that.
I unchecked that one now and I’ll let you know if it still gives me problems
-
AuthorPosts

