Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4733451
  • 博文数量: 930
  • 博客积分: 12070
  • 博客等级: 上将
  • 技术积分: 11448
  • 用 户 组: 普通用户
  • 注册时间: 2008-08-15 16:57
文章分类

全部博文(930)

文章存档

2011年(60)

2010年(220)

2009年(371)

2008年(279)

分类:

2009-01-02 11:43:53

这篇主要记录下,我自己使用过程中遇到的问题以及解决方案:
1. 在Nutch的搜索框中输入中文变成乱码的问题。问题是由Tomcat引起的,只要在Tomcat的conf\server.xml指定编码便可解决问题,修改后的内容如下:

<Connector 
    
port="8080" 
    protocol
="HTTP/1.1" 
    connectionTimeout
="20000" 
    redirectPort
="8443" 
    URIEncoding
="UTF-8" 
    useBodyEncodingForURI
="true" />

其中URIEncoding="UTF-8"和useBodyEncodingForURI="true"是要添加的内容。

2. 错误信息:
Stopping at depth=0 - no more URLs to fetch.
No URLs to fetch - check your seed list and URL filters.

你漏了在conf/crawl-urlfilter.txt中设置搜索范围,详见上篇。

3. 错误信息:
failed with: java.lang.RuntimeException: Agent name not configured!

你漏了设置爬虫的Agent信息,详见上篇。
 
4.执行查询时候出现这个错误

HTTP Status 500 -

--------------------------------------------------------------------------------

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

org.apache.jasper.JasperException: /search.jsp(151,22) Attribute value language + "/include/header.html" is quoted with " which must be escaped when used within the value
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
分析:查看nutch Web应用根目录下的search.jsp可知,是引号匹配的问题。

"<%= language + "/include/header.html"%>"/>  //line 152 search.jsp

第一个引号和后面第一个出现的引号进行匹配,而不是和这一行最后一个引号进行匹配,所以问题就出现了。

解决方法:

将该行代码修改为:

这里我们定一个字符串urlsuffix,我们把它定义在language字符串定义之后,

  String language =   // line 116 search.jsp
    ResourceBundle.getBundle("org.nutch.jsp.search", request.getLocale())
    .getLocale().getLanguage();
 String urlsuffix="/include/header.html";

修改完成后,为确保修改成功,重启一下Tomcat服务器,进行搜索,不再报错。

贴个我大功告成后的图: happy中,毕业设计终于有点小眉目了.虽然一直很BS win但是毕业设计回归win还是发现N多好处的^_^.开始学习nutch+aglet

 

 

阅读(4022) | 评论(13) | 转发(0) |
给主人留下些什么吧!~~

chinaunix网友2010-10-23 14:43:54

www.jjzpw.net靖江招聘www.nl-hose.com/Pro01.html软管www.jjfuxing.com风管www.rghose.net www.jjbs888.com明康www.mksafe.com软管 http://www.vhose.com/F4.html平衡吊 www.jscranes.com明康www.mk-safe.com 空调www.jjbgkt.com 房产www.jjfdc.net软管 www.asiahose.com www.jjqcw.net二手车http://www.hnjcbj.com 河南保洁 www.jsjjhdnl.com 如皋房产www.rghfw.com WWW.RGSEO.COM www.rghose.com 不锈钢金属软管 http://www.jangjie.com/licai.asp www.jsdjgk.com顶尖 www.rgzpw.cn www.jjzyfg.com

chinaunix网友2010-06-24 23:55:33

[url=http://www.mbtshoesgood.com]Mbt Shoes[/url] [url=http://www.mbtshoesgood.com]Mbt Sandals[/url] [url=http://www.mbtshoesgood.com]Mbt Kisumu Sandals[/url] [url=http://www.mbtshoesgood.com]Mbt Shoes Men[/url] [url=http://www.mbtshoesgood.com]Mbt Shoes Women[/url] [url=http://www.mbtshoesgood.com]Mbt Sandals Men[/url] [url=http://www.mbtshoesgood.com]Mbt Sandals Women[/url] [url=http://www.mbtshoesgood.com]Mbt Kisumu Sandals Men[/url] [url=http://www.mbtshoesgood.com]Mbt Kisumu Sandals

chinaunix网友2010-06-24 23:53:36

[url=http://www.uggbootspick.com]Ugg Austrailia Tall[/url] [url=http://www.uggbootspick.com]Ugg slippers[/url] [url=http://www.uggbootspick.com]Ugg sandals[/url] [url=http://www.uggbootspick.com]Ugg sandal men[/url] [url=http://www.dunkpick.com]Nike Air Yeezy[/url] [url=http://www.dunkpick.com]Air Yeezy Shoes[/url] [url=http://www.dunkpick.com]Air Yeezys Shoes[/url] [url=http://www.dunkpick.com]Air Jordan Shoes[/url] [url=http://www.dunkpick.com]Air Jordan High Heels[/url] [url=http://w

chinaunix网友2010-06-23 11:45:24

1. [url="http://www.soft12580.cn/"]股票电子图书馆[/url] 2. [url="http://www.soft12580.cn/adgprj.html" target="_blank"]股票软件[/url] 3. [url="http://www.soft12580.cn/adgpfxrj.html" target="_blank"]股票分析软件[/url] 4. [url="http://www.soft12580.cn/adgphq.html" target="_blank"]股票行情软件[/url] 5. [url="http://www.soft12580.cn/adcgrj.html" target="_blank"]炒股软件[/url] 6. [url="http://www.soft12580.cn/addzh.html" target="_blank"]大智慧[/url] 7. [url="http://www.soft12580.cn/adths.html" target="_b

chinaunix网友2010-01-04 09:25:42

WATCH BOXES http://www.bigbigwatch.com/WATCH-BOXES-Watches-91.html MONT BLANC PEN http://www.bigbigwatch.com/MONT-BLANC-PEN-Watches-120.html ALAIN SILBERSTEIN http://www.bigbigwatch.com/ALAIN-SILBERSTEIN-Watches-26.html ANONIMO http://www.bigbigwatch.com/ANONIMO-Watches-27.html A.LANGE & SOHNE http://www.bigbigwatch.com/A.LANGE-and-SOHNE-Watches-28.html AUDEMARS PIGUET http://www.bigbigwatch.com/AUDEMARS-PIGUET-Watches-29.html BAUME & MERCIER http://www.bigbigwatc