Orders are getting failed due to "Could not compile stylesheet" error.
Error Details:
<ERROR> <plugin.j> <ExecuteThread: '0' for queue: 'oms.automation'> <Could not compile stylesheet>
javax.xml.transform.TransformerConfigurationException: Could not compile stylesheet
at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:825)
at weblogic.xml.jaxp.WebLogicTransformerFactory.newTemplates(WebLogicTransformerFactory.java:197)
at weblogic.xml.jaxp.RegistryTransformerFactory.newTemplates(RegistryTransformerFactory.java:173)
Resolution:
download xalan-j_2_7_0-bin.zip version from Xalan archives: http://archive.apache.org/dist/xml/xalan-j/
1. Create a directory called "endorsed" in the "<JDK_HOME>/jre/lib" folder.
2. Copy the Xalan files that you are currently using into it.
3. Restart the Weblogic server.
Note : if you still get the same errors , use xalan-j_2_7_1-bin.zip and copy the files into "endorsed" directory.
0