View Single Post
  #4 (permalink)  
Old 07-06-2009, 07:50 AM
Jason Weathersby
 
Posts: n/a
Default Re: null pointer in charting API - BIRT 2.5

Craig,

Did you take a look at the example target directory that contains a
target set of plugins required?

Jason

Craig H wrote:
> 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...
>