Problems with charting engine on WebSphere - NullPointerException [message #168198] |
Wed, 07 June 2006 17:09 |
Eclipse User |
|
|
|
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.
|
|
|
Powered by
FUDForum. Page generated in 0.02625 seconds