编码问题Invalid byte 3 of 3-byte UTF-8 sequence.

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了编码问题Invalid byte 3 of 3-byte UTF-8 sequence.相关的知识,希望对你有一定的参考价值。

1.Configuration problem: Failed to import bean definitions from URL location [classpath:spring/*Bean.xml]

2.Parsing XML document from file [D:\Program Files (x86)\Tomcat1\webapps\kissflovewebsite

\WEB-INF\classes\spring\NormalBean.xml];

 nested exception is java.io.UTFDataFormatException: Invalid byte 3 of 3-byte UTF-8 sequence.

出现这个异常无非是编码问题,可以按下面步骤依次排除异常:

1、检查抛错的那个xml文件,查看里面是否有中文,有中文把中文删掉是可以解决问题的。

2、如果中文是有用不能删的内容,那可以把<?xml version="1.0" encoding="UTF-8"?>改成<?xml version="1.0" encoding="gbk"?>

3.BeanFactory not initialized or already closed - call ‘refresh‘ before accessing beans via the ApplicationContext

这里其实可以看出是bean配置文件出了问题、在向上观察、是编码出现问题、依上解决

以上是关于编码问题Invalid byte 3 of 3-byte UTF-8 sequence.的主要内容,如果未能解决你的问题,请参考以下文章

com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: Invalid byte 1 of 1-byte

读取xml文件报错:Invalid byte 2 of 2-byte UTF-8 sequence。

err Invalid input of type: 'dict'. Convert to a byte, string or number first

go json.Unmarshal报错invalid character ' ï' looking for beginning of value

com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: Invalid byte 2 of 2-byte

JSON parse error: Invalid UTF-8 start byte 0xa0 问题记录及解决方法