[jbosstools-issues] [JBoss JIRA] (JBIDE-22056) OperationCanceledException in CheatSheetUtil.promptToShowCheatsheets

Rastislav Wagner (JIRA) issues at jboss.org
Fri Apr 1 03:58:00 EDT 2016


    [ https://issues.jboss.org/browse/JBIDE-22056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13185064#comment-13185064 ] 

Rastislav Wagner commented on JBIDE-22056:
------------------------------------------

Created with AERI as test. Please ignore

> OperationCanceledException in CheatSheetUtil.promptToShowCheatsheets
> --------------------------------------------------------------------
>
>                 Key: JBIDE-22056
>                 URL: https://issues.jboss.org/browse/JBIDE-22056
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: project-examples
>    Affects Versions: 4.3.1.CR1
>            Reporter: Automated Error Reporting Bot
>
> The following incident was reported via the automated error reporting:
> The user(s) left the following comments:
> --- rawagner wrote: ---
> already reported https://issues.jboss.org/browse/JBIDE-22041
>     
>     code:                   0
>     plugin:                 org.eclipse.ui_3.107.0.v20150507-1945
>     message:                Unhandled event loop exception
>     fingerprint:            dec4298512ae6459942d54a3c5a40bda
>     exception class:        org.eclipse.swt.SWTException
>     exception message:      Failed to execute runnable (org.eclipse.core.runtime.OperationCanceledException)
>     number of children:     0
>     
>     {noformat}
>     org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.core.runtime.OperationCanceledException)
>     at org.eclipse.swt.SWT.error(SWT.java:4491)
>     at org.eclipse.swt.SWT.error(SWT.java:4406)
>     at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:138)
>     at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3794)
>     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3433)
>     at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
>     at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
>     at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
>     at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
>     at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694)
>     at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
>     at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606)
>     at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
>     at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
>     at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
>     at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
>     at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
>     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
>     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
>     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:497)
>     at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
>     at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
>     at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
>     at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
> caused by: org.eclipse.core.runtime.OperationCanceledException: null
>     at org.jboss.tools.project.examples.cheatsheet.internal.util.CheatSheetUtil.promptToShowCheatsheets(CheatSheetUtil.java:434)[TOPMOST, REQUIRED]
>     at org.jboss.tools.project.examples.cheatsheet.internal.util.CheatSheetUtil.access$1(CheatSheetUtil.java:394)
>     at org.jboss.tools.project.examples.cheatsheet.internal.util.CheatSheetUtil$1.run(CheatSheetUtil.java:378)
>     at org.eclipse.ui.internal.UILockListener.doPendingWork(UILockListener.java:162)[REQUIRED]
>     at org.eclipse.ui.internal.UISynchronizer$3.run(UISynchronizer.java:154)
>     at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
>     at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
>     at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3794)
>     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3433)
>     at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
>     at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
>     at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
>     at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
>     at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694)
>     at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
>     at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606)
>     at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
>     at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
>     at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
>     at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
>     at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
>     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
>     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
>     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:497)
>     at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
>     at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
>     at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
>     at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
>     {noformat}
>   
> General Information:
>     reported-by:      rawagner
>     anonymous-id:     8ec9bf96-4ab2-4e82-9870-c12985cbff45
>     eclipse-build-id: 9.1.0.CR1-v20160326-0059-B443
>     eclipse-product:  com.jboss.devstudio.core.product
>     operating system: Linux 4.0.4 (x86_64) - gtk
>     jre-version:      1.8.0_66-b17
> The following plug-ins were present on the execution stack (*):
>     1. org.eclipse.core.databinding.observable_1.5.0.v20150422-0725
>     2. org.eclipse.core.databinding_1.5.0.v20150422-0725
>     3. org.eclipse.core.runtime_3.11.1.v20150903-1804
>     4. org.eclipse.e4.ui.workbench_1.3.1.v20160203-0951
>     5. org.eclipse.e4.ui.workbench.swt_0.13.0.v20150504-0621
>     6. org.eclipse.equinox.app_1.3.300.v20150423-1356
>     7. org.eclipse.equinox.launcher_1.3.100.v20150511-1540
>     8. org.eclipse.swt_3.104.2.v20160212-1350
>     9. org.eclipse.ui_3.107.0.v20150507-1945
>     10. org.eclipse.ui.ide.application_1.1.0.v20150422-0725
>     11. org.eclipse.ui.ide_3.11.0.v20150825-2158
>     12. org.jboss.tools.project.examples.cheatsheet_3.0.1.CR1-v20160324-1911-B99
>     13. org.jboss.tools.project.examples_3.0.1.CR1-v20160324-1911-B99
> Please note that:
> * Messages, stacktraces, and nested status objects may be shortened.
> * Bug fields like status, resolution, and whiteboard are sent
>   back to reporters.
> * The list of present bundles and their respective versions was
>   calculated by package naming heuristics. This may or may not reflect reality.
> Other Resources:
> * Report: https://redhat.ctrlflow.com/committers/#/problems/56fd094ce4b08ccb7be35871  
> * Manual: https://redhat.ctrlflow.com/community/#/guide
> Thank you for your assistance.
> Your friendly error-reports-inbox.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list