You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading my application to woodstock v6.2.x, importing xml failed with this exception :
Caused by: java.lang.RuntimeException: Internal error: Expected either attr limit (2147483647) >= currAttrSize (0) OR >= outBuf.length (96)
at com.ctc.wstx.util.ExceptionUtil.throwInternal(ExceptionUtil.java:69) ~[?:?]
at com.ctc.wstx.sr.BasicStreamReader._checkAttributeLimit(BasicStreamReader.java:2056) ~[?:?]
at com.ctc.wstx.sr.BasicStreamReader.parseAttrValue(BasicStreamReader.java:2038) ~[?:?]
at com.ctc.wstx.sr.BasicStreamReader.handleNsAttrs(BasicStreamReader.java:3144) ~[?:?]
at com.ctc.wstx.sr.BasicStreamReader.handleStartElem(BasicStreamReader.java:3042) ~[?:?]
at com.ctc.wstx.sr.BasicStreamReader.handleRootElem(BasicStreamReader.java:2188) ~[?:?]
at com.ctc.wstx.sr.BasicStreamReader.nextFromProlog(BasicStreamReader.java:2168) ~[?:?]
at com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1180) ~[?:?]
downgrading to v6.0.2 fixes it.
I don't really understand what the message means.. ;)
This is probably a bug in Woodstox code, and I am guessing result of fix for #112. It'd be great if you could come up with a test case to reproduce it as it's bit tricky to reproduce otherwise... although I can try.
The thing that I think triggers this is likely this line:
After upgrading my application to woodstock v6.2.x, importing xml failed with this exception :
downgrading to v6.0.2 fixes it.
I don't really understand what the message means.. ;)
The code looks like the following :
The text was updated successfully, but these errors were encountered: