facebook

MyEclipse keep giving me ‘update errors’

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #308342 Reply

    trant
    Participant

    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 x86

    Error
    Wed May 12 09:16:06 EDT 2010
    Unable to update index for central|http://repo1.maven.org/maven2

    java.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)

    #308352

    trant,
    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.

    #308367

    trant
    Participant

    Hello, 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

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: MyEclipse keep giving me ‘update errors’

You must be logged in to post in the forum log in