Tomcat下运行正常的应用,到JBoss下出现
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl cannot be cast to javax.xml.parsers.DocumentBuilderFactory
错误,如果可能的话,把xml-apis.jar和xml-apis-ext.jar从应用程序的lib目录中移除,原因是和JBoss的xml解析器发生冲突。
Tomcat下运行正常的应用,到JBoss下出现
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl cannot be cast to javax.xml.parsers.DocumentBuilderFactory
错误,如果可能的话,把xml-apis.jar和xml-apis-ext.jar从应用程序的lib目录中移除,原因是和JBoss的xml解析器发生冲突。
转自:http://www.blogjava.net/apple0668/archive/2007/10/12/152383.html
一直用tomcat一段时间都正常无事,最近一次启动tomcat就发生以下异常:
严重: IOException while loading persisted sessions: java.io.EOFException
严重: Exception loading sessions from persistent storage
原因是tomcat对硬盘的session读取失败,彻底解决办法一下:将work下面的文件清空,主要是*.ser文件,或者只是删除掉session.ser即可以解决。