Hello-
I am unable to make the charts display on the clients machine.
In iplanet UI, in the JVM Options, I have added -Djava.awt.headless=true
The error I get is
----- Root Cause ----- java.lang.NoClassDefFoundError at PieChartBuilder.getPieChart(PieChartBuilder.java:160) at PieChartBuilder.getPieChart(PieChartBuilder.java:107) at org.jfree.chart.servlet.DisplayPie.service(DisplayPie.java:135) at javax.servlet.http.HttpServlet.service(HttpServlet.java:908) at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:771) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:322) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:209) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509) at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:161) at com.iplanet.ias.web.WebContainer.service(WebContainer.java:586)
The reason I believe this is because of the display setting is that I have seen similar error when I tried to do same thing in tomcat , and in tomcat when I would set the display, it would work fine.
Any thoughts. Thanks and this is urgent.