View Single Post
  #3 (permalink)  
Old 07-02-2009, 04:37 PM
Craig H
 
Posts: n/a
Default Re: null pointer in charting API - BIRT 2.5

Thanks for the tip, Jason.

I imported the project 'org.eclipse.birt.examples.rcpchartengine'... there
are two missing plugin dependencies:
- org.eclipse.birt.chart
- org.eclipse.birt.chart.runtime

I checked, and I have all 6 BIRT packages installed through eclipse update.

I tried just removing those plugin dependencies, but then I get this
exception when I try to run the project:

02/07/2009 3:29:20 PM org.eclipse.birt.chart.util.PluginSettings
getRenderer
SEVERE: (ECLIPSE-ENV) Could not find series renderer impl for
org.eclipse.birt.chart.model.type.impl.BarSeriesImpl
java.lang.NullPointerException
at
org.eclipse.birt.chart.render.BaseRenderer.instances(BaseRenderer.java:1953)
at org.eclipse.birt.chart.factory.Generator.build(Generator.java:1026)
...etc...