Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Birt Chart
Birt Chart [message #146651] Tue, 21 March 2006 20:56 Go to next message
AJ is currently offline AJFriend
Messages: 26
Registered: July 2009
Junior Member
Getting error when inserting chart into a report design.

------Message----------
Problems occurred when invoking code from plug-in: "org.eclipse.jface".

------Exception Stack Trace---------
java.lang.NoSuchMethodError:
org.eclipse.birt.chart.model.type.impl.TypePackageImpl.freez e()V
at
org.eclipse.birt.chart.model.type.impl.TypePackageImpl.init( TypePackageImpl.java:182)
at
org.eclipse.birt.chart.model.type.TypePackage.<clinit>(TypePackage.java:68)
at
org.eclipse.birt.chart.model.layout.impl.LayoutPackageImpl.i nit(LayoutPackageImpl.java:154)
at
org.eclipse.birt.chart.model.layout.LayoutPackage.<clinit>(LayoutPackage.java:67)
at
org.eclipse.birt.chart.model.attribute.impl.AttributePackage Impl.init(AttributePackageImpl.java:839)
at
org.eclipse.birt.chart.model.attribute.AttributePackage.<clinit >(AttributePackage.java:69)
at
org.eclipse.birt.chart.model.data.impl.DataPackageImpl.init( DataPackageImpl.java:225)
at
org.eclipse.birt.chart.model.data.DataPackage.<clinit>(DataPackage.java:67)
at
org.eclipse.birt.chart.model.component.impl.ComponentPackage Impl.init(ComponentPackageImpl.java:201)
at
org.eclipse.birt.chart.model.component.ComponentPackage.<clinit >(ComponentPackage.java:67)
at
org.eclipse.birt.chart.model.impl.ModelPackageImpl.init(Mode lPackageImpl.java:133)
at org.eclipse.birt.chart.model.ModelPackage.<clinit>(ModelPackage.java:67)
at
org.eclipse.birt.chart.model.impl.ChartWithAxesImpl.eStaticC lass(ChartWithAxesImpl.java:176)
at
org.eclipse.emf.ecore.impl.BasicEObjectImpl.eClass(BasicEObj ectImpl.java:785)
at org.eclipse.emf.ecore.util.EContentsEList.<init>(EContentsEList.java:44)
at
org.eclipse.emf.ecore.impl.BasicEObjectImpl.eContents(BasicE ObjectImpl.java:338)
at
org.eclipse.emf.ecore.impl.BasicEObjectImpl$1.getChildren(Ba sicEObjectImpl.java:362)
at
org.eclipse.emf.common.util.AbstractTreeIterator.hasNext(Abs tractTreeIterator.java:87)
at
org.eclipse.birt.chart.ui.swt.wizard.TaskSelectType.updateAd apters(TaskSelectType.java:787)
at
org.eclipse.birt.chart.ui.swt.wizard.TaskSelectType.refreshC hart(TaskSelectType.java:1029)
at
org.eclipse.birt.chart.ui.swt.wizard.TaskSelectType.placeCom ponents(TaskSelectType.java:183)
at
org.eclipse.birt.chart.ui.swt.wizard.TaskSelectType.getUI(Ta skSelectType.java:169)
at
org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase.sw itchTo(WizardBase.java:354)
at
org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase.op en(WizardBase.java:208)
at
org.eclipse.birt.chart.ui.swt.wizard.ChartWizard.open(ChartW izard.java:175)
at
org.eclipse.birt.chart.reportitem.ChartReportItemBuilderImpl .open(ChartReportItemBuilderImpl.java:207)
at
org.eclipse.birt.report.designer.internal.ui.editors.schemat ic.extensions.ExtendedElementToolExtends.preHandleMouseUp(Ex tendedElementToolExtends.java:55)
at
org.eclipse.birt.report.designer.internal.ui.palette.ReportT emplateTransferDropTargetListener.handleDrop(ReportTemplateT ransferDropTargetListener.java:136)
at
org.eclipse.gef.dnd.AbstractTransferDropTargetListener.drop( AbstractTransferDropTargetListener.java:171)
at
org.eclipse.jface.util.DelegatingDropAdapter$3.run(Delegatin gDropAdapter.java:211)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java:1044)
at org.eclipse.core.runtime.Platform.run(Platform.java:783)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:14 8)
at
org.eclipse.jface.util.DelegatingDropAdapter.drop(Delegating DropAdapter.java:209)
at org.eclipse.swt.dnd.DNDListener.handleEvent(DNDListener.java :65)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:867)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:852)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:6 60)
at org.eclipse.swt.dnd.DropTarget.notifyListeners(DropTarget.ja va:480)
at org.eclipse.swt.dnd.DropTarget.Drop(DropTarget.java:405)
at org.eclipse.swt.dnd.DropTarget.access$7(DropTarget.java:350)
at org.eclipse.swt.dnd.DropTarget$3.method6(DropTarget.java:236 )
at
org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMOb ject.java:117)
at org.eclipse.swt.internal.ole.win32.COM.DoDragDrop(Native Method)
at org.eclipse.swt.dnd.DragSource.drag(DragSource.java:277)
at org.eclipse.swt.dnd.DragSource.access$0(DragSource.java:267)
at org.eclipse.swt.dnd.DragSource$1.handleEvent(DragSource.java :161)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3080)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2713)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)

