On openjdk-1.7.0_55 on ubuntu I am getting exception:
com.sun.org.apache.xml.internal.serializer.utils.WrappedRuntimeException: Could not load the property file 'output_xml.properties' for output method 'xml'
Can this be classpath issue?
I can find "output_xml.properties" in /usr/lib/jvm/java-1.7.0-openjdk-amd64/jre/lib/resources.jar.
Any help is appreciated.
Thanks!
The issue might have been caused by a recent Java update and incomplete services restart per this page.
you need to include the xalan JARs in the ../jre/lib/endorsed folder
from http://xml.apache.org/xalan-j/faq.html#jdk14:
Place the xalan.jar, serializer.jar, xercesImpl.jar and xml-apis.jar in the \lib\endorsed directory, where is where the runtime software is installed.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With