You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jesse Farinacci <ji...@gmail.com> on 2010/07/18 00:21:32 UTC

Codehaus Repository

Greetings,

I have Nexus-1.6.0 MRM deployed internally at my company. I've
configured it to proxy to http://repository.codehaus.org/ (as well as
several others). Nexus has a task which fetches the Maven contents
index but it seems repository.codehaus.org doesn't want to provide
one. I don't recall seeing this in the past, but perhaps I've just
missed it; has something changed on codehaus that would prevent me
from downloading the index? If not, could we start producing the
index? I think resolving this will help the general Maven community.
Thanks!

2010-07-17 18:15:48 INFO  -
org.sonatype.nexus.index.DefaultIndexerManager - Trying to get remote
index for repository codehaus
2010-07-17 18:15:48 INFO  -
org.sonatype.nexus.proxy.maven.maven2.M2Repository - Expiring local
cache in repository ID='codehaus' from path='/.index'
2010-07-17 18:15:48 INFO  -
org.sonatype.nexus.proxy.walker.DefaultWalker - Aborted walking on
repository ID='codehaus' from path='/.index', cause: Item not found on
path "/.index" in repository "codehaus"!
2010-07-17 18:15:48 INFO  -
org.sonatype.nexus.proxy.maven.maven2.M2Repository - Clearing NFC
cache in repository ID='codehaus' from path='/.index'
2010-07-17 18:15:48 WARN  -
org.sonatype.nexus.index.DefaultIndexerManager - Cannot fetch remote
index for repository codehaus
java.io.FileNotFoundException: nexus-maven-repository-index.zip (item not found)
        at org.sonatype.nexus.index.DefaultIndexerManager$1.retrieve(DefaultIndexerManager.java:1224)
        at org.sonatype.nexus.index.updater.AbstractResourceFetcher.retrieve(AbstractResourceFetcher.java:22)
        at org.sonatype.nexus.index.updater.DefaultIndexUpdater.loadIndexDirectory(DefaultIndexUpdater.java:246)
        at org.sonatype.nexus.index.updater.DefaultIndexUpdater.access$300(DefaultIndexUpdater.java:74)
        at org.sonatype.nexus.index.updater.DefaultIndexUpdater$LuceneIndexAdaptor.setIndexFile(DefaultIndexUpdater.java:815)
        at org.sonatype.nexus.index.updater.DefaultIndexUpdater.fetchAndUpdateIndex(DefaultIndexUpdater.java:1010)
        at org.sonatype.nexus.index.updater.DefaultIndexUpdater.fetchAndUpdateIndex(DefaultIndexUpdater.java:159)
        at org.sonatype.nexus.index.DefaultIndexerManager.updateRemoteIndex(DefaultIndexerManager.java:1234)
        at org.sonatype.nexus.index.DefaultIndexerManager.downloadRepositoryIndex(DefaultIndexerManager.java:1115)
        at org.sonatype.nexus.index.DefaultIndexerManager.reindexRepository(DefaultIndexerManager.java:999)
        at org.sonatype.nexus.index.DefaultIndexerManager.reindexAllRepositories(DefaultIndexerManager.java:864)
        at org.sonatype.nexus.tasks.ReindexTaskHandlerLegacy.reindexAllRepositories(ReindexTaskHandlerLegacy.java:43)
        at org.sonatype.nexus.tasks.ReindexTask.doRun(ReindexTask.java:65)
        at org.sonatype.nexus.scheduling.AbstractNexusTask.call(AbstractNexusTask.java:192)
        at org.sonatype.scheduling.DefaultScheduledTask.call(DefaultScheduledTask.java:338)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:315)
        at java.util.concurrent.FutureTask.run(FutureTask.java:150)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:110)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:219)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:898)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:920)
        at java.lang.Thread.run(Thread.java:736)
2010-07-17 18:15:48 INFO  -
org.sonatype.nexus.index.DefaultIndexerManager - Cascading merge of
group indexes for group "public", where repository "codehaus" is
member.

-Jesse

-- 
There are 10 types of people in this world, those
that can read binary and those that can not.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Codehaus Repository

Posted by Brian Fox <br...@infinity.nu>.
use http://nexus.codehaus.org instead as a permanent solution.

