I've never seen this exception from Java before, and it's being caused by
Xerces2.  Any idea what could cause this error?  Is it something about my
input, or is this a possible bug?

My input is a set of XML generated from fielded text (via a parser of my
creation).  The output has always been well-formed before from the parser
and I haven't changed any of that code.  The only thing that's changed is
the Xerces implmentation from 1.x to 2.0beta and a few namespace values on
elements.

I'm using Xerces 2.0 beta on a Sun0S 5.7 box with Java SE 1.3.0.

Any help is appreciated.  Thank you.

java.io.IOException: Write end dead
java.io.IOException: Write end dead
        at java.io.PipedInputStream.read(PipedInputStream.java:216)
        at java.io.PipedInputStream.read(PipedInputStream.java:277)
        at java.io.FilterInputStream.read(FilterInputStream.java:114)
        at java.io.PushbackInputStream.read(PushbackInputStream.java:164)
        at org.apache.xerces.impl.io.UTF8Reader.read(UTF8Reader.java:298)
        at
org.apache.xerces.impl.XMLEntityManager$EntityScanner.load(XMLEntityM
anager.java:2930)
        at
org.apache.xerces.impl.XMLEntityManager$EntityScanner.skipChar(XMLEnt
ityManager.java:2567)
        at
org.apache.xerces.impl.XMLDocumentScannerImpl$ContentDispatcher.dispa
tch(XMLDocumentScannerImpl.java:1683)
        at
org.apache.xerces.impl.XMLDocumentScannerImpl.scanDocument(XMLDocumen
tScannerImpl.java:345)
        at
org.apache.xerces.parsers.StandardParserConfiguration.parse(StandardP
arserConfiguration.java:396)
        at org.apache.xerces.parsers.XMLParser.parse(XMLParser.java:148)
        at
org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.j
ava:942)

--------------
Brion Swanson
Software Engineer
West Group - Public Records
[EMAIL PROTECTED]
(716)546-5530 ext. 3659

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to