You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Grant Ingersoll (JIRA)" <ji...@apache.org> on 2008/01/11 15:47:34 UTC

[jira] Resolved: (LUCENE-82) [PATCH] HTMLParser: IOException: Pipe closed

     [ https://issues.apache.org/jira/browse/LUCENE-82?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Ingersoll resolved LUCENE-82.
-----------------------------------

    Resolution: Won't Fix
      Assignee:     (was: Lucene Developers)

Seems like this issue comes up from time to time, but hasn't been heard from in a while.  We've marked similar versions of this as won't fix.  

> [PATCH] HTMLParser: IOException: Pipe closed
> --------------------------------------------
>
>                 Key: LUCENE-82
>                 URL: https://issues.apache.org/jira/browse/LUCENE-82
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Analysis
>    Affects Versions: 1.2
>         Environment: Operating System: other
> Platform: PC
>            Reporter: t87m87p90
>            Priority: Minor
>         Attachments: HTMLParserPatch.diff
>
>
> When indexing some 550 HTML files, the following exception is raised repeatedly 
> after file 500 but index seems to build OK.
> java.io.IOException: Pipe closed
> 	at java.io.PipedReader.receive(Unknown Source)
> 	at java.io.PipedReader.receive(Unknown Source)
> 	at java.io.PipedWriter.write(Unknown Source)
> 	at java.io.Writer.write(Unknown Source)
> 	at java.io.Writer.write(Unknown Source)
> 	at org.apache.lucene.demo.html.HTMLParser.addText(HTMLParser.java:99)
> 	at org.apache.lucene.demo.html.HTMLParser.HTMLDocument
> (HTMLParser.java:155)
> 	at org.apache.lucene.demo.html.ParserThread.run(ParserThread.java:70)
> a

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org