On Sun, Jul 18, 2010 at 6:59 AM, Jason van Zyl <ja...@sonatype.com> wrote:
> We have been helping Ben migrate things over to http://nexus.codehaus.org but it's slow going. He use to be running the Nexus indexer but I don't know what the status is. Your best bet is to use the JIRA issue tracking system at Codehaus to raise the issue. We certainly do try to help but users also have to nudge forges to get their acts together.
>
> On Jul 17, 2010, at 6:21 PM, Jesse Farinacci wrote:
>
>> Greetings,
>>
>> I have Nexus-1.6.0 MRM deployed internally at my company. I've
>> configured it to proxy to http://repository.codehaus.org/ (as well as
>> several others). Nexus has a task which fetches the Maven contents
>> index but it seems repository.codehaus.org doesn't want to provide
>> one. I don't recall seeing this in the past, but perhaps I've just
>> missed it; has something changed on codehaus that would prevent me
>> from downloading the index? If not, could we start producing the
>> index? I think resolving this will help the general Maven community.
>> Thanks!
>>
>> 2010-07-17 18:15:48 INFO  -
>> org.sonatype.nexus.index.DefaultIndexerManager - Trying to get remote
>> index for repository codehaus
>> 2010-07-17 18:15:48 INFO  -
>> org.sonatype.nexus.proxy.maven.maven2.M2Repository - Expiring local
>> cache in repository ID='codehaus' from path='/.index'
>> 2010-07-17 18:15:48 INFO  -
>> org.sonatype.nexus.proxy.walker.DefaultWalker - Aborted walking on
>> repository ID='codehaus' from path='/.index', cause: Item not found on
>> path "/.index" in repository "codehaus"!
>> 2010-07-17 18:15:48 INFO  -
>> org.sonatype.nexus.proxy.maven.maven2.M2Repository - Clearing NFC
>> cache in repository ID='codehaus' from path='/.index'
>> 2010-07-17 18:15:48 WARN  -
>> org.sonatype.nexus.index.DefaultIndexerManager - Cannot fetch remote
>> index for repository codehaus
>> java.io.FileNotFoundException: nexus-maven-repository-index.zip (item not found)
>>        at org.sonatype.nexus.index.DefaultIndexerManager$1.retrieve(DefaultIndexerManager.java:1224)
>>        at org.sonatype.nexus.index.updater.AbstractResourceFetcher.retrieve(AbstractResourceFetcher.java:22)
>>        at org.sonatype.nexus.index.updater.DefaultIndexUpdater.loadIndexDirectory(DefaultIndexUpdater.java:246)
>>        at org.sonatype.nexus.index.updater.DefaultIndexUpdater.access$300(DefaultIndexUpdater.java:74)
>>        at org.sonatype.nexus.index.updater.DefaultIndexUpdater$LuceneIndexAdaptor.setIndexFile(DefaultIndexUpdater.java:815)
>>        at org.sonatype.nexus.index.updater.DefaultIndexUpdater.fetchAndUpdateIndex(DefaultIndexUpdater.java:1010)
>>        at org.sonatype.nexus.index.updater.DefaultIndexUpdater.fetchAndUpdateIndex(DefaultIndexUpdater.java:159)
>>        at org.sonatype.nexus.index.DefaultIndexerManager.updateRemoteIndex(DefaultIndexerManager.java:1234)
>>        at org.sonatype.nexus.index.DefaultIndexerManager.downloadRepositoryIndex(DefaultIndexerManager.java:1115)
>>        at org.sonatype.nexus.index.DefaultIndexerManager.reindexRepository(DefaultIndexerManager.java:999)
>>        at org.sonatype.nexus.index.DefaultIndexerManager.reindexAllRepositories(DefaultIndexerManager.java:864)
>>        at org.sonatype.nexus.tasks.ReindexTaskHandlerLegacy.reindexAllRepositories(ReindexTaskHandlerLegacy.java:43)
>>        at org.sonatype.nexus.tasks.ReindexTask.doRun(ReindexTask.java:65)
>>        at org.sonatype.nexus.scheduling.AbstractNexusTask.call(AbstractNexusTask.java:192)
>>        at org.sonatype.scheduling.DefaultScheduledTask.call(DefaultScheduledTask.java:338)
>>        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:315)
>>        at java.util.concurrent.FutureTask.run(FutureTask.java:150)
>>        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:110)
>>        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:219)
>>        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:898)
>>        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:920)
>>        at java.lang.Thread.run(Thread.java:736)
>> 2010-07-17 18:15:48 INFO  -
>> org.sonatype.nexus.index.DefaultIndexerManager - Cascading merge of
>> group indexes for group "public", where repository "codehaus" is
>> member.
>>
>> -Jesse
>>
>> --
>> There are 10 types of people in this world, those
>> that can read binary and those that can not.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>
> Thanks,
>
> Jason
>
> ----------------------------------------------------------
> Jason van Zyl
> Founder,  Apache Maven
> http://twitter.com/jvanzyl
> ---------------------------------------------------------
>
> First, the taking in of scattered particulars under one Idea,
> so that everyone understands what is being talked about ... Second,
> the separation of the Idea into parts, by dividing it at the joints,
> as nature directs, not breaking any limb in half as a bad carver might.
>
>  -- Plato, Phaedrus (Notes on the Synthesis of Form by C. Alexander)
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Codehaus Repository