-------Session Data-----------
eclipse.buildId=I20050627-1435
java.version=1.5.0_05
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86

-----------------------------

Any help would be highly appreciated.
Thanks.
Re: Birt Chart [message #146724 is a reply to message #146651] Wed, 22 March 2006 07:10 Go to previous messageGo to next message
David Michonneau is currently offline David MichonneauFriend
Messages: 1145
Registered: July 2009
Senior Member
What versions of BIRT and Eclipse are you using?

Thanks,

David

"AJ" <ajay.sinha@siemens.com> wrote in message
news:fcbf7dd8e91378bf028d6e773f14a28a$1@www.eclipse.org...
> Getting error when inserting chart into a report design.
>
> ------Message----------
> Problems occurred when invoking code from plug-in: "org.eclipse.jface".
>
> ------Exception Stack Trace---------
> java.lang.NoSuchMethodError:
> org.eclipse.birt.chart.model.type.impl.TypePackageImpl.freez e()V
> at
> org.eclipse.birt.chart.model.type.impl.TypePackageImpl.init( TypePackageImpl.java:182)
> at
> org.eclipse.birt.chart.model.type.TypePackage.<clinit>(TypePackage.java:68)
> at
> org.eclipse.birt.chart.model.layout.impl.LayoutPackageImpl.i nit(LayoutPackageImpl.java:154)
> at
> org.eclipse.birt.chart.model.layout.LayoutPackage.<clinit>(LayoutPackage.java:67)
> at
> org.eclipse.birt.chart.model.attribute.impl.AttributePackage Impl.init(AttributePackageImpl.java:839)
> at
> org.eclipse.birt.chart.model.attribute.AttributePackage.<clinit >(AttributePackage.java:69)
> at
> org.eclipse.birt.chart.model.data.impl.DataPackageImpl.init( DataPackageImpl.java:225)
> at
> org.eclipse.birt.chart.model.data.DataPackage.<clinit>(DataPackage.java:67)
> at
> org.eclipse.birt.chart.model.component.impl.ComponentPackage Impl.init(ComponentPackageImpl.java:201)
> at
> org.eclipse.birt.chart.model.component.ComponentPackage.<clinit >(ComponentPackage.java:67)
> at
> org.eclipse.birt.chart.model.impl.ModelPackageImpl.init(Mode lPackageImpl.java:133)
> at
> org.eclipse.birt.chart.model.ModelPackage.<clinit>(ModelPackage.java:67)
> at
> org.eclipse.birt.chart.model.impl.ChartWithAxesImpl.eStaticC lass(ChartWithAxesImpl.java:176)
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eClass(BasicEObj ectImpl.java:785)
> at
> org.eclipse.emf.ecore.util.EContentsEList.<init>(EContentsEList.java:44)
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eContents(BasicE ObjectImpl.java:338)
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl$1.getChildren(Ba sicEObjectImpl.java:362)
> at
> org.eclipse.emf.common.util.AbstractTreeIterator.hasNext(Abs tractTreeIterator.java:87)
> at
> org.eclipse.birt.chart.ui.swt.wizard.TaskSelectType.updateAd apters(TaskSelectType.java:787)
> at
> org.eclipse.birt.chart.ui.swt.wizard.TaskSelectType.refreshC hart(TaskSelectType.java:1029)
> at
> org.eclipse.birt.chart.ui.swt.wizard.TaskSelectType.placeCom ponents(TaskSelectType.java:183)
> at
> org.eclipse.birt.chart.ui.swt.wizard.TaskSelectType.getUI(Ta skSelectType.java:169)
> at
> org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase.sw itchTo(WizardBase.java:354)
> at
> org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase.op en(WizardBase.java:208)
> at
> org.eclipse.birt.chart.ui.swt.wizard.ChartWizard.open(ChartW izard.java:175)
> at
> org.eclipse.birt.chart.reportitem.ChartReportItemBuilderImpl .open(ChartReportItemBuilderImpl.java:207)
> at
> org.eclipse.birt.report.designer.internal.ui.editors.schemat ic.extensions.ExtendedElementToolExtends.preHandleMouseUp(Ex tendedElementToolExtends.java:55)
> at
> org.eclipse.birt.report.designer.internal.ui.palette.ReportT emplateTransferDropTargetListener.handleDrop(ReportTemplateT ransferDropTargetListener.java:136)
> at
> org.eclipse.gef.dnd.AbstractTransferDropTargetListener.drop( AbstractTransferDropTargetListener.java:171)
> at
> org.eclipse.jface.util.DelegatingDropAdapter$3.run(Delegatin gDropAdapter.java:211)
> at
> org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java:1044)
> at org.eclipse.core.runtime.Platform.run(Platform.java:783)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:14 8)
> at
> org.eclipse.jface.util.DelegatingDropAdapter.drop(Delegating DropAdapter.java:209)
> at org.eclipse.swt.dnd.DNDListener.handleEvent(DNDListener.java :65)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:867)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:852)
> at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:6 60)
> at org.eclipse.swt.dnd.DropTarget.notifyListeners(DropTarget.ja va:480)
> at org.eclipse.swt.dnd.DropTarget.Drop(DropTarget.java:405)
> at org.eclipse.swt.dnd.DropTarget.access$7(DropTarget.java:350)
> at org.eclipse.swt.dnd.DropTarget$3.method6(DropTarget.java:236 )
> at
> org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMOb ject.java:117)
> at org.eclipse.swt.internal.ole.win32.COM.DoDragDrop(Native Method)
> at org.eclipse.swt.dnd.DragSource.drag(DragSource.java:277)
> at org.eclipse.swt.dnd.DragSource.access$0(DragSource.java:267)
> at org.eclipse.swt.dnd.DragSource$1.handleEvent(DragSource.java :161)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3080)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2713)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
> at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
> at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> at org.eclipse.core.launcher.Main.run(Main.java:973)
> at org.eclipse.core.launcher.Main.main(Main.java:948)
>
> -------Session Data-----------
> eclipse.buildId=I20050627-1435
> java.version=1.5.0_05
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> Command-line arguments: -os win32 -ws win32 -arch x86
>
> -----------------------------
>
> Any help would be highly appreciated.
> Thanks.
>
>
Re: Birt Chart [message #147006 is a reply to message #146724] Wed, 22 March 2006 13:47 Go to previous messageGo to next message
AJ is currently offline AJFriend
Messages: 26
Registered: July 2009
Junior Member
David,
Here are the details.
I am a new user, so you all will have to bear with me.

Eclipse
Version: 3.1.0
Build id: I20050627-1435

BIRT: 2.0.1
Re: Birt Chart [message #147112 is a reply to message #147006] Wed, 22 March 2006 17:46 Go to previous messageGo to next message
David Michonneau is currently offline David MichonneauFriend
Messages: 1145
Registered: July 2009
Senior Member
What EMF version did you get?

Thanks,

David

"AJ" <ajay.sinha@siemens.com> wrote in message
news:4c56c0ef300b2f751a23c50779356538$1@www.eclipse.org...
> David,
> Here are the details.
> I am a new user, so you all will have to bear with me.
>
> Eclipse
> Version: 3.1.0
> Build id: I20050627-1435
>
> BIRT: 2.0.1
>
Re: Birt Chart [message #147407 is a reply to message #147112] Thu, 23 March 2006 13:28 Go to previous messageGo to next message
AJ is currently offline AJFriend
Messages: 26
Registered: July 2009
Junior Member
emf-sdo-xsd-SDK-2.1.2.zip

Thanks.
Re: Birt Chart [message #147981 is a reply to message #147407] Fri, 24 March 2006 21:04 Go to previous messageGo to next message
AJ is currently offline AJFriend
Messages: 26
Registered: July 2009
Junior Member
HELP ???????????
Re: Birt Chart [message #148446 is a reply to message #147407] Mon, 27 March 2006 13:52 Go to previous messageGo to next message
David Michonneau is currently offline David MichonneauFriend
Messages: 1145
Registered: July 2009
Senior Member
That's strange, it should work. I suggest you start the install from the
beginning again using the steps described there:
http://www.eclipse.org/birt/phoenix/build/

Sorry I could not identify the issue, but it's fairly difficult to identify
installation problems remotely.

Thanks,

David

"AJ" <ajay.sinha@siemens.com> wrote in message
news:f241fc2dcac325e25e2147600af6bb2b$1@www.eclipse.org...
> emf-sdo-xsd-SDK-2.1.2.zip
>
> Thanks.
>
Re: Birt Chart [message #148515 is a reply to message #148446] Mon, 27 March 2006 15:40 Go to previous message
AJ is currently offline AJFriend
Messages: 26
Registered: July 2009
Junior Member
I will try a fresh install on a new machine and watch it.
Thanks.
Previous Topic:How to redirect the output of reporting engine to a output stream
Next Topic:Report Engine runtime problem...help
Goto Forum:
  


Current Time: Wed Sep 18 17:45:34 GMT 2024

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

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

Back to the top