1.Configuration problem: Failed to import bean definitions from URL location [classpath:spring/*Bean.xml]java
2.Parsing XML document from file [D:\Program Files (x86)\Tomcat1\webapps\kissflovewebsiteweb
\WEB-INF\classes\spring\NormalBean.xml];spring
nested exception is java.io.UTFDataFormatException: Invalid byte 3 of 3-byte UTF-8 sequence.app
出現這個異常無非是編碼問題,能夠按下面步驟依次排除異常:webapp
一、檢查拋錯的那個xml文件,查看裏面是否有中文,有中文把中文刪掉是能夠解決問題的。編碼
二、若是中文是有用不能刪的內容,那能夠把<?xml version="1.0" encoding="UTF-8"?>改爲<?xml version="1.0" encoding="gbk"?>spa
3.BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContextorm
這裏其實能夠看出是bean配置文件出了問題、在向上觀察、是編碼出現問題、依上解決xml