Skip to main content

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

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.


Back to the top