[jdom-interest] java.lang.InternalError: fillbuf

Dmitriy Viner dxv7027 at yahoo.com
Tue Jan 25 13:42:40 PST 2005


I'm using this error from a simple line of code:
document = parser.build(inputFileName); 
 
The error is 
java.lang.InternalError: fillbuf
 at org.apache.crimson.parser.InputEntity.parsedContent(InputEntity.java:545)
 at org.apache.crimson.parser.Parser2.content(Parser2.java:2010)
 at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1691)
 at org.apache.crimson.parser.Parser2.content(Parser2.java:1963)
 at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1691)
 at org.apache.crimson.parser.Parser2.content(Parser2.java:1963)
 at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1691)
 at org.apache.crimson.parser.Parser2.content(Parser2.java:1963)
 at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1691)
 at org.apache.crimson.parser.Parser2.content(Parser2.java:1963)
 at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1691)
 at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:667)
 at org.apache.crimson.parser.Parser2.parse(Parser2.java:337)
 at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:448)
 at org.jdom.input.SAXBuilder.build(SAXBuilder.java:489)
 at org.jdom.input.SAXBuilder.build(SAXBuilder.java:928)
 at link_process.AppLink.getData(AppLink.java:212)
 at link_process.AppLink.<init>(AppLink.java:107)
 at link_process.AppLink.main(AppLink.java:60)
 
The data is
<?xml version="1.0"?>
<?extract-start destination="test" db="FRMCLIST" date="20050119" time="14113005" sdate="" stime="" dtd="docomatic.dtd" crc="-796812833" ?>
<?replace after="0" before="0"?>
<extract-wrapper>
<!DOCTYPE extract-wrapper SYSTEM "entities/docomatic.dtd">
<?atom aid="FRMCLIST:1" date="20050119" time="13395200" status="CONVERTED" ?>


 
 
The reason for his error is the number of attributes in the processing instruction.  If I decrease number of attributes everything is working.  Once I decrease numbe of attributes in <?extract start?> everything works fine.  Anybody have any idea how to fix this?
 
Dmitriy




Sincerely Dmitriy Viner

E-Mail: dxv7027 at yahoo.com

Cell Phone: 716-415-3096

		
---------------------------------
Do you Yahoo!?
 Yahoo! Mail - now with 250MB free storage. Learn more.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.jdom.org/pipermail/jdom-interest/attachments/20050125/22d7b76c/attachment.htm


More information about the jdom-interest mailing list