Can anybody help me? I'm desperate!!!
I'm writing a program in Java to deal with xml files and when the file
volume.xml (attached) is being parsed, the following exception occurs
and I don't what the problem is.
Please, if you know why it happens or a site where I could ask, tell me.
Best,
Juanma
Exception in thread "main" java.lang.Inter nalError: fillbuf
at
org.apache.crim son.parser.Inpu tEntity.parsedC ontent(InputEnt ity.java:545)
at org.apache.crim son.parser.Pars er2.content(Par ser2.java:1826)
at
org.apache.crim son.parser.Pars er2.maybeElemen t(Parser2.java: 1507)
at org.apache.crim son.parser.Pars er2.content(Par ser2.java:1779)
at
org.apache.crim son.parser.Pars er2.maybeElemen t(Parser2.java: 1507)
at org.apache.crim son.parser.Pars er2.content(Par ser2.java:1779)
at
org.apache.crim son.parser.Pars er2.maybeElemen t(Parser2.java: 1507)
at org.apache.crim son.parser.Pars er2.content(Par ser2.java:1779)
at
org.apache.crim son.parser.Pars er2.maybeElemen t(Parser2.java: 1507)
at org.apache.crim son.parser.Pars er2.content(Par ser2.java:1779)
at
org.apache.crim son.parser.Pars er2.maybeElemen t(Parser2.java: 1507)
at org.apache.crim son.parser.Pars er2.content(Par ser2.java:1779)
at
org.apache.crim son.parser.Pars er2.externalPar sedEntity(Parse r2.java:2827)
at
org.apache.crim son.parser.Pars er2.expandEntit yInContent(Pars er2.java:2545)
at
org.apache.crim son.parser.Pars er2.maybeRefere nceInContent(Pa rser2.java:2422 )
at org.apache.crim son.parser.Pars er2.content(Par ser2.java:1833)
at
org.apache.crim son.parser.Pars er2.maybeElemen t(Parser2.java: 1507)
at org.apache.crim son.parser.Pars er2.content(Par ser2.java:1779)
at
org.apache.crim son.parser.Pars er2.maybeElemen t(Parser2.java: 1507)
at
org.apache.crim son.parser.Pars er2.parseIntern al(Parser2.java :500)
at org.apache.crim son.parser.Pars er2.parse(Parse r2.java:305)
at
org.apache.crim son.parser.XMLR eaderImpl.parse (XMLReaderImpl. java:442)
at
org.apache.crim son.jaxp.Docume ntBuilderImpl.p arse(DocumentBu ilderImpl.java: 185)
at
javax.xml.parse rs.DocumentBuil der.parse(Docum entBuilder.java :161)
at INEXaDOC.main(I NEXaDOC.java:71 )
I'm writing a program in Java to deal with xml files and when the file
volume.xml (attached) is being parsed, the following exception occurs
and I don't what the problem is.
Please, if you know why it happens or a site where I could ask, tell me.
Best,
Juanma
Exception in thread "main" java.lang.Inter nalError: fillbuf
at
org.apache.crim son.parser.Inpu tEntity.parsedC ontent(InputEnt ity.java:545)
at org.apache.crim son.parser.Pars er2.content(Par ser2.java:1826)
at
org.apache.crim son.parser.Pars er2.maybeElemen t(Parser2.java: 1507)
at org.apache.crim son.parser.Pars er2.content(Par ser2.java:1779)
at
org.apache.crim son.parser.Pars er2.maybeElemen t(Parser2.java: 1507)
at org.apache.crim son.parser.Pars er2.content(Par ser2.java:1779)
at
org.apache.crim son.parser.Pars er2.maybeElemen t(Parser2.java: 1507)
at org.apache.crim son.parser.Pars er2.content(Par ser2.java:1779)
at
org.apache.crim son.parser.Pars er2.maybeElemen t(Parser2.java: 1507)
at org.apache.crim son.parser.Pars er2.content(Par ser2.java:1779)
at
org.apache.crim son.parser.Pars er2.maybeElemen t(Parser2.java: 1507)
at org.apache.crim son.parser.Pars er2.content(Par ser2.java:1779)
at
org.apache.crim son.parser.Pars er2.externalPar sedEntity(Parse r2.java:2827)
at
org.apache.crim son.parser.Pars er2.expandEntit yInContent(Pars er2.java:2545)
at
org.apache.crim son.parser.Pars er2.maybeRefere nceInContent(Pa rser2.java:2422 )
at org.apache.crim son.parser.Pars er2.content(Par ser2.java:1833)
at
org.apache.crim son.parser.Pars er2.maybeElemen t(Parser2.java: 1507)
at org.apache.crim son.parser.Pars er2.content(Par ser2.java:1779)
at
org.apache.crim son.parser.Pars er2.maybeElemen t(Parser2.java: 1507)
at
org.apache.crim son.parser.Pars er2.parseIntern al(Parser2.java :500)
at org.apache.crim son.parser.Pars er2.parse(Parse r2.java:305)
at
org.apache.crim son.parser.XMLR eaderImpl.parse (XMLReaderImpl. java:442)
at
org.apache.crim son.jaxp.Docume ntBuilderImpl.p arse(DocumentBu ilderImpl.java: 185)
at
javax.xml.parse rs.DocumentBuil der.parse(Docum entBuilder.java :161)
at INEXaDOC.main(I NEXaDOC.java:71 )