使用Spring過程中突然發生application server啟動即出現bean definition file parsing的以下錯誤:
BeanDefinitionStoreException: Unexpected exception parsing XML doc ument from class path resource..
nested exception java.lang.ClassFormatError: Unknown constant tag 0 in class file com/sun/org/apache/xerces/internal..
詳細檢查了數次都找不到xml哪裡有錯。
ClassFormatError這個錯誤很少見,似乎是JVM內Hotspot相關的錯誤,而且同時其他所有舊的project使用Spring原本可以正常執行的,現在都會產生這個錯誤。
研判可能是JVM出了什麼問題,重裝JDK1.5這個問題就消失了。
BeanDefinitionStoreException: Unexpected exception parsing XML doc ument from class path resource..
nested exception java.lang.ClassFormatError: Unknown constant tag 0 in class file com/sun/org/apache/xerces/internal..
詳細檢查了數次都找不到xml哪裡有錯。
ClassFormatError這個錯誤很少見,似乎是JVM內Hotspot相關的錯誤,而且同時其他所有舊的project使用Spring原本可以正常執行的,現在都會產生這個錯誤。
研判可能是JVM出了什麼問題,重裝JDK1.5這個問題就消失了。
留言