I was wondering if anyone can help me with this error?

I constantly get this exception and I don't know how to fix it:
java.lang.InternalError: fillbuf
        at
org.apache.crimson.parser.InputEntity.parsedContent(InputEntity.java:545)
        at org.apache.crimson.parser.Parser2.content(Parser2.java:1747)
        at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1468)
        at org.apache.crimson.parser.Parser2.content(Parser2.java:1700)
        at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1468)
        at org.apache.crimson.parser.Parser2.content(Parser2.java:1700)
        at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1468)
        at org.apache.crimson.parser.Parser2.content(Parser2.java:1700)
        at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1468)
        at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:499)
        at org.apache.crimson.parser.Parser2.parse(Parser2.java:304)
        at
org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:433)
        at
org.apache.crimson.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:1
79)

I looked at the Crimson source code it and it seems like its going through a
section of code to check to ']]>'.  But when I print out the XML that it is
suppose to parse, I can't find any instances of it.  Plus what is wrong with
']]>'?

This seems to happen more often in a Windows environment whereas in Unix I
don't seem to get it.  But when it happens, it always happens.

Thanks in advance for any help

Jeff


---------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to