I was having problem with new lucene with search . It was giving error "
Exception in search jsp java.io.IOException: The system cannot find the path spe
cified"
After i created "temp" directory in my segment it start working, is this a bug with new release ?.
Can i also use the old index with new "Lucene" or i have to reindex ?.
You're probably running Tomcat, aren't you? Then this problem is caused by missing CATALINA_HOME env. variable. catalina.sh (or catalina.bat) tries to figure it out on its own, and comes back with "../" (relative to bin/), and then the server sets java.io.temp to "../temp". This results in creating non-existent paths to lock files.
-- Best regards, Andrzej Bialecki
------------------------------------------------- Software Architect, System Integration Specialist CEN/ISSS EC Workshop, ECIMF project chair EU FP6 E-Commerce Expert/Evaluator ------------------------------------------------- FreeBSD developer (http://www.freebsd.org)
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Nutch-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nutch-developers
