Re: Recrawl script for 0.8.0 completed...

2006-07-25 Thread Lourival Júnior
You wanna say that only in windows this error occurs? I haven't tested in linux yet. Has anyone a solution for this problem in windows/tomcat? On 7/25/06, Thomas Delnoij [EMAIL PROTECTED] wrote: Lourival. I have typically seen the same issues on a cygwin/windows setup. The only thing that

Recrawl script for 0.8.0 completed...

2006-07-21 Thread Matthew Holt
Thanks for putting up with all the messages to the list... Here is the recrawl script for 0.8.0 if anyone is interested. Matt --- #!/bin/bash # Nutch recrawl script. # Based on 0.7.2 script at

Re: Recrawl script for 0.8.0 completed...

2006-07-21 Thread Lourival Júnior
Hi Matt! In the article found at http://today.java.net/pub/a/today/2006/02/16/introduction-to-nutch-2.htmlyou said the re-crawl script have a problem with updating the live search index. In my tests with Nutch version 0.7.2 when I run the script the index could not be update because the tomcat

Re: Recrawl script for 0.8.0 completed...

2006-07-21 Thread Renaud Richardet
Hi Matt and Lourival, Matt, thank you for the recrawl script. Any plans to commit it to trunk? Lourival, here's in the script what reloads Tomcat, not the cleanest, but it should work # Tell Tomcat to reload index touch $nutch_dir/WEB-INF/web.xml HTH, Renaud Lourival Júnior wrote: Hi

Re: Recrawl script for 0.8.0 completed...

2006-07-21 Thread Matthew Holt
Renaud Richardet wrote: Hi Matt and Lourival, Matt, thank you for the recrawl script. Any plans to commit it to trunk? Lourival, here's in the script what reloads Tomcat, not the cleanest, but it should work # Tell Tomcat to reload index touch $nutch_dir/WEB-INF/web.xml HTH, Renaud

Re: Recrawl script for 0.8.0 completed...

2006-07-21 Thread Lourival Júnior
Hi Renaud! I'm newbie with shell scripts and I know stops tomcat service is not the better way to do this. The problem is, when a run the re-crawl script with tomcat started I get this error: 060721 132224 merging segment indexes to: crawl-legislacao2\index Exception in thread main

Re: Recrawl script for 0.8.0 completed...

2006-07-21 Thread Matthew Holt
Lourival Júnior wrote: Hi Renaud! I'm newbie with shell scripts and I know stops tomcat service is not the better way to do this. The problem is, when a run the re-crawl script with tomcat started I get this error: 060721 132224 merging segment indexes to: crawl-legislacao2\index Exception

Re: Recrawl script for 0.8.0 completed...

2006-07-21 Thread Matthew Holt
Lourival Júnior wrote: I thing it wont work with me because i'm using the Nutch version 0.7.2. Actually I use this script (some comments are in Portuguese): #!/bin/bash # A simple script to run a Nutch re-crawl # Fonte do script:

Re: Recrawl script for 0.8.0 completed...

2006-07-21 Thread Lourival Júnior
Ok. However a few minutes ago I ran the script exactly you said and I still get this error: Exception in thread main java.io.IOException: Cannot delete _0.f0 at org.apache.lucene.store.FSDirectory.create(FSDirectory.java:195) at