[JBoss JIRA] (JBIDE-22041) Exception is thrown when dont want to open cheatsheet
by Rastislav Wagner (JIRA)
Rastislav Wagner created JBIDE-22041:
----------------------------------------
Summary: Exception is thrown when dont want to open cheatsheet
Key: JBIDE-22041
URL: https://issues.jboss.org/browse/JBIDE-22041
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: project-examples
Affects Versions: 4.3.1.CR1
Reporter: Rastislav Wagner
{code}
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(Native Method)
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
at org.jboss.tools.project.examples.cheatsheet.internal.util.CheatSheetUtil.promptToShowCheatsheets(CheatSheetUtil.java:434)
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)
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)
... 24 more
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3744) Installer getting stuck on software detection if nothing can be found
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBDS-3744?page=com.atlassian.jira.plugin.... ]
Jan Richter updated JBDS-3744:
------------------------------
Attachment: installer.png
> Installer getting stuck on software detection if nothing can be found
> ---------------------------------------------------------------------
>
> Key: JBDS-3744
> URL: https://issues.jboss.org/browse/JBDS-3744
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 9.1.0.CR1
> Reporter: Jan Richter
> Assignee: Denis Golovin
> Priority: Critical
> Labels: havoc
> Attachments: installer.png
>
>
> When I run the installer and get to the confirm page, it stays dimmed and all the controls are disabled. When I run it from source and open the console, I get this error:
> {noformat}
> Uncaught (in promise) Error: Command failed: C:\WINDOWS\system32\cmd.exe /s /c "where VirtualBox"
> INFO: Could not find files for the given pattern(s).
> at ChildProcess.exithandler (child_process.js:225:12)
> at emitTwo (events.js:87:13)
> at ChildProcess.emit (events.js:172:7)
> at maybeClose (internal/child_process.js:818:16)
> at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3744) Installer getting stuck on software detection if nothing can be found
by Jan Richter (JIRA)
Jan Richter created JBDS-3744:
---------------------------------
Summary: Installer getting stuck on software detection if nothing can be found
Key: JBDS-3744
URL: https://issues.jboss.org/browse/JBDS-3744
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: installer
Affects Versions: 9.1.0.CR1
Reporter: Jan Richter
Assignee: Denis Golovin
Priority: Critical
When I run the installer and get to the confirm page, it stays dimmed and all the controls are disabled. When I run it from source and open the console, I get this error:
{noformat}
Uncaught (in promise) Error: Command failed: C:\WINDOWS\system32\cmd.exe /s /c "where VirtualBox"
INFO: Could not find files for the given pattern(s).
at ChildProcess.exithandler (child_process.js:225:12)
at emitTwo (events.js:87:13)
at ChildProcess.emit (events.js:172:7)
at maybeClose (internal/child_process.js:818:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21038) Software/Update page is not working on Fedora 23 [JBT 4.3 / Mars]
by Radim Hopp (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21038?page=com.atlassian.jira.plugi... ]
Radim Hopp closed JBIDE-21038.
------------------------------
> Software/Update page is not working on Fedora 23 [JBT 4.3 / Mars]
> -----------------------------------------------------------------
>
> Key: JBIDE-21038
> URL: https://issues.jboss.org/browse/JBIDE-21038
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, upstream
> Affects Versions: 4.3.0.Final
> Environment: JBDS 9.0.0.GA
> Reporter: Radim Hopp
> Assignee: Snjezana Peco
> Labels: doc_writer_needed, docs_getting_started_guide, docs_gettingstarted_guide, docs_installation_guide, known_issue
> Fix For: 4.3.1.Final
>
>
> Recently I upgraded my system to Fedora 23 (beta) and second page of Cetnral (Software/Update) is not working. It is rendered with "Refreshing..." text and carousel (which is not spinning as it should). One processor core goes 100%.
> java version "1.8.0_65"
> gtk3 version 3.18.2
> jstack: http://pastebin.com/a7U02yjt
> Everything is fine with GTK2.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-22039) Software/Update page is not working on Fedora 23 [JBT 4.3 / Mars]
by Radim Hopp (JIRA)
Radim Hopp created JBIDE-22039:
----------------------------------
Summary: Software/Update page is not working on Fedora 23 [JBT 4.3 / Mars]
Key: JBIDE-22039
URL: https://issues.jboss.org/browse/JBIDE-22039
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central, upstream
Affects Versions: 4.3.0.Final
Environment: JBDS 9.0.0.GA
Reporter: Radim Hopp
Assignee: Snjezana Peco
Fix For: 4.3.1.Final
Recently I upgraded my system to Fedora 23 (beta) and second page of Cetnral (Software/Update) is not working. It is rendered with "Refreshing..." text and carousel (which is not spinning as it should). One processor core goes 100%.
java version "1.8.0_65"
gtk3 version 3.18.2
jstack: http://pastebin.com/a7U02yjt
Everything is fine with GTK2.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-22039) Software/Update page is not working on Fedora 23 [JBT 4.3 / Mars]
by Radim Hopp (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22039?page=com.atlassian.jira.plugi... ]
Radim Hopp updated JBIDE-22039:
-------------------------------
Fix Version/s: 4.4.0.Alpha1
(was: 4.3.1.Final)
> Software/Update page is not working on Fedora 23 [JBT 4.3 / Mars]
> -----------------------------------------------------------------
>
> Key: JBIDE-22039
> URL: https://issues.jboss.org/browse/JBIDE-22039
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, upstream
> Affects Versions: 4.3.0.Final
> Environment: JBDS 9.0.0.GA
> Reporter: Radim Hopp
> Assignee: Snjezana Peco
> Labels: doc_writer_needed, docs_getting_started_guide, docs_gettingstarted_guide, docs_installation_guide, known_issue
> Fix For: 4.4.0.Alpha1
>
>
> Recently I upgraded my system to Fedora 23 (beta) and second page of Cetnral (Software/Update) is not working. It is rendered with "Refreshing..." text and carousel (which is not spinning as it should). One processor core goes 100%.
> java version "1.8.0_65"
> gtk3 version 3.18.2
> jstack: http://pastebin.com/a7U02yjt
> Everything is fine with GTK2.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years