You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Otis Gospodnetic (JIRA)" <ji...@apache.org> on 2006/06/12 15:45:30 UTC

[jira] Commented: (LUCENE-599) java.io.IOException: Pipe Closed

    [ http://issues.apache.org/jira/browse/LUCENE-599?page=comments#action_12415866 ] 

Otis Gospodnetic commented on LUCENE-599:
-----------------------------------------

Akshay, if this is happening on specific files, attach one of those files and tell us how you are invoking the demo app (just so I don't have to go figure out how it's called - I never use it).

Also, while the demo should be working, it really is only a demo, and you probably shouldn't use it as a ready-to-use application in production.


> java.io.IOException: Pipe Closed
> --------------------------------
>
>          Key: LUCENE-599
>          URL: http://issues.apache.org/jira/browse/LUCENE-599
>      Project: Lucene - Java
>         Type: Bug

>   Components: Index
>     Versions: 2.0.0
>  Environment: Linux, Java version 1.5.0_04
>     Reporter: Akshay Java
>     Priority: Minor

>
> I am indexing a large number of HTML files  that are all stored in a single directory. For some of the files I get the following IOException:
> [java] java.io.IOException: Pipe closed
>      [java]     at java.io.PipedInputStream.checkStateForReceive(PipedInputStream.java:190)
>      [java]     at java.io.PipedInputStream.receive(PipedInputStream.java:156)
>      [java]     at java.io.PipedOutputStream.write(PipedOutputStream.java:129)
>      [java]     at sun.nio.cs.StreamEncoder$CharsetSE.writeBytes(StreamEncoder.java:336)
>      [java]     at sun.nio.cs.StreamEncoder$CharsetSE.implWrite(StreamEncoder.java:395)
>      [java]     at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:136)
>      [java]     at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:146)
>      [java]     at java.io.OutputStreamWriter.write(OutputStreamWriter.java:204)
>      [java]     at java.io.Writer.write(Writer.java:126)
>      [java]     at org.apache.lucene.demo.html.HTMLParser.addText(HTMLParser.java:134)
>      [java]     at org.apache.lucene.demo.html.HTMLParser.HTMLDocument(HTMLParser.java:200)
>      [java]     at org.apache.lucene.demo.html.ParserThread.run(ParserThread.java:31)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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