I'm trying to setup a proxy repository in my local Nexus to retrieve artifacts from objectdb. Unfortunately I'm not able to get it configured properly and I'm not sure what is wrong.
My repository config:
- ID: objectdb
- Name: ObjectDB
- Type: proxy
- Provider: Maven2
- Format: maven2
- Policy: Release
- Remote Storage Location: http://m2.objectdb.com
- Download Indexes, Auto Blocking, File Validation all set to True
Here is log output from nexus:
jvm 1 | 2014-03-27 08:54:07 INFO [pxpool-1-thread-13] admin org.sonatype.nexus.index.DefaultIndexerManager - Trying to get remote index for repository "ObjectDB" [id=objectdb] jvm 1 | 2014-03-27 08:54:07 INFO [pxpool-1-thread-13] admin org.sonatype.nexus.proxy.storage.remote.httpclient.HttpClientRemoteStorage - Updating remote transport for proxy repository "ObjectDB" [id=objectdb]... jvm 1 | 2014-03-27 08:54:13 INFO [pxpool-1-thread-13] admin org.sonatype.nexus.index.DefaultIndexerManager - Cannot fetch remote index for repository "ObjectDB" [id=objectdb] as it does not publish indexes. jvm 1 | 2014-03-27 08:54:13 INFO [pxpool-1-thread-13] admin org.sonatype.nexus.index.NexusScanningListener - Scanning of repositoryID="objectdb" started. jvm 1 | 2014-03-27 08:54:13 INFO [pxpool-1-thread-13] admin org.sonatype.nexus.index.NexusScanningListener - Scanning of repositoryID="objectdb" finished: scanned=0, added=0, updated=0, removed=0, scanningDuration=0:00:00.026 jvm 1 | 2014-03-27 08:54:13 INFO [pxpool-1-thread-13] admin org.sonatype.nexus.index.DefaultIndexerManager - Publishing index for repository objectdb jvm 1 | 2014-03-27 08:54:13 INFO [pxpool-1-thread-13] admin org.sonatype.nexus.tasks.RepairIndexTask - Scheduled task (RepairIndexTask) finished :: Repairing repository index "ObjectDB" from path null and below. (started 2014-03-27T08:54:07-07:00, runtime 0:00:06.097) jvm 1 | 2014-03-27 08:54:13 INFO [pxpool-1-thread-13] admin org.sonatype.nexus.configuration.application.DefaultNexusConfiguration - Applying Nexus Configuration due to changes in [Scheduled Tasks] made by Task-User... jvm 1 | 2014-03-27 08:54:16 INFO [ar-4-thread-5] admin org.sonatype.nexus.proxy.maven.routing.internal.RemoteScrapeStrategy - Not possible remote scrape of M2Repository(id=objectdb), no scraper succeeded.
Has anyone been able to set this up successfully?
Thanks!