RE: New Installation - Problems - Error 500

2008-01-30 Thread Paul Stewart
10:58 PM To: nutch-user@lucene.apache.org Subject: Re: New Installation - Problems - Error 500 Just a few questions if you don't mind: In Tomcat, I have webapps/nutch-0.9 as the directory making the URL http://www.blahblah.com:8080/nutch-0.9 I want it in the root URL - if I move the files up

New Installation - Problems - Error 500

2008-01-29 Thread Paul Stewart
Hi folks... Just installing a new server for Nutch - testing at this point... Ran a crawl with no problems but can't do a search without getting an Error 500. CentOS5.1, Tomcat5.5.20, Java SDK 1.5.0_14 The last time I installed Nutch I ran into a similar issue and it had to do with a config

Re: New Installation - Problems - Error 500

2008-01-29 Thread Martin Kuen
Installation - Problems - Error 500 Paul Stewart wrote: java.lang.NoClassDefFoundError: org.apache.hadoop.util.ReflectionUtils java.lang.Class.initializeClass(libgcj.so.7rh) This is not coming from Sun JDK - it's coming from GCJ. Check which version of Java is used by Tomcat

Re: New Installation - Problems - Error 500

2008-01-29 Thread Andrzej Bialecki
Paul Stewart wrote: java.lang.NoClassDefFoundError: org.apache.hadoop.util.ReflectionUtils java.lang.Class.initializeClass(libgcj.so.7rh) This is not coming from Sun JDK - it's coming from GCJ. Check which version of Java is used by Tomcat.

RE: New Installation - Problems - Error 500

2008-01-29 Thread Paul Stewart
-Original Message- From: Andrzej Bialecki [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 29, 2008 11:30 AM To: nutch-user@lucene.apache.org Subject: Re: New Installation - Problems - Error 500 Paul Stewart wrote: java.lang.NoClassDefFoundError: org.apache.hadoop.util.ReflectionUtils

RE: New Installation - Problems - Error 500

2008-01-29 Thread Paul Stewart
appreciate the patience here... Paul -Original Message- From: Martin Kuen [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 29, 2008 12:16 PM To: nutch-user@lucene.apache.org Subject: Re: New Installation - Problems - Error 500 Hi, if you type java -version in your shell the shell

Re: New Installation - Problems - Error 500

2008-01-29 Thread Martin Kuen
PM To: nutch-user@lucene.apache.org Subject: Re: New Installation - Problems - Error 500 Hi, if you type java -version in your shell the shell will output the java version you are using. I assume the output will refer to to gcj not to the sun-jdk. You should change your environment variables

RE: New Installation - Problems - Error 500

2008-01-29 Thread Paul Stewart
: New Installation - Problems - Error 500 Hi, On Jan 29, 2008 7:14 PM, Paul Stewart [EMAIL PROTECTED] wrote: Thanks for the reply... Java -version shows this: java version 1.4.2 gij (GNU libgcj) version 4.1.2 20070626 (Red Hat 4.1.2-14) I just had a closer look at your stacktrace and your

Re: New Installation - Problems - Error 500

2008-01-29 Thread John Mendenhall
Just a few questions if you don't mind: In Tomcat, I have webapps/nutch-0.9 as the directory making the URL http://www.blahblah.com:8080/nutch-0.9 I want it in the root URL - if I move the files up I just get a blank page even after restarting Tomcat? Also, the port is 8080 - where