Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] [m2e]: Problems whith Proxy

0.10 is not supported any more and has not been for a long time now.
Proxy support is much improved in 1.0, so there is a chance the problem
will just go away. There is currently one outstanding proxy-related
issue in m2e 1.x I am aware of, which I believe is specific to ntlm.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=343009

--
Regards,
Igor

On 12-08-31 2:44 PM, Rita de Cassia Acioli Lima wrote:
Hello People,

I'm using version m2e 0.10, and set the our proxy's configuration in
settings.xml used by Maven, and  in the eclipse preferences > general >
network connection.

But, I can not download the catalog remote shows this message:

      Remote catalog is empty

Also, you can not download the dependencies. This is the error:

    !ENTRY org.eclipse.core.net 1 0 2012-08-31 15:13:08.352
      !MESSAGE System property https.proxyHost is not set but should be
    webp.

      !ENTRY org.eclipse.core.net 1 0 2012-08-31 15:13:08.352
      !MESSAGE System property https.proxyPort is not set but should be
    3128.

      !ENTRY org.eclipse.core.net 1 0 2012-08-31 15:13:08.352
      !MESSAGE System property https.proxyHost is not set but should be
    webp.

      !ENTRY org.eclipse.core.net 1 0 2012-08-31 15:13:08.362
      !MESSAGE System property https.proxyPort is not set but should be
    3128.

      !ENTRY org.maven.ide.eclipse 4 0 2012-08-31 15:13:16.015


      !MESSAGE Unable to update index for
    central|http://repo1.maven.org/maven2
      !STACK 0
      java.io.IOException: Authorization exception retrieving
    nexus-maven-repository-index.properties
       at
    org.sonatype.nexus.index.updater.DefaultIndexUpdater$WagonFetcher.retrieve(DefaultIndexUpdater.java:646)
       at
    org.sonatype.nexus.index.updater.DefaultIndexUpdater.downloadIndexProperties(DefaultIndexUpdater.java:481)
       at
    org.sonatype.nexus.index.updater.DefaultIndexUpdater.fetchAndUpdateIndex(DefaultIndexUpdater.java:104)
       at
    org.maven.ide.eclipse.internal.index.NexusIndexManager.updateRemoteIndex(NexusIndexManager.java:975)
       at
    org.maven.ide.eclipse.internal.index.NexusIndexManager.updateIndex(NexusIndexManager.java:941)
       at
    org.maven.ide.eclipse.internal.index.NexusIndexManager$1.run(NexusIndexManager.java:582)
       at
    org.maven.ide.eclipse.internal.index.IndexUpdaterJob.run(IndexUpdaterJob.java:71)
       at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

I believe that the proxy settings are configurated correctly, because I
can create the project and perform the install command by command line.

I did the downgrade to 0.9.9 version, but it doesn't work yet.

Has anyone been through this problem?


Best regards,
Rita de Cássia.



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



Back to the top