I'm trying to update my .7 installation to .9 and I'm apparently having an issue getting the software to recognize the proper java path. The software is running on a Windows 2003 Server with Cygwin 1.5. The path to Nutch is "E:\nutch.09". The path to java is "E:\Java\JRE1.6". System environment variables include "JAVA_HOME=E:\Java\JRE1.6", "NUTCH_JAVA_HOME=E:\Java\JRE1.6".
In Cygwin, I load the directory "/cygdrive/e/nutch.09". Once there, I execute: "bin/nutch crawl urls/cc -dir ccdb -depth 8 >& crawl.log". The crawl fails with the following errors: bin/nutch: line 229: /cygdrive/e/nutch.09/E:\Java\JDK1.6/bin/java: No such file or directory bin/nutch: line 229: exec: /cygdrive/e/nutch.09/E:\Java\JDK1.6/bin/java: cannot execute: No such file or directory The problem is obviously that Nutch isn't finding the proper path to the Java folder, but I'm not quite sure where I'm setting it incorrectly. Nutch.7 works on the same server, on the same drive (in the E:\nutch.07 directory) with the same Cygwin installation and the same Java paths without error. It's been a while since I installed .7, but I've gone over it and compared the two to try and determine what I'm missing, and have come up empty. Was something introduced in .8 or .9 that impacts the Java path setting? If so, where the heck do I fix this? Brian Hill
