During the deployment process using deploy tool i frequently get this error :
Exception is:
java.lang.RuntimeException: javax.xml.parsers.FactoryConfigurationError: Provider com.sun.xml.parser.DocumentBuilderFactoryImpl not found.
and when i restart the server then the home page of the server displays the following message:
com.sap.engine.services.servlets_jsp.server.exceptions.WebDeploymentException: Error in starting application sap.com/com.sap.engine.docs.examples
Can anybody please help in rectifying this problem .It is urgent.
Hi,
What is your engine version?
Could you please post the stacktrace of the two exception? You might need to increase the log severity of the deploy location to PATH in order to get the whole stacktrace in the log file.
Does the application you deploy use an XML parser? If yes, how do you use it? Do you set any system properties inside.
Note that setting system properties in an environment supporting more than one XML parsers is forbidden.
Best regards,
Alexander
Hi,
Seems like a problem. Please create an OSS message and include your version.txt file (found under server0 direcory). Attach please also the log files after starting the server in JAXP debug mode.
In order to start it in JAXP Debug mode you have to set a system property jaxp.debug=true
You can set it using the configtool and adding a new java parameter by adding a new line: -Djaxp.debug=true
A restart of the system is needed.
Please apply a link to this post in the OSS message, too.
Best regards,
Alexander
Add a comment