javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Oracle Community by 442176, 1 year ago
via grokbase.com by Unknown author, 2 years ago
via strutstestcase by bkidney
, 1 year agovia strutstestcase by gaurav096
, 1 year agovia Oracle Community by odysseas, 1 year ago
via Google Groups by nicolas de loof, 1 year ago
javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found
at javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:93)
at org.apache.commons.digester.Digester.getFactory(Digester.java:512)
at org.apache.commons.digester.Digester.getParser(Digester.java:686)
at org.apache.commons.digester.Digester.getXMLReader(Digester.java:902)
at org.apache.commons.digester.Digester.parse(Digester.java:1567)
at org.apache.struts.action.ActionServlet.initServlet(ActionServlet.java:1433)
at org.apache.struts.action.ActionServlet.init(ActionServlet.java:466)
at javax.servlet.GenericServlet.init(GenericServlet.java:258)
at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2140)
at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4582)
at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4676)
at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:806)
at com.evermind.server.http.HttpApplication.
(HttpApplication.java:538) at com.evermind.server.Application.getHttpApplication(Application.java:883)
at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:719)
at com.evermind.server.http.HttpSite.getApplication(HttpSite.java:424)
at com.evermind.server.http.AJPRequestHandler.initAJP(AJPRequestHandler.java:678)
at com.evermind.server.http.AJPRequestHandler.initRequest(AJPRequestHandler.java:413)
at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:185)
at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
at java.lang.Thread.run(Thread.java:534)