Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Epsilon » [EWL] Wizard menu error
[EWL] Wizard menu error [message #640535] Mon, 22 November 2010 12:58 Go to next message
Abhijit Gurav is currently offline Abhijit GuravFriend
Messages: 25
Registered: November 2010
Junior Member
Hi All,

I have two wizard and I am using ewl version 0.8.9.201011041158.
But when I run my plugi-n.

Say I have Wizard A and B,

While testing if I am running wizard A first its work fine and after that if I run B its fails and gives error on console and no sub- menu displayed.

Next time when I restart my application. I choose B first its work fine but when I run A after that, its fail and gives same error.

I mean only first wizard is works fine, and 2nd gives error as,

!ENTRY org.eclipse.ui 4 0 2010-11-22 15:15:47.708
!MESSAGE Unhandled event loop exception
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.IllegalArgumentException: Argument not valid)
at org.eclipse.swt.SWT.error(SWT.java:4083)
at org.eclipse.swt.SWT.error(SWT.java:3998)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:137)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:4041)
at org.eclipse.swt.widgets.Display.msgFilterProc(Display.java:3 375)
at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method)
at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:256)
at org.eclipse.swt.widgets.Display.runPopups(Display.java:4107)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3651)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2629)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2593)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:24 27)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:670)
at org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:663)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:115)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.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(EclipseS tarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
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:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
Caused by: java.lang.IllegalArgumentException: Argument not valid
at org.eclipse.swt.SWT.error(SWT.java:4064)
at org.eclipse.swt.SWT.error(SWT.java:3998)
at org.eclipse.swt.SWT.error(SWT.java:3969)
at org.eclipse.swt.widgets.Widget.error(Widget.java:468)
at org.eclipse.swt.widgets.MenuItem.setMenu(MenuItem.java:814)
at org.eclipse.jface.action.ActionContributionItem$11.run(Actio nContributionItem.java:1340)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:134)
... 27 more


Anybody having any idea about the same. Please suggest

Regards,
-AG

Re: [EWL] Wizard menu error [message #640544 is a reply to message #640535] Mon, 22 November 2010 13:14 Go to previous messageGo to next message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi,

Could you please send me some code that I can use to reproduce this at
epsilon.devs gmail com?

Cheers,
Dimitris

abhijit.gurav@atosorigin.com wrote:
> Hi All,
>
> I have two wizard and I am using ewl version 0.8.9.201011041158.
> But when I run my plugi-n.
> Say I have Wizard A and B,
>
> While testing if I am running wizard A first its work fine and after
> that if I run B its fails and gives error on console and no sub- menu
> displayed.
>
> Next time when I restart my application. I choose B first its work fine
> but when I run A after that, its fail and gives same error.
>
> I mean only first wizard is works fine, and 2nd gives error as,
>
> !ENTRY org.eclipse.ui 4 0 2010-11-22 15:15:47.708
> !MESSAGE Unhandled event loop exception
> !STACK 0
> org.eclipse.swt.SWTException: Failed to execute runnable
> (java.lang.IllegalArgumentException: Argument not valid)
> at org.eclipse.swt.SWT.error(SWT.java:4083)
> at org.eclipse.swt.SWT.error(SWT.java:3998)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr
> onizer.java:137)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav
> a:4041)
> at org.eclipse.swt.widgets.Display.msgFilterProc(Display.java:3 375)
> at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method)
> at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:256)
> at org.eclipse.swt.widgets.Display.runPopups(Display.java:4107)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java
> :3651)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav
> a:2629)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2593)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:24 27)
> at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:670)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault
> (Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work
> bench.java:663)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j
> ava:149)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start
> (IDEApplication.java:115)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips
> eAppHandle.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(EclipseS
> tarter.java:369)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS
> tarter.java:179)
> 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:597)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 619)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
> Caused by: java.lang.IllegalArgumentException: Argument not valid
> at org.eclipse.swt.SWT.error(SWT.java:4064)
> at org.eclipse.swt.SWT.error(SWT.java:3998)
> at org.eclipse.swt.SWT.error(SWT.java:3969)
> at org.eclipse.swt.widgets.Widget.error(Widget.java:468)
> at org.eclipse.swt.widgets.MenuItem.setMenu(MenuItem.java:814)
> at org.eclipse.jface.action.ActionContributionItem$11.run(Actio
> nContributionItem.java:1340)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr
> onizer.java:134)
> ... 27 more
>
>
> Anybody having any idea about the same. Please suggest
>
> Regards,
> -AG
>
>
Re: [EWL] Wizard menu error [message #640761 is a reply to message #640544] Tue, 23 November 2010 04:56 Go to previous messageGo to next message
Abhijit Gurav is currently offline Abhijit GuravFriend
Messages: 25
Registered: November 2010
Junior Member
Hi,

Thanks for reply, I for got to mentioned one important point here. This all stuff work fine in my Eclipse (3.6). But similar application is not working on my team member Eclipse which is also same (3.6).

Which makes me clear that it can't be issue from code there might be issue in plugins configured.

Can you please show some light on this.

Regards,
-AG
Re: [EWL] Wizard menu error [message #640828 is a reply to message #640761] Tue, 23 November 2010 10:16 Go to previous messageGo to next message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi,

I'm not sure how I can help with this. I could only advise to make sure
that you're both using the same version of Epsilon, and if you do, to
try to rebuild your colleague's Eclipse distribution step by step in
order to figure out after which step problems first appear...

Cheers,
Dimitris

Abhijit Gurav wrote:
> Hi,
>
> Thanks for reply, I for got to mentioned one important point here. This
> all stuff work fine in my Eclipse (3.6). But similar application is not
> working on my team member Eclipse which is also same (3.6).
>
> Which makes me clear that it can't be issue from code there might be
> issue in plugins configured.
>
> Can you please show some light on this.
>
> Regards,
> -AG
Re: [EWL] Wizard menu error [message #640833 is a reply to message #640828] Tue, 23 November 2010 10:28 Go to previous message
Abhijit Gurav is currently offline Abhijit GuravFriend
Messages: 25
Registered: November 2010
Junior Member
Hi Dimitris,

Thanks for your reply and attention. We also trying to figure out the version mismatch if any.

Thanks for suggestion.

Regards,
-AG
Previous Topic:Any idea how to show a node with two icons?
Next Topic:Problem with HUTN configuration files
Goto Forum:
  


Current Time: Sat Apr 20 02:46:56 GMT 2024

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

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

Back to the top