we are trying to install nutch in single machine using this guide: "http://wiki.apache.org/nutch/NutchHadoopTutorial?highlight=%28nutch%29";, we are blocked in this step: when we use: [EMAIL PROTECTED] bin]# ./start-all.sh starting namenode, logging to /nutch/search/logs/hadoop-nutch-namenode-dfs86.out localhost: starting datanode, logging to /nutch/search/logs/hadoop-root-datanode-dfs86.out localhost: starting secondarynamenode, logging to /nutch/search/logs/hadoop-root-secondarynamenode-dfs86.out starting jobtracker, logging to /nutch/search/logs/hadoop-nutch-jobtracker-dfs86.out localhost: starting tasktracker, logging to /nutch/search/logs/hadoop-root-tasktracker-dfs86.out --------------- but when i use: [EMAIL PROTECTED] bin]# ./hadoop dfs -ls Bad connection to FS. command aborted. -------------- so, i have a look at the log directory, i found this error in hadoop-nutch-namenode-dfs86.log file: 2008-03-23 15:07:34,858 INFO util.Credential - Checking Resource aliases 2008-03-23 15:07:34,905 INFO http.HttpServer - Version Jetty/5.1.4 2008-03-23 15:07:34,906 WARN servlet.WebApplicationContext - Web application not found /nutch/search/bin/file:/nutch/search/lib/hadoop-0.12.2-core.jar!/webapps/dfs 2008-03-23 15:07:34,908 WARN servlet.WebApplicationContext - Configuration error on /nutch/search/bin/file:/nutch/search/lib/hadoop-0.12.2-core.jar!/webapps/dfs java.io.FileNotFoundException: /nutch/search/bin/file:/nutch/search/lib/hadoop-0.12.2-core.jar!/webapps/dfs at org.mortbay.jetty.servlet.WebApplicationContext.resolveWebApp(WebApplicationContext.java:266) at org.mortbay.jetty.servlet.WebApplicationContext.doStart(WebApplicationContext.java:449) at org.mortbay.util.Container.start(Container.java:72) at org.mortbay.http.HttpServer.doStart(HttpServer.java:753) at org.mortbay.util.Container.start(Container.java:72) at org.apache.hadoop.mapred.StatusHttpServer.start(StatusHttpServer.java:188) at org.apache.hadoop.dfs.FSNamesystem.<init>(FSNamesystem.java:274) at org.apache.hadoop.dfs.NameNode.init(NameNode.java:178) at org.apache.hadoop.dfs.NameNode.<init>(NameNode.java:195) at org.apache.hadoop.dfs.NameNode.main(NameNode.java:728) 2008-03-23 15:07:34,910 INFO util.Container - Started HttpContext[/logs,/logs] 2008-03-23 15:07:34,910 INFO util.Container - Started HttpContext[/static,/static] 2008-03-23 15:07:34,915 INFO http.SocketListener - Started SocketListener on 0.0.0.0:50070 2008-03-23 15:07:34,916 ERROR dfs.NameNode - java.io.IOException: Problem starting http server at org.apache.hadoop.mapred.StatusHttpServer.start(StatusHttpServer.java:211) at org.apache.hadoop.dfs.FSNamesystem.<init>(FSNamesystem.java:274) at org.apache.hadoop.dfs.NameNode.init(NameNode.java:178) at org.apache.hadoop.dfs.NameNode.<init>(NameNode.java:195) at org.apache.hadoop.dfs.NameNode.main(NameNode.java:728) Caused by: org.mortbay.util.MultiException[java.io.FileNotFoundException: /nutch/search/bin/file:/nutch/search/lib/hadoop-0.12.2-core.jar!/webapps/dfs] at org.mortbay.http.HttpServer.doStart(HttpServer.java:731) at org.mortbay.util.Container.start(Container.java:72) at org.apache.hadoop.mapred.StatusHttpServer.start(StatusHttpServer.java:188) ... 4 more
-------------- I don't know how to fix it. Please, If you have any idea,help me. BEST REGARDS. -- View this message in context: http://www.nabble.com/Problem-with-installing-nutch-in-single-machine-tp16232138p16232138.html Sent from the Nutch - User mailing list archive at Nabble.com.
