Hi,
The WmTomcat package is throwing following error while initializing:
javax.xml.parsers.FactoryConfigurationError: Provider
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found.
As per advantage link
https://advantage.webmethods.com/advantage?targChanId=kb_home&oid=1614328442
i followed the instructions given below:
- Copy %JAVA_DIR%\lib\tools.jar to %IS_DIR%\packages\WmTomcat\code\jars (backup the old jar first)
- Create directory %JAVA_DIR%\jre\lib\endorsed
- Copy %WM_DIR%\common\lib\jars\xercesImpl.jar , xml-apis.jar and xmlParserAPIs.jar to %JAVA_DIR%\jre\lib\endorsed
4 ) Change IS Extended Setting of watt.config.systemProperties to include javax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.Document
BuilderFactoryImpl.
Example:
watt.config.systemProperties=mail.imap.partialfetch=true,javax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
5 ) Restart the Integration Server.
But after doing that now IS is not starting and throwing following error:
No XPathFctory implementation found for the object model: Oracle Java Technologies | Oracle’
Can anyone help me out?
Regards,
Arsalan.