IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#TechXchangePresenter
 View Only

WmTomcat Server is not starting

  • 1.  WmTomcat Server is not starting

    Posted Sat August 01, 2009 08:32 AM

    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:

    1. Copy %JAVA_DIR%\lib\tools.jar to %IS_DIR%\packages\WmTomcat\code\jars (backup the old jar first)
    2. Create directory %JAVA_DIR%\jre\lib\endorsed
    3. 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.


    #Integration-Server-and-ESB
    #webMethods