|
From: M S. <man...@ya...> - 2013-01-28 18:52:19
|
Hi: I am using VTD-XML version 2.9 and am getting the following two ParseExceptions (for different xml documents) in our production logs: <exception stack trace> com.ximpleware.ParseException: UTF 8 encoding error: should never happen at com.ximpleware.VTDGen$UTF8Reader.handleUTF8(VTDGen.java:742) at com.ximpleware.VTDGen$UTF8Reader.getChar(VTDGen.java:708) at com.ximpleware.VTDGen.parse(VTDGen.java:2781) ... com.ximpleware.ParseException: UTF 8 encoding error: should never happen at com.ximpleware.VTDGen$UTF8Reader.handleUTF8(VTDGen.java:750) at com.ximpleware.VTDGen$UTF8Reader.getChar(VTDGen.java:708) at com.ximpleware.VTDGen.parse(VTDGen.java:2787) </exception stack trace> The documents are utf-8 encoded. If you have any pointers to how to investigate or resolve this issue, please let me know. Thanks Mans |