I'm attempting to call a webservice using a Java axis client, and
immediately when the axis client is instantiated I receive the following
exception:
Exception: javax.xml.parsers.FactoryConfigurationError: Provider
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found
at
javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFact
ory.java:104)
at
org.apache.axis.utils.XMLUtils.getDOMFactory(XMLUtils.java:221)
at org.apache.axis.utils.XMLUtils.<clinit>(XMLUtils.java:83)
at
org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.
java:179)
at org.apache.axis.AxisEngine.init(AxisEngine.java:172)
at org.apache.axis.AxisEngine.<init>(AxisEngine.java:156)
at org.apache.axis.client.AxisClient.<init>(AxisClient.java:52)
at
org.apache.axis.client.Service.getAxisClient(Service.java:104)
at org.apache.axis.client.Service.<init>(Service.java:113)
at com.roguewave.rwsf.sli.SLILoggerStub.<init>(Unknown Source)
at com.roguewave.rwsf.sli.SLILoggerStub.<init>(Unknown Source)
at com.roguewave.rwsf.sli.SLILogger.<init>(Unknown Source)
I've scoured the net and cannot find any answers other than "try a later
xercesImpl.jar version" (I'm already using the latest version, and
moving to earlier versions didn't help either), etc. Here's my current
environment:
$ uname -a
SunOS <machine name clipped> 5.10 Generic_118833-03 sun4v sparc
SUNW,Sun-Fire-T200
$ java -fullversion
java full version "1.5.0_07-b03"
Xerces 2.8.0
Axis 1.4
CLASSPATH:
/opt/xerces-2_8_0/xml-apis.jar:
/opt/xerces-2_8_0/xercesImpl.jar:
/opt/xerces-2_8_0/resolver.jar:
/opt/axis-1_4/lib/wsdl4j-1.5.1.jar:
/opt/axis-1_4/lib/saaj.jar:
/opt/axis-1_4/lib/log4j-1.2.8.jar:
/opt/axis-1_4/lib/jaxrpc.jar:
/opt/axis-1_4/lib/commons-logging-1.0.4.jar:
/opt/axis-1_4/lib/commons-discovery-0.2.jar:
/opt/axis-1_4/lib/axis.jar:
/opt/axis-1_4/lib/axis-ant.jar:
/opt/hydra30/jars/commons-cli-1.0.jar:
/opt/hydra30/jars/jakarta-regexp-1.3.jar:
/opt/hydra30/jars/qname.jar:
/opt/hydra30/jars/SLILogger.jar:
/opt/jdk1.5.0_07/lib/tools.jar:
/opt/jdk1.5.0_07/lib/dt.jar:
/export/home/rwuser/projects/<customer-name-removed>/jars/log4j-1.2.8.ja
r:
/export/home/rwuser/projects/<customer-name-removed>/jars/classes12.zip:
/export/home/rwuser/projects/<customer-name-removed>/jars/firestormsdo.j
ar:
/export/home/rwuser/projects/<customer-name-removed>/jars/firestorm.jar:
/export/home/rwuser/projects/<customer-name-removed>/jars/castor-0.9.5.4
.jar:
/opt/hydra30/jars/rwsf.jar:
/opt/jdk1.5.0_07/lib/sparcv9:
Thank you very much in advance help you all can lend....
Brandon Hamm
---
Brandon Hamm
Rogue Wave Software
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]