[ 
https://issues.apache.org/jira/browse/NUTCH-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13860140#comment-13860140
 ] 

Markus Jelsma commented on NUTCH-1360:
--------------------------------------

Almost all unit tests fail due to improper use of entities in configuration.

{code}
org.xml.sax.SAXParseException; systemId: 
file:/home/markus/projects/apache/nutch/trunk/conf/nutch-default.xml; 
lineNumber: 32; columnNumber: 60; The entity name must immediately follow the 
'&' in the entity reference.
java.lang.RuntimeException: org.xml.sax.SAXParseException; systemId: 
file:/home/markus/projects/apache/nutch/trunk/conf/nutch-default.xml; 
lineNumber: 32; columnNumber: 60; The entity name must immediately follow the 
'&' in the entity reference.
        at 
org.apache.hadoop.conf.Configuration.loadResource(Configuration.java:1249)
        at 
org.apache.hadoop.conf.Configuration.loadResources(Configuration.java:1117)
        at 
org.apache.hadoop.conf.Configuration.getProps(Configuration.java:1053)
        at org.apache.hadoop.conf.Configuration.get(Configuration.java:460)
        at org.apache.hadoop.fs.FileSystem.getDefaultUri(FileSystem.java:131)
        at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:123)
        at 
org.apache.nutch.crawl.TestCrawlDbFilter.setUp(TestCrawlDbFilter.java:50)
Caused by: org.xml.sax.SAXParseException; systemId: 
file:/home/markus/projects/apache/nutch/trunk/conf/nutch-default.xml; 
lineNumber: 32; columnNumber: 60; The entity name must immediately follow the 
'&' in the entity reference.
        at 
com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:251)
        at 
com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:300)
        at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:177)
        at 
org.apache.hadoop.conf.Configuration.loadResource(Configuration.java:1156)
{code}

> Suport the storing of IP address connected to when web crawling
> ---------------------------------------------------------------
>
>                 Key: NUTCH-1360
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1360
>             Project: Nutch
>          Issue Type: New Feature
>          Components: protocol
>    Affects Versions: nutchgora, 1.5
>            Reporter: Lewis John McGibbney
>            Assignee: Lewis John McGibbney
>            Priority: Minor
>             Fix For: 2.3, 1.9
>
>         Attachments: NUTCH-1360-NUTCH-289-nutch-1.5.1.patch, 
> NUTCH-1360-nutchgora-v2.patch, NUTCH-1360-nutchgora.patch, 
> NUTCH-1360-trunk.patch, NUTCH-1360-trunkv2.patch, NUTCH-1360-trunkv3.patch, 
> NUTCH-1360-trunkv4.patch, NUTCH-1360v3.patch, NUTCH-1360v4.patch, 
> NUTCH-1360v5.patch
>
>
> Simple issue enabling us to capture the specific IP address of the host which 
> we connect to to fetch a page.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to