Wendy - Thank you very much for the quick reply.

I tried your suggestions.  First the path is correct in archiva.xml.

I removed the .index* directories

I removed the archiva database.

Touched all files in internal

Started Archiva

Checked Process All Artifacts and then clicked on the Scan Repository
Button.  

The log shows the same error:

2010-02-26 10:20:22,363 [btpool0-3] INFO 
org.apache.maven.archiva.web.action.admin.SchedulerAction  - [ActionMessage]
Your request to have repository [internal] be indexed has been queued.
2010-02-26 10:20:22,382 [pool-2-thread-1] INFO 
org.apache.maven.archiva.scheduled.executors.ArchivaRepositoryScanningTaskExecutor
 
- Executing task from queue with job name: RepositoryTask
[repositoryId=internal, resourceFile=null, scanAll=true,
updateRelatedArtifacts=false]
2010-02-26 10:20:22,403 [pool-2-thread-1] WARN 
org.apache.maven.archiva.repository.scanner.functors.TriggerBeginScanClosure 
- Consumer [index-content] cannot begin:
/root/apps/apache-archiva-1.3/data/repositories/internal/.indexer/_7n.cfs
(No such file or directory)
org.apache.maven.archiva.consumers.ConsumerException:
/root/apps/apache-archiva-1.3/data/repositories/internal/.indexer/_7n.cfs
(No such file or directory)
        at
org.apache.archiva.consumers.lucene.NexusIndexerConsumer.beginScan(NexusIndexerConsumer.java:109)
        at
org.apache.maven.archiva.repository.scanner.functors.TriggerBeginScanClosure.execute(TriggerBeginScanClosure.java:64)
        at
org.apache.commons.collections.CollectionUtils.forAllDo(CollectionUtils.java:388)
        at
org.apache.maven.archiva.repository.scanner.RepositoryScannerInstance.<init>(RepositoryScannerInstance.java:87)
        at
org.apache.maven.archiva.repository.scanner.RepositoryScannerInstance.<init>(RepositoryScannerInstance.java:100)
        at
org.apache.maven.archiva.repository.scanner.DefaultRepositoryScanner.scan(DefaultRepositoryScanner.java:111)
        at
org.apache.maven.archiva.repository.scanner.DefaultRepositoryScanner.scan(DefaultRepositoryScanner.java:61)
        at
org.apache.maven.archiva.scheduled.executors.ArchivaRepositoryScanningTaskExecutor.executeTask(ArchivaRepositoryScanningTaskExecutor.java:144)
        at
org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116)
        at
edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
        at
edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176)
        at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:987)
        at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:528)
        at java.lang.Thread.run(Thread.java:619)
Caused by: java.io.FileNotFoundException:
/root/apps/apache-archiva-1.3/data/repositories/internal/.indexer/_7n.cfs
(No such file or directory)


Wendy Smoak-3 wrote:
> 
> On Fri, Feb 26, 2010 at 10:24 AM, phillips1021 <bphill...@ku.edu> wrote:
>>
>> Reference our problem - Here is the log error when we try to use the
>> Process
>> All Artifacts feature on the repositories admin web page:
> 
> The steps you describe should have worked, but it looks like there is
> some problem with the index.
> 
> I would shut it down and delete the archiva database as well as any
> .index* directories found inside your repositories.
> 
> I'm sure the artifacts themselves are fine if you copied over the
> entire repository directory structure, it's just the index not finding
> them.
> 
> Is the Archiva installation in the same place it was on the other
> server? You might also have a look at archiva.xml and see if any paths
> need to be adjusted.
> 
> -- 
> Wendy
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Transfer-Archiva-From-One-Server-To-Another-tp27719462p27720336.html
Sent from the archiva-users mailing list archive at Nabble.com.

Reply via email to