Stefan Groschupf wrote:
Namenode runs without problems but the tracker throws an exception:
Exception in thread "main" java.io.IOException: Could not start HTTP server
at org.apache.nutch.mapReduce.JobTrackerInfoServer.start(JobTrackerInfoServ er.java:104)


It looks like that a kind of configuration file for jetty is missing.
Can please give me anyone a hint where and what kind of configuration file I have to create.

This is not a fatal error. It just means that the web server that permits monitoring has failed to start. MapReduce will still work fine, and you can monitor jobs using the JobClient API.


The bug is that the webapp's jsp files are not found by jetty.

Doug

Reply via email to