Skip to main content



      Home
Home » Archived » BIRT » Assertion Failures When Designing Report
Assertion Failures When Designing Report [message #91382] Tue, 15 November 2005 23:05 Go to next message
Eclipse UserFriend
Everything was working fine until I installed milestone 2 into my
eclipse project. So I removed the plugin and features directories that
were associated with M2 and added the plugin and features directories
associated with v1.0.1 back into eclipse. I can create a data source
but when I attempt to create a data set, the GUI eventually locks up and
gives me the following error. Any help to get this running again
without errors will be appreciated.


!ENTRY org.eclipse.ui 4 0 2005-11-15 21:58:24.862
!MESSAGE Failed to execute runnable
(org.eclipse.jface.text.Assert$AssertionFailedException: Assertion failed: )
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable
(org.eclipse.jface.text.Assert$AssertionFailedException: Assertion failed: )
at org.eclipse.swt.SWT.error(SWT.java:2942)
at org.eclipse.swt.SWT.error(SWT.java:2865)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:126)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3057)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2716)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:809 )
at org.eclipse.jface.window.Window.open(Window.java:787)
at org.eclipse.jface.dialogs.ErrorDialog.open(ErrorDialog.java: 274)
at org.eclipse.jface.dialogs.ErrorDialog.openError(ErrorDialog. java:338)
at org.eclipse.jface.dialogs.ErrorDialog.openError(ErrorDialog. java:303)
at
org.eclipse.birt.report.designer.internal.ui.util.ExceptionH andler.handle(ExceptionHandler.java:128)
at
org.eclipse.birt.report.designer.internal.ui.util.ExceptionH andler.handle(ExceptionHandler.java:105)
at
org.eclipse.birt.report.designer.internal.ui.views.actions.A bstractElementAction.handleException(AbstractElementAction.j ava:128)
at
org.eclipse.birt.report.designer.internal.ui.views.actions.A bstractElementAction.run(AbstractElementAction.java:87)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:996 )
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:538)
at
org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:488)
at
org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:400)
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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)
Caused by: org.eclipse.jface.text.Assert$AssertionFailedException:
Assertion failed:
at org.eclipse.jface.text.Assert.isTrue(Assert.java:189)
at org.eclipse.jface.text.Assert.isTrue(Assert.java:174)
at
org.eclipse.jface.text.source.LineNumberRulerColumn.getBasel ineBias(LineNumberRulerColumn.java:815)
at
org.eclipse.jface.text.source.LineNumberRulerColumn.doPaint( LineNumberRulerColumn.java:693)
at
org.eclipse.jface.text.source.LineNumberRulerColumn.doubleBu fferPaint(LineNumberRulerColumn.java:624)
at
org.eclipse.jface.text.source.LineNumberRulerColumn.redraw(L ineNumberRulerColumn.java:866)
at
org.eclipse.jface.text.source.LineNumberRulerColumn$1.run(Li neNumberRulerColumn.java:365)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:123)
... 35 more
Re: Assertion Failures When Designing Report [message #91548 is a reply to message #91382] Wed, 16 November 2005 10:20 Go to previous messageGo to next message
Eclipse UserFriend
Owen,

I am not sure what is happening here but, I know M2 uses the DTP project for
data access.
So make sure you removed it as well . Look for
org.eclipse.datatools.connectivity.oda.
Also in the M2 build, I dont believe all the package names got updated, so
they may be listed as 1.0.1.

Jason Weathersby
BIRT PMC

"Owen Funkhouser" <eclipse@dafunks.com> wrote in message
news:dleb5v$hmu$1@news.eclipse.org...
> Everything was working fine until I installed milestone 2 into my eclipse
> project. So I removed the plugin and features directories that were
> associated with M2 and added the plugin and features directories
> associated with v1.0.1 back into eclipse. I can create a data source but
> when I attempt to create a data set, the GUI eventually locks up and gives
> me the following error. Any help to get this running again without errors
> will be appreciated.
>
>
> !ENTRY org.eclipse.ui 4 0 2005-11-15 21:58:24.862
> !MESSAGE Failed to execute runnable
> (org.eclipse.jface.text.Assert$AssertionFailedException: Assertion
> failed: )
> !STACK 0
> org.eclipse.swt.SWTException: Failed to execute runnable
> (org.eclipse.jface.text.Assert$AssertionFailedException: Assertion
> failed: )
> at org.eclipse.swt.SWT.error(SWT.java:2942)
> at org.eclipse.swt.SWT.error(SWT.java:2865)
> at
> org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:126)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3057)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2716)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:809 )
> at org.eclipse.jface.window.Window.open(Window.java:787)
> at org.eclipse.jface.dialogs.ErrorDialog.open(ErrorDialog.java: 274)
> at org.eclipse.jface.dialogs.ErrorDialog.openError(ErrorDialog. java:338)
> at org.eclipse.jface.dialogs.ErrorDialog.openError(ErrorDialog. java:303)
> at
> org.eclipse.birt.report.designer.internal.ui.util.ExceptionH andler.handle(ExceptionHandler.java:128)
> at
> org.eclipse.birt.report.designer.internal.ui.util.ExceptionH andler.handle(ExceptionHandler.java:105)
> at
> org.eclipse.birt.report.designer.internal.ui.views.actions.A bstractElementAction.handleException(AbstractElementAction.j ava:128)
> at
> org.eclipse.birt.report.designer.internal.ui.views.actions.A bstractElementAction.run(AbstractElementAction.java:87)
> at org.eclipse.jface.action.Action.runWithEvent(Action.java:996 )
> at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:538)
> at
> org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:488)
> at
> org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:400)
> 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(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> 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)
> Caused by: org.eclipse.jface.text.Assert$AssertionFailedException:
> Assertion failed:
> at org.eclipse.jface.text.Assert.isTrue(Assert.java:189)
> at org.eclipse.jface.text.Assert.isTrue(Assert.java:174)
> at
> org.eclipse.jface.text.source.LineNumberRulerColumn.getBasel ineBias(LineNumberRulerColumn.java:815)
> at
> org.eclipse.jface.text.source.LineNumberRulerColumn.doPaint( LineNumberRulerColumn.java:693)
> at
> org.eclipse.jface.text.source.LineNumberRulerColumn.doubleBu fferPaint(LineNumberRulerColumn.java:624)
> at
> org.eclipse.jface.text.source.LineNumberRulerColumn.redraw(L ineNumberRulerColumn.java:866)
> at
> org.eclipse.jface.text.source.LineNumberRulerColumn$1.run(Li neNumberRulerColumn.java:365)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
> at
> org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:123)
> ... 35 more
Re: Assertion Failures When Designing Report [message #91604 is a reply to message #91548] Wed, 16 November 2005 10:53 Go to previous message
Eclipse UserFriend
Thanks for the pointers. Here is what I was doing wrong:

1. Shutdown eclipse.
2. Removed M2 folders from eclipse
3. Added 1.0.1 folders to eclipse.
4. Started eclipse with -clean option.

What I should have done was the following (note steps 3 & 4):

1. Shutdown eclipse.
2. Removed M2 folders from eclipse
3. Executed eclipse with -clean option.
4. Shutdown eclipse again.
5. Added 1.0.1 folders to eclipse.
6. Started eclipse with -clean option.




Jason Weathersby wrote:
> Owen,
>
> I am not sure what is happening here but, I know M2 uses the DTP project for
> data access.
> So make sure you removed it as well . Look for
> org.eclipse.datatools.connectivity.oda.
> Also in the M2 build, I dont believe all the package names got updated, so
> they may be listed as 1.0.1.
>
> Jason Weathersby
> BIRT PMC
>
> "Owen Funkhouser" <eclipse@dafunks.com> wrote in message
> news:dleb5v$hmu$1@news.eclipse.org...
>
>>Everything was working fine until I installed milestone 2 into my eclipse
>>project. So I removed the plugin and features directories that were
>>associated with M2 and added the plugin and features directories
>>associated with v1.0.1 back into eclipse. I can create a data source but
>>when I attempt to create a data set, the GUI eventually locks up and gives
>>me the following error. Any help to get this running again without errors
>>will be appreciated.
>>
>>
>>!ENTRY org.eclipse.ui 4 0 2005-11-15 21:58:24.862
>>!MESSAGE Failed to execute runnable
>>(org.eclipse.jface.text.Assert$AssertionFailedException: Assertion
>>failed: )
>>!STACK 0
>>org.eclipse.swt.SWTException: Failed to execute runnable
>>(org.eclipse.jface.text.Assert$AssertionFailedException: Assertion
>>failed: )
>>at org.eclipse.swt.SWT.error(SWT.java:2942)
>>at org.eclipse.swt.SWT.error(SWT.java:2865)
>>at
>> org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:126)
>>at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3057)
>>at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2716)
>>at org.eclipse.jface.window.Window.runEventLoop(Window.java:809 )
>>at org.eclipse.jface.window.Window.open(Window.java:787)
>>at org.eclipse.jface.dialogs.ErrorDialog.open(ErrorDialog.java: 274)
>>at org.eclipse.jface.dialogs.ErrorDialog.openError(ErrorDialog. java:338)
>>at org.eclipse.jface.dialogs.ErrorDialog.openError(ErrorDialog. java:303)
>>at
>> org.eclipse.birt.report.designer.internal.ui.util.ExceptionH andler.handle(ExceptionHandler.java:128)
>>at
>> org.eclipse.birt.report.designer.internal.ui.util.ExceptionH andler.handle(ExceptionHandler.java:105)
>>at
>> org.eclipse.birt.report.designer.internal.ui.views.actions.A bstractElementAction.handleException(AbstractElementAction.j ava:128)
>>at
>> org.eclipse.birt.report.designer.internal.ui.views.actions.A bstractElementAction.run(AbstractElementAction.java:87)
>>at org.eclipse.jface.action.Action.runWithEvent(Action.java:996 )
>>at
>> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:538)
>>at
>> org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:488)
>>at
>> org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:400)
>>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(Unknown Source)
>>at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>>at java.lang.reflect.Method.invoke(Unknown Source)
>>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)
>>Caused by: org.eclipse.jface.text.Assert$AssertionFailedException:
>>Assertion failed:
>>at org.eclipse.jface.text.Assert.isTrue(Assert.java:189)
>>at org.eclipse.jface.text.Assert.isTrue(Assert.java:174)
>>at
>> org.eclipse.jface.text.source.LineNumberRulerColumn.getBasel ineBias(LineNumberRulerColumn.java:815)
>>at
>> org.eclipse.jface.text.source.LineNumberRulerColumn.doPaint( LineNumberRulerColumn.java:693)
>>at
>> org.eclipse.jface.text.source.LineNumberRulerColumn.doubleBu fferPaint(LineNumberRulerColumn.java:624)
>>at
>> org.eclipse.jface.text.source.LineNumberRulerColumn.redraw(L ineNumberRulerColumn.java:866)
>>at
>> org.eclipse.jface.text.source.LineNumberRulerColumn$1.run(Li neNumberRulerColumn.java:365)
>>at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
>>at
>> org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:123)
>>... 35 more
>
>
>
Previous Topic:Suppress initial running of report in viewer
Next Topic:Problem With Table in PDF! Pls!!! Help!!!!
Goto Forum:
  


Current Time: Thu Jul 31 17:20:26 EDT 2025

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

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

Back to the top