Re: Build failed in Hudson: Nutch-Nightly #123

2007-06-20 Thread Doğacan Güney
On 6/20/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: See http://lucene.zones.apache.org:8080/hudson/job/Nutch-Nightly/123/changes -- [...truncated 5950 lines...] init-plugin: deps-jar: compile: [echo] Compiling plugin: lib-regex-filter jar:

Re: Build failed in Hudson: Nutch-Nightly #123

2007-06-20 Thread Doğacan Güney
On 6/20/07, Doğacan Güney [EMAIL PROTECTED] wrote: This is rather strange. Here is part of the console output: test: [echo] Testing plugin: parse-swf [junit] Running org.apache.nutch.parse.swf.TestSWFParser [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.315 sec

Re: Build failed in Hudson: Nutch-Nightly #123

2007-06-20 Thread Chris Mattmann
Doğacan, This is strange indeed. I noticed this during my testing of parse-feed, however, thought it was an anomaly. I got this same strange cryptic unit test error message, and then after some frustration figuring it out, I did ant clean, then ant compile-core test, and miraculously the error

Re: Build failed in Hudson: Nutch-Nightly #123

2007-06-20 Thread Dennis Kubes
Is this the same java 6 error that was popping up a while back? For some reason with java 6 the XML is being parsed differently in the SWF parser and therefore unit tests looking for exact strings were failing. Could this be happening in the feed parser as well? Dennis Kubes Chris Mattmann

Re: Build failed in Hudson: Nutch-Nightly #123

2007-06-20 Thread Doğacan Güney
On 6/20/07, Chris Mattmann [EMAIL PROTECTED] wrote: Doğacan, This is strange indeed. I noticed this during my testing of parse-feed, however, thought it was an anomaly. I got this same strange cryptic unit test error message, and then after some frustration figuring it out, I did ant clean,

Re: Build failed in Hudson: Nutch-Nightly #123

2007-06-20 Thread Doğacan Güney
On 6/20/07, Dennis Kubes [EMAIL PROTECTED] wrote: Is this the same java 6 error that was popping up a while back? For some reason with java 6 the XML is being parsed differently in the SWF parser and therefore unit tests looking for exact strings were failing. Could this be happening in the

Re: Build failed in Hudson: Nutch-Nightly #123

2007-06-20 Thread Doğacan Güney
On 6/20/07, Chris Mattmann [EMAIL PROTECTED] wrote: On 6/20/07 7:17 AM, Doğacan Güney [EMAIL PROTECTED] wrote: It never passes for me (not even when I do it in src/plugin/feed). If you check the output, parseResult only contains a single entry which is rsstest.rss. Okay, please tell me I'm

Re: Build failed in Hudson: Nutch-Nightly #123

2007-06-20 Thread Chris Mattmann
On 6/20/07 8:17 AM, Doğacan Güney [EMAIL PROTECTED] wrote: Since you are doing compile-core, no plugins get compiled (say, urlfilter-prefix), then when you do a ant test in feed only protocol-file gets compiled. So, no urlfilter-prefix, no problem :). I have to say that I am certain that I

[jira] Commented: (NUTCH-497) Extreme Nested Tags causes StackOverflowException in DomContentUtils...Spider Trap

2007-06-20 Thread Dennis Kubes (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506596 ] Dennis Kubes commented on NUTCH-497: The newest patch is the nested-tags-trap.patch file. Extreme Nested Tags

Re: Build failed in Hudson: Nutch-Nightly #123

2007-06-20 Thread Nigel Daley
On Jun 20, 2007, at 12:07 AM, Doğacan Güney wrote: On 6/20/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: See http://lucene.zones.apache.org:8080/hudson/job/Nutch-Nightly/ 123/changes -- [...truncated 5950 lines...] init-plugin: deps-jar: compile:

[jira] Updated: (NUTCH-497) Extreme Nested Tags causes StackOverflowException in DomContentUtils...Spider Trap

2007-06-20 Thread Dennis Kubes (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Kubes updated NUTCH-497: --- Attachment: nested-tags-trap2.patch Patch with the curNodeDepth removed. The patch file is

[jira] Commented: (NUTCH-497) Extreme Nested Tags causes StackOverflowException in DomContentUtils...Spider Trap

2007-06-20 Thread Dennis Kubes (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506725 ] Dennis Kubes commented on NUTCH-497: Doğacan, that is correct. By using the stack we shouldn't get a