Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Problems with charting engine on WebSphere - NullPointerException
Problems with charting engine on WebSphere - NullPointerException [message #168198] Wed, 07 June 2006 17:09
Eclipse UserFriend
Originally posted by: bsfarrell.gmail.com

I am trying to deploy the 2.0.1 release of the charting engine on a
WebSphere server. I am able to create SVG charts using the chart engine
by itself, but when I call the method from the server, I get a
NullPointerException:

java.lang.NullPointerException
at
org.eclipse.birt.core.framework.eclipse.EclipseExtensionRegi stry.getExtensionPoint(EclipseExtensionRegistry.java:108)
at
org.eclipse.birt.chart.util.PluginSettings.getPluginXmlObjec t(PluginSettings.java:737)
at
org.eclipse.birt.chart.util.PluginSettings.getDevice(PluginS ettings.java:363)
at Driver.makeChart(Driver.java:104)

This is the line that causes the exception:
svgRender = PluginSettings.instance().getDevice("dv.SVG");

I am setting BIRT_HOME to the correct folder (it works fine when I run the
java code by itself) by calling System.setProperty().

Any ideas? Thanks a lot.
Previous Topic:install report viewer on tomcat at HP
Next Topic:v2.1 RC4: Flat File Data Set: Cannot execute the statement 1 >= 1
Goto Forum:
  


Current Time: Mon Nov 11 08:32:05 GMT 2024

Powered by FUDForum. Page generated in 0.02625 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top