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

Jason Hunter jhunter at xquery.com
Tue Jan 25 14:31:25 PST 2005


Looks like a Crimson bug.  In fact it looks like a really old bug per a 
Googling of the error msg:

http://www.mail-archive.com/general@xml.apache.org/msg00500.html

So upgrade Crimson.  If that doesn't work then file a Crimson bug and 
try Xerces as your parser.

-jh-

Dmitriy Viner wrote:

> 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="2005011! 9" 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 <mailto:dxv7027 at yahoo.com>
> 
> Cell Phone: 716-415-3096
> 
> ------------------------------------------------------------------------
> Do you Yahoo!?
> Yahoo! Mail - now with 250MB free storage. Learn more. 
> <http://us.rd.yahoo.com/evt=29914/*http://info.mail.yahoo.com/mail_250>
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> To control your jdom-interest membership:
> http://www.jdom.org/mailman/options/jdom-interest/youraddr@yourhost.com


More information about the jdom-interest mailing list