Problem in generating bar chart

A discussion forum for the JCommon class library.
Locked
Joseph

Problem in generating bar chart

Post by Joseph » Fri Feb 25, 2005 1:36 pm

Hi,

I m facing a error while calling method ChartFactory.createVerticalBarChart(String, String, String, Dataset, boolean) using jfreechart-0.8.1.jar and jcommon-0.7.0.jar. I m using jdk1.2 and server as JRun. The following error is displayed

(Running servlet) java.lang.NoSuchFieldError: com.jrefinery.ui.about.ProjectInfo: field logo not found
at com.jrefinery.chart.JFreeChartInfo.<init>(Unknown Source)
at com.jrefinery.chart.JFreeChart.<clinit>(Unknown Source)
at com.jrefinery.chart.ChartFactory.createVerticalBarChart(Unknown Source)
at com.cognizant.wms.timesheet.StatusreportBean.statusReport(StatusreportBean.java, Compiled Code)
at com.cognizant.wms.timesheet.ReportServlet.doGet(ReportServlet.java, Compiled Code)
at com.cognizant.wms.timesheet.ReportServlet.doPost(ReportServlet.java:416)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:747)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
at com.livesoftware.jrun.JRun.runServlet(JRun.java, Compiled Code)
at com.livesoftware.jrun.JRunGeneric.handleConnection(JRunGeneric.java, Compiled Code)
at com.livesoftware.jrun.JRunGeneric.handleProxyConnection(JRunGeneric.java, Compiled Code)
at com.livesoftware.jrun.service.proxy.JRunProxyServiceHandler.handleRequest(JRunProxyServiceHandler.java, Compiled Code)
at com.livesoftware.jrun.service.ThreadConfigHandler.run(ThreadConfigHandler.java, Compiled Code)


Plz help this out.

Joseph

Locked