Home
Analytics
Odd Error Messages
Mr Duncan
I have a error that only comes up when I try to preview results on the data set it produces this message :
" an unexpected internal exception occured. Please see log for details :
' Error message : caused by java.lang.reflect.InvocationTarget Exception'
Thanks for any help out there .
Duncan
Find more posts tagged with
Comments
Mr Duncan
I have a error that only comes up when I try to preview results on the data set it produces this message :
" an unexpected internal exception occured. Please see log for details :
' Error message : caused by java.lang.reflect.InvocationTarget Exception'
Thanks for any help out there .
Duncan
mwilliams
Did you look in the log? What does it say?
Mr Duncan
Hi Mwilliams,
All I know that the version I am on is 2.5.2 v20100211 . How do I get the Log after running my BIRT report ?
Thanks for you help on this one.
Mt Duncan
mwilliams
You should be able to find your logs in the following directory, when using the designer:
eclipseHome/plugins/org.eclipse.birt.report.viewer_version/birt/logs
Mr Duncan
Good Morning ( this time difference thing is wierd ! )
This is the error log of the day that I ran this report: I Hope it helps:-
!ENTRY org.eclipse.birt.report.designer.ui 4 1001 2012-01-24 10:36:41.394
!MESSAGE An unexpected internal exception occurred. Please see log for detail.
!STACK 0
org.eclipse.birt.report.designer.core.runtime.GUIException: Caused by java.lang.reflect.InvocationTargetException.
at org.eclipse.birt.report.designer.core.runtime.GUIException.createGUIException(GUIException.java:78)
at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:169)
at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:150)
at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:89)
at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage.updateResultsProcess(ResultSetPreviewPage.java:548)
at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage.access$1(ResultSetPreviewPage.java:414)
at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage$4.runInUIThread(ResultSetPreviewPage.java:264)
at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:95)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3885)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3506)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at org.eclipse.birt.report.designer.ui.dialogs.BaseDialog.open(BaseDialog.java:110)
at org.eclipse.birt.report.designer.data.ui.actions.EditDataSetAction.doAction(EditDataSetAction.java:102)
at org.eclipse.birt.report.designer.internal.ui.views.actions.AbstractElementAction.run(AbstractElementAction.java:70)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3910)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3503)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.birt.report.designer.ui.rcp.DesignerApplication.run(DesignerApplication.java:38)
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.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
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.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
Caused by: java.lang.reflect.InvocationTargetException
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:421)
at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:507)
at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage.updateResultsProcess(ResultSetPreviewPage.java:544)
... 45 more
Caused by: org.eclipse.swt.SWTException: Invalid thread access
at org.eclipse.swt.SWT.error(SWT.java:3884)
at org.eclipse.swt.SWT.error(SWT.java:3799)
at org.eclipse.swt.SWT.error(SWT.java:3770)
at org.eclipse.swt.widgets.Widget.error(Widget.java:463)
at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:355)
at org.eclipse.swt.widgets.Tree.deselectAll(Tree.java:2366)
at org.eclipse.birt.report.designer.internal.ui.views.property.ReportPropertySheetPage.refresh(ReportPropertySheetPage.java:694)
at org.eclipse.birt.report.designer.internal.ui.views.property.ReportPropertySheetPage.elementChanged(ReportPropertySheetPage.java:1000)
at org.eclipse.birt.report.model.core.DesignElement.broadcast(DesignElement.java:799)
at org.eclipse.birt.report.model.activity.NotificationRecordTask.doTask(NotificationRecordTask.java:278)
at org.eclipse.birt.report.model.activity.ActivityRecord.performPostTasks(ActivityRecord.java:514)
at org.eclipse.birt.report.model.activity.ActivityStack.execute(ActivityStack.java:362)
at org.eclipse.birt.report.model.command.ComplexPropertyCommand.addItem(ComplexPropertyCommand.java:133)
at org.eclipse.birt.report.model.command.ComplexPropertyCommand.addItem(ComplexPropertyCommand.java:165)
at org.eclipse.birt.report.model.api.DesignElementHandle.setPropertyBinding(DesignElementHandle.java:3150)
at org.eclipse.birt.report.model.api.DesignElementHandle.setPropertyBinding(DesignElementHandle.java:2363)
at org.eclipse.birt.report.designer.data.ui.dataset.DataSetUIUtil.resetPropertyBinding(DataSetUIUtil.java:312)
at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage$5.run(ResultSetPreviewPage.java:517)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
!SUBENTRY 1 org.eclipse.birt.report.designer.ui 1 1001 2012-01-24 10:36:41.410
!MESSAGE Plug-in Provider:Eclipse.org
!SUBENTRY 1 org.eclipse.birt.report.designer.ui 1 1001 2012-01-24 10:36:41.410
!MESSAGE Plug-in Name:BIRT Designer UI
!SUBENTRY 1 org.eclipse.birt.report.designer.ui 1 1001 2012-01-24 10:36:41.410
!MESSAGE Plug-in ID:org.eclipse.birt.report.designer.ui
!SUBENTRY 1 org.eclipse.birt.report.designer.ui 1 1001 2012-01-24 10:36:41.410
!MESSAGE Version:2.5.2.v20100211
!SUBENTRY 1 org.eclipse.birt.report.designer.ui 4 1001 2012-01-24 10:36:41.410
!MESSAGE Error Code:Error.GUIException.invokedByUnexpectedException
!SUBENTRY 1 org.eclipse.birt.report.designer.ui 4 1001 2012-01-24 10:36:41.410
!MESSAGE Error Message:Caused by java.lang.reflect.InvocationTargetException.
mwilliams
Sorry for the delay. It seems there is an issue somewhere in the BIRT GUI. Can you try re-installing BIRT and seeing if the error persists?
giridhar
Hi mwilliams,
Good day to you.I build a datacube,it is running good when data is less.
It is taking so much time when database has large data.
My doubt is,can i see the log details or how many times query is called by data cube.
Where can i find this details in birt.
Thankyou.
Giridhar.
mwilliams
There is a built in logging system. You could also just use java io to write out to a text file, from your script, so you know when things are happening. If there's LOTS of data, it will probably take a long time to aggregate and group it all.