Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

javax.xml.parsers.Factory Configuration Error

Status
Not open for further replies.

shelly2003

Programmer
Nov 7, 2003
5
0
0
IN
I am using tomcat and axis . When i tried to run a example from samples i got the following error. How can it be corrected.
C:\axis-1_1>java org.apache.axis.client.AdminClient -l/services/AdminService samples/stock/deploy.wsdd
Exception in thread "main" javax.xml.parsers.FactoryConfigurationError: Provider
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found
at javax.xml.parsers.DocumentBuilderFactory.newInstance(Unknown Source)
at org.apache.axis.utils.XMLUtils.getDOMFactory(XMLUtils.java:230)
at org.apache.axis.utils.XMLUtils.<clinit>(XMLUtils.java:110)
at org.apache.axis.configuration.FileProvider.configureEngine(FileProvid
er.java:209)
at org.apache.axis.AxisEngine.init(AxisEngine.java:187)
at org.apache.axis.AxisEngine.<init>(AxisEngine.java:172)
at org.apache.axis.client.AxisClient.<init>(AxisClient.java:88)
at org.apache.axis.client.Service.getAxisClient(Service.java:143)
at org.apache.axis.client.Service.<init>(Service.java:152)
at org.apache.axis.client.AdminClient.<init>(AdminClient.java:157)
at org.apache.axis.client.AdminClient.main(AdminClient.java:375)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top