Posted by Jason van Zyl <ja...@sonatype.com>.
We have been helping Ben migrate things over to http://nexus.codehaus.org but it's slow going. He use to be running the Nexus indexer but I don't know what the status is. Your best bet is to use the JIRA issue tracking system at Codehaus to raise the issue. We certainly do try to help but users also have to nudge forges to get their acts together.

On Jul 17, 2010, at 6:21 PM, Jesse Farinacci wrote:

> Greetings,
> 
> I have Nexus-1.6.0 MRM deployed internally at my company. I've
> configured it to proxy to http://repository.codehaus.org/ (as well as
> several others). Nexus has a task which fetches the Maven contents
> index but it seems repository.codehaus.org doesn't want to provide
> one. I don't recall seeing this in the past, but perhaps I've just
> missed it; has something changed on codehaus that would prevent me
> from downloading the index? If not, could we start producing the
> index? I think resolving this will help the general Maven community.
> Thanks!
> 
> 2010-07-17 18:15:48 INFO  -
> org.sonatype.nexus.index.DefaultIndexerManager - Trying to get remote
> index for repository codehaus
> 2010-07-17 18:15:48 INFO  -
> org.sonatype.nexus.proxy.maven.maven2.M2Repository - Expiring local
> cache in repository ID='codehaus' from path='/.index'
> 2010-07-17 18:15:48 INFO  -
> org.sonatype.nexus.proxy.walker.DefaultWalker - Aborted walking on
> repository ID='codehaus' from path='/.index', cause: Item not found on
> path "/.index" in repository "codehaus"!
> 2010-07-17 18:15:48 INFO  -
> org.sonatype.nexus.proxy.maven.maven2.M2Repository - Clearing NFC
> cache in repository ID='codehaus' from path='/.index'
> 2010-07-17 18:15:48 WARN  -
> org.sonatype.nexus.index.DefaultIndexerManager - Cannot fetch remote
> index for repository codehaus
> java.io.FileNotFoundException: nexus-maven-repository-index.zip (item not found)
>        at org.sonatype.nexus.index.DefaultIndexerManager$1.retrieve(DefaultIndexerManager.java:1224)
>        at org.sonatype.nexus.index.updater.AbstractResourceFetcher.retrieve(AbstractResourceFetcher.java:22)
>        at org.sonatype.nexus.index.updater.DefaultIndexUpdater.loadIndexDirectory(DefaultIndexUpdater.java:246)
>        at org.sonatype.nexus.index.updater.DefaultIndexUpdater.access$300(DefaultIndexUpdater.java:74)
>        at org.sonatype.nexus.index.updater.DefaultIndexUpdater$LuceneIndexAdaptor.setIndexFile(DefaultIndexUpdater.java:815)
>        at org.sonatype.nexus.index.updater.DefaultIndexUpdater.fetchAndUpdateIndex(DefaultIndexUpdater.java:1010)
>        at org.sonatype.nexus.index.updater.DefaultIndexUpdater.fetchAndUpdateIndex(DefaultIndexUpdater.java:159)
>        at org.sonatype.nexus.index.DefaultIndexerManager.updateRemoteIndex(DefaultIndexerManager.java:1234)
>        at org.sonatype.nexus.index.DefaultIndexerManager.downloadRepositoryIndex(DefaultIndexerManager.java:1115)
>        at org.sonatype.nexus.index.DefaultIndexerManager.reindexRepository(DefaultIndexerManager.java:999)
>        at org.sonatype.nexus.index.DefaultIndexerManager.reindexAllRepositories(DefaultIndexerManager.java:864)
>        at org.sonatype.nexus.tasks.ReindexTaskHandlerLegacy.reindexAllRepositories(ReindexTaskHandlerLegacy.java:43)
>        at org.sonatype.nexus.tasks.ReindexTask.doRun(ReindexTask.java:65)
>        at org.sonatype.nexus.scheduling.AbstractNexusTask.call(AbstractNexusTask.java:192)
>        at org.sonatype.scheduling.DefaultScheduledTask.call(DefaultScheduledTask.java:338)
>        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:315)
>        at java.util.concurrent.FutureTask.run(FutureTask.java:150)
>        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:110)
>        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:219)
>        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:898)
>        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:920)
>        at java.lang.Thread.run(Thread.java:736)
> 2010-07-17 18:15:48 INFO  -
> org.sonatype.nexus.index.DefaultIndexerManager - Cascading merge of
> group indexes for group "public", where repository "codehaus" is
> member.
> 
> -Jesse
> 
> -- 
> There are 10 types of people in this world, those
> that can read binary and those that can not.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder,  Apache Maven
http://twitter.com/jvanzyl
---------------------------------------------------------

First, the taking in of scattered particulars under one Idea,
so that everyone understands what is being talked about ... Second,
the separation of the Idea into parts, by dividing it at the joints,
as nature directs, not breaking any limb in half as a bad carver might.

  -- Plato, Phaedrus (Notes on the Synthesis of Form by C. Alexander)