Why does XercesImpl.jar cause nullpointer exception when a web application is running in weblogic if it is present in the lib folder of the application?
Why does XercesImpl.jar cause nullpointer exception when a web application is running in weblogic
Share
It may be conflicting with the XML Parser library that is included with WebLogic. Try using the ClassLoader Analysis Tool to see if there is a conflict.
What version of WLS are you running? 10.3.what?