Birt charts and PDF generation
------------------------------
Key: OFBIZ-3901
URL: https://issues.apache.org/jira/browse/OFBIZ-3901
Project: OFBiz
Issue Type: Sub-task
Reporter: Erwan de FERRIERES
Got to https://localhost:8443/example/control/chartViewHandler
Here is the beginning of the stacktrace, if anyone has an idea...
WARNING: loader constraint violation in interface itable initialization: when
resolving method
"org.apache.batik.dom.AbstractDocument.createEvent(Ljava/lang/String;)Lorg/w3c/dom/events/Event;"
the class loader (instance of
org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader) of the current class,
org/apache/batik/dom/svg/SVGOMDocument, and the class loader (instance of
<bootloader>) for interface org/w3c/dom/events/DocumentEvent have different
Class objects for the type org/w3c/dom/events/Event used in the signature
java.lang.LinkageError: loader constraint violation in interface itable
initialization: when resolving method
"org.apache.batik.dom.AbstractDocument.createEvent(Ljava/lang/String;)Lorg/w3c/dom/events/Event;"
the class loader (instance of
org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader) of the current class,
org/apache/batik/dom/svg/SVGOMDocument, and the class loader (instance of
<bootloader>) for interface org/w3c/dom/events/DocumentEvent have different
Class objects for the type org/w3c/dom/events/Event used in the signature
at org.apache.batik.dom.svg.SVGDOMImplementation.createDocument(Unknown
Source)
at org.apache.batik.dom.util.SAXDocumentFactory.startElement(Unknown
Source)
at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown
Source)
at
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
at
org.apache.xerces.impl.XMLNSDocumentScannerImpl$NSContentDispatcher.scanRootElementHook(Unknown
Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.