Solution for secure-processing org.xml.sax.SAXNotRecognizedException causing java.lang.IllegalStateException running inside Tomcat

前端 未结 3 477
别那么骄傲
别那么骄傲 2021-01-12 07:27

I\'m facing this exception when receiving an Xml and trying to parse it. The code responsible for that is well tested when running as an standalone application. However I\'m

3条回答
  •  不要未来只要你来
    2021-01-12 08:10

    I had faced similar issue, this issue occurs when there is big difference in versions of xerces jar and xercesImpl jar. To solve this, I used xerces-2.9.0 and xercesImpl-2.9.1 and the issue gone.

提交回复
热议问题