You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by pepone pepone <pe...@gmail.com> on 2005/10/01 19:42:08 UTC

Problems runing search

Hello i trying to setup nutch and i get this exception when i access
the search app can any body help me to get nutch working

my system is gentoo linux tomcat5 blackdown-jdk-1.4.2.02


org.apache.jasper.JasperException: Unable to compile class for JSP

Generated servlet error:
/opt/tomcat5/work/Catalina/localhost/_/org/apache/jsp/index_jsp.java:11:
org.apache.jsp.index_jsp is not abstract and does not override
abstract method getIncludes() in org.apache.jasper.runtime.HttpJspBase
public final class index_jsp extends org.apache.jasper.runtime.HttpJspBase
             ^
Note: /opt/tomcat5/work/Catalina/localhost/_/org/apache/jsp/index_jsp.java
uses or overrides a deprecated API.
Note: Recompile with -deprecation for details.
1 error

	org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:84)
	org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:332)
	org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:412)
	org.apache.jasper.compiler.Compiler.compile(Compiler.java:472)
	org.apache.jasper.compiler.Compiler.compile(Compiler.java:451)
	org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
	org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511)
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

Re: MapRed - how can I get the fetcher logs?

Posted by Doug Cutting <cu...@nutch.org>.
Gal Nitzan wrote:
> I only have two log files:
> 
> -rw-r--r--   1 root root  8090 Oct  3 07:01 
> nutch-root-jobtracker-kunzon.log
> -rw-r--r--   1 root root  4290 Oct  3 07:01 nutch-root-namenode-kunzon.log

The tasktracker logs would be on the machines running the tasktracker, 
which might be different than your namenode and jobtracker.

Also note that the jobtracker's web interface shows summary statistics 
for each fetcher task.

Doug

Re: MapRed - how can I get the fetcher logs?

Posted by Gal Nitzan <gn...@usa.net>.
Doug Cutting wrote:
> Gal Nitzan wrote:
>> The fetch log, i.e. Fetching abc.com/...
>> exception in...
>
> That's still logged, in the tasktracker's log.
>
> Doug
>
> .
>
I only have two log files:

-rw-r--r--   1 root root  8090 Oct  3 07:01 nutch-root-jobtracker-kunzon.log
-rw-r--r--   1 root root  4290 Oct  3 07:01 nutch-root-namenode-kunzon.log

Gal


Re: MapRed - how can I get the fetcher logs?

Posted by Doug Cutting <cu...@nutch.org>.
Gal Nitzan wrote:
> The fetch log, i.e. Fetching abc.com/...
> exception in...

That's still logged, in the tasktracker's log.

Doug

Re: MapRed - how can I get the fetcher logs?

Posted by Gal Nitzan <gn...@usa.net>.
Doug Cutting wrote:
> Gal Nitzan wrote:
>> How do I enable the fetcher logging like in 0.7 version?
>
> What aspect of the 0.7 logging do you miss?
>
> Doug
>
> .
>
The fetch log, i.e. Fetching abc.com/...
exception in...

Gal.

BTW, I really tried finding in the code where the log handler is defined 
but I just couldn't. Where do you define the file name of the log files?

Thanks


Re: MapRed - how can I get the fetcher logs?

Posted by Doug Cutting <cu...@nutch.org>.
Gal Nitzan wrote:
> How do I enable the fetcher logging like in 0.7 version?

What aspect of the 0.7 logging do you miss?

Doug

Why do I have to stop the server and Tomcat after Index (MapRed) ?

Posted by Gal Nitzan <gn...@usa.net>.
Hi,

I noticed that after indexing I have to stop the server and Tomcat or I 
get an empty page.

Any idea?

Regards,

Gal


MapRed - how can I get the fetcher logs?

Posted by Gal Nitzan <gn...@usa.net>.
Hi,

How do I enable the fetcher logging like in 0.7 version?

Regards,

Gal