Hello Guys,
 
I am having the following problem in weblogic 8.1.3
 
org.apache.axis.utils.XMLUtils - Failed to set EntityResolver to null on DocumentBuilder
java.lang.NullPointerException
 at weblogic.xml.jaxp.ChainingEntityResolver.popEntityResolver (ChainingEntityResolver.java:61)
 at weblogic.xml.jaxp.RegistryDocumentBuilder.setEntityResolver(RegistryDocumentBuilder.java:168)
 
 
 

 
I attached the detailed stack trace in the attached txt file. I did following thing to resolve this but could not get through this..
 
1. I kept the jar files saaj.jar, xercesImpl.jar, xml-apis.jar, jax-rpc.jar in the weblogic classpath before webservices.jar
 
Based on stack trace, apache.utils.XMLUtils is probably sending some XML which is not being able to get through the weblogic document builder.
 
If you guys have any idea please throw some light on this..
 
Thanks for your time in advance

Reply via email to