- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Creating new response map produces "Unhandled event loop exception" error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-31-2010 12:42 PM
Hi,
I'm now observing the following error when I attempt to create a new response map from the "Response" view:
eclipse.buildId=unknown
java.version=1.6.0_13
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86 -clean
Error
Wed Mar 31 11:54:31 PDT 2010
Unhandled event loop exception
java.lang.NullPointerException
at com.fnfr.svt.mapping.ui.wizards.ResponseMapNewWiza
at com.fnfr.svt.mapping.ui.wizards.ResponseMapNewWiza
at org.eclipse.jface.wizard.WizardDialog.updateForPag
at org.eclipse.jface.wizard.WizardDialog.access$2(Wiz
at org.eclipse.jface.wizard.WizardDialog$4.run(Wizard
at org.eclipse.swt.custom.BusyIndicator.showWhile(Bus
at org.eclipse.jface.wizard.WizardDialog.showPage(Wiz
at org.eclipse.jface.wizard.WizardDialog.nextPressed(
at org.eclipse.jface.wizard.WizardDialog.buttonPresse
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(
at org.eclipse.swt.widgets.TypedListener.handleEvent(
at org.eclipse.swt.widgets.EventTable.sendEvent(Event
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.ja
at org.eclipse.swt.widgets.Display.runDeferredEvents(
at org.eclipse.swt.widgets.Display.readAndDispatch(Di
at org.eclipse.jface.window.Window.runEventLoop(Windo
at org.eclipse.jface.window.Window.open(Window.java:8
at com.fnfr.svt.mapping.ui.actions.NewResponseMapWiza
at org.eclipse.ui.internal.PluginAction.runWithEvent(
at org.eclipse.jface.action.ActionContributionItem.ha
at org.eclipse.jface.action.ActionContributionItem.ac
at org.eclipse.jface.action.ActionContributionItem$6.
at org.eclipse.swt.widgets.EventTable.sendEvent(Event
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.ja
at org.eclipse.swt.widgets.Display.runDeferredEvents(
at org.eclipse.swt.widgets.Display.readAndDispatch(Di
at org.eclipse.ui.internal.Workbench.runEventLoop(Wor
at org.eclipse.ui.internal.Workbench.runUI(Workbench.
at org.eclipse.ui.internal.Workbench.access$4(Workben
at org.eclipse.ui.internal.Workbench$5.run(Workbench.
at org.eclipse.core.databinding.observable.Realm.runW
at org.eclipse.ui.internal.Workbench.createAndRunWork
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(Pl
at com.fnfr.svt.rcp.Application.runWorkbench(Applicat
at com.fnfr.svt.rcp.Application.start(Application.jav
at org.eclipse.equinox.internal.app.EclipseAppHandle.
at org.eclipse.core.runtime.internal.adaptor.EclipseA
at org.eclipse.core.runtime.internal.adaptor.EclipseA
at org.eclipse.core.runtime.adaptor.EclipseStarter.ru
at org.eclipse.core.runtime.adaptor.EclipseStarter.ru
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(
at org.eclipse.equinox.launcher.Main.basicRun(Main.ja
at org.eclipse.equinox.launcher.Main.run(Main.java:12
Note: I've used "iTest -clean" without success.
Thanks ahead,
Dante
Re: Creating new response map produces "Unhandled event loop exception" error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-31-2010 01:56 PM
Which version of iTest are you using?
Re: Creating new response map produces "Unhandled event loop exception" error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-31-2010 07:48 PM
version 3.4.3
Re: Creating new response map produces "Unhandled event loop exception" error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-31-2010 09:25 PM
I took a quick look through the code. This could only potentially happen, I believe, if we're dealing with a weird case -- like a project that is closed or a reference to a file that doesn't exist. Is there anything funny about your workspace? Perhaps your session profile refers to a response map library that doesn't currently exist?
In any case, this is a bug. But in looking at an immediate workaround, I'd suggest looking to see if there is something here referring to something that is closed or doesn't exist.
Re: Creating new response map produces "Unhandled event loop exception" error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-01-2010 09:56 AM
I've filed a bug.
Re: Creating new response map produces "Unhandled event loop exception" error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-01-2010 10:44 AM
The project/response map library folder defined in the .fftb exists and has several .ffrm files that can currently be used for response analysis rules. Note: I'm able to create a response map by defining a new response map library.
Re: Creating new response map produces "Unhandled event loop exception" error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-01-2010 10:44 AM
Thanks for filing a bug!
