Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am not able to run my java based application using IIS and ServletExec. SevletExec Log is showing following Exception. Can any body help me.

java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl cannot be cast to javax.xml.parsers.DocumentBuilderFactory at javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:123)

share|improve this question
You are trying to cast one object to another. (i.e. DocumentBuilderFactoryImpl to DocumentBuilderFactory)Show us the line(s) of code around 123 in DocumentBuilderFactory.java – Doug Ramsey Jun 26 '12 at 13:26

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.