Hi All,
We have to support Tomcat, Websphere, Weblogic etc for our report deployment. Tomcat works fine. But for AIX/ Websphere, charts are not getting loaded with following exception:
I read in following bug that we have to run the websphere in headless mode and suggested to add following property to JVM system properties.
(On another note, can you tell me whether i need to put "-D" also as a property name or not?)
I did set the property on Websphere via
Application servers > server1 > Java and Process Management -> Process Definition > Java Virtual Machine > Custom Properties
-Djava.awt.headless=true
But this didn't solve. I am getting same exception. Any help please?
https://bugs.eclipse.org/bugs/show_bug.cgi?id=132819
BIRT Report runtimeException faultcode: soapenv:Server.userException
<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="
http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="
http://www.w3.org/2001/XMLSchema" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server.userException</faultcode><faultstring>java.lang.ClassCastException: java.lang.NoClassDefFoundError incompatible with java.lang.Exception</faultstring><detail><ns1:hostname xmlns:ns1="
http://xml.apache.org/axis/">blueice.eng.remedy.com</ns1:hostname></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>