Actually, regarding setting the JAVA_HOME, I keep getting this error: myth18:~/hadoop> bin/start-all.sh [EMAIL PROTECTED]'s password: localhost: starting datanode, logging to /afs/ir/users/r/a/ramananr/hadoop/bin/../logs/hadoop- ramananr-datanode-myth18.Stanford.EDU.log localhost: Error: JAVA_HOME is not set. starting namenode, logging to /afs/ir/users/r/a/ramananr/hadoop/bin/../logs/hadoop- ramananr-namenode-myth18.Stanford.EDU.log starting jobtracker, logging to /afs/ir/users/r/a/ramananr/hadoop/bin/../logs/hadoop- ramananr-jobtracker-myth18.Stanford.EDU.log [EMAIL PROTECTED]'s password: localhost: starting tasktracker, logging to /afs/ir/users/r/a/ramananr/hadoop/bin/../logs/hadoop- ramananr-tasktracker-myth18.Stanford.EDU.log localhost: Error: JAVA_HOME is not set.
I've just switched over to using hadoop, but I didn't think it would be different from the configuration required by nutch. I've set JAVA_HOME, NUTCH_JAVA_HOME as well as HADOOP_JAVA_HOME in my environment variables, just to be safe, and I'm still getting this message. Any ideas why? Thanks in advance. Ram On 2/20/06, gekkokid <[EMAIL PROTECTED]> wrote: > > did you set NUTCH_JAVA_HOME in your environment variables? > > > ----- Original Message ----- > From: "Top 100 Forever" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Tuesday, February 21, 2006 12:12 AM > Subject: Re: Nutch on Windows > > > >I used cygwin when I crawled my site (intranet). > > Now I would like to perform some searches but occur > > this problem... > > > > I deployed nutch as ROOT.war (root service), and > > edit the nutch-site.xml in the WEB-INF/classes with the > > searcher.dir properties. At final I restarted Tomcat > > using the windows services tool, and when I tried > > to connect to http://localhost:8080 I received black page > > and the Exception below... > > > > Where is the problem? > > I missed some step...?? > > > > ----- Original Message ----- > > From: "gekkokid" <[EMAIL PROTECTED]> > > To: <[email protected]> > > Sent: Tuesday, February 21, 2006 12:52 AM > > Subject: Re: Nutch on Windows > > > > > >> are you using cygwin? > >> > >> ----- Original Message ----- > >> From: "Top 100 Forever" <[EMAIL PROTECTED]> > >> To: <[email protected]> > >> Sent: Monday, February 20, 2006 11:41 PM > >> Subject: Nutch on Windows > >> > >> > >> Hi to all, > >> I'm a new user of nutch. I would like to study it's architecture, > >> but for the first time I have available only a windows machine. > >> I have read that this is not a problem. Nutch is written in java > >> and so it have to work on all platforms... > >> > >> So I'm trying to install it on this machine: > >> - java jdk 1.5.0 > >> - tomcat 5.5.9 > >> - nutch 0.7.1 > >> - win XP > >> > >> I have read the tutorial and the guide GettingNutchRunningWithWindows. > >> But with both type of installation, i have all the time the same > problem: > >> When i try lo load the page: http://localhost:8080/ i receive a black > >> page > >> and tomcat log appear as the follow: > >> > >> ............................................... > >> - Server startup in 3297 ms > >> - Exception initializing page context > >> java.lang.StackOverflowError > >> at > >> javax.servlet.http.HttpServletRequestWrapper.getSession( > HttpServletRequestWrapper.java:215) > >> at > >> org.apache.catalina.core.ApplicationHttpRequest.getSession( > ApplicationHttpRequest.java:544) > >> at > >> javax.servlet.http.HttpServletRequestWrapper.getSession( > HttpServletRequestWrapper.java:215) > >> at > >> org.apache.catalina.core.ApplicationHttpRequest.getSession( > ApplicationHttpRequest.java:544) > >> ............................................... > >> > >> Could you kindly help me to solve this problem? > >> Thanks in advance > >> Salvatore Trani > > > > > >
