History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CBI-182
Type: Bug Bug
Status: Closed Closed
Resolution: Cannot Reproduce
Priority: Major Major
Assignee: Rob Kooper
Reporter: Peter Bajcsy
Votes: 0
Watchers: 0
Operations

Clone this issue
Create sub-task
If you were logged in you would be able to see more operations.
Cyberintegrator

When a data file is inserted that cannot be recognized then an error message will always pop for every data file double clicked (in known and unknown file format)

Created: 21/Mar/08 01:02 PM   Updated: 16/Apr/08 03:12 PM
Component/s: Editor
Affects Version/s: 2.0.alpha2
Fix Version/s: 2.0.alpha3

Time Tracking:
Not Specified

Environment: Windows XP


 Description  « Hide
When a data file is inserted that cannot be recognized then an error message will always pop for every data file double clicked (in known and unknown file format)

I tried importing avi and Word files. The import was completed fine. However, after double clicking one these two files, an error message pops upi stating: Unhandled Event Loop Exception. Failed to execute runnable (java.lang.NUllPointer Exception). From that moment on, the message pops up everytime any file is viewed.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Peter Bajcsy - 21/Mar/08 02:37 PM
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
at org.eclipse.swt.SWT.error(SWT.java:3563)
at org.eclipse.swt.SWT.error(SWT.java:3481)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at edu.uiuc.ncsa.cyberintegrator.rcp.Cyberintegrator.start(Unknown Source)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
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:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
Caused by: java.lang.NullPointerException
at edu.uiuc.ncsa.cyberintegrator.ui.views.InfoView$4.run(Unknown Source)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
... 22 more

Rob Kooper - 16/Apr/08 03:12 PM
2.0 alpha 3 is released