| Summary: | Exception is thrown out when run SwtChartPrinter | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Xiaodan Wang <xwang> |
| Component: | BIRT | Assignee: | Heng Li <liheeng> |
| Status: | CLOSED FIXED | QA Contact: | Maggie Shen <lshen> |
| Severity: | normal | ||
| Priority: | P3 | CC: | Lionel.wyl |
| Version: | 2.6.0 | ||
| Target Milestone: | 2.6.0 RC0 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | Obsolete | ||
|
Description
Xiaodan Wang
Error log: May 4, 2010 3:18:14 PM org.eclipse.birt.chart.util.PluginSettings instance WARNING: Exception org.eclipse.birt.core.exception.BirtException: Can not startup the OSGI framework at org.eclipse.birt.core.framework.Platform.startup(Platform.java:91) at org.eclipse.birt.chart.util.PluginSettings.instance(PluginSettings.java:365) at org.eclipse.birt.chart.api.ChartEngine.instance(ChartEngine.java:64) at org.eclipse.birt.chart.api.ChartEngine.instance(ChartEngine.java:79) at org.eclipse.birt.chart.examples.api.viewer.SwtChartPrinter.printChart(SwtChartPrinter.java:55) at org.eclipse.birt.chart.examples.api.viewer.SwtChartPrinter.main(SwtChartPrinter.java:39) Caused by: org.eclipse.birt.core.exception.CoreException at org.eclipse.birt.core.framework.osgi.OSGILauncher.startup(OSGILauncher.java:90) at org.eclipse.birt.core.framework.Platform.startup(Platform.java:79) ... 5 more Please check if this behavior is the same as other examples. As usual, if user doesn't specify BIRT_HOME or standalone settings, this exception is expected. Fixed by initializing birt chart as STANDALONE mode. verified on May 12th. closed. |