[JBoss JIRA] (JBDS-4252) Installer waits for failed Virtualbox installation (MacOS)
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4252?page=com.atlassian.jira.plugin.... ]
Denis Golovin commented on JBDS-4252:
-------------------------------------
Verified on my mac mini and detection seems to work as expected, it detects 5.1.12 and says only 5.0.26 or newer 5.0.x supported. Installer just doesn't let to continue installation in this case.
> Installer waits for failed Virtualbox installation (MacOS)
> ----------------------------------------------------------
>
> Key: JBDS-4252
> URL: https://issues.jboss.org/browse/JBDS-4252
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: platform-installer
> Affects Versions: 10.2.0.GA
> Reporter: Andre Dietisheim
> Assignee: Denis Golovin
> Fix For: 10.3.0.AM2
>
> Attachments: waiting-for-virtualbox-install-that-failed.png
>
>
> steps to reproduce:
> # ASSERT: make sure that you have VirtualBox 5.1.x running but the app is removed from the Applications folder
> # EXEC: launch installer, log in and select VirtualBox etc.
> Result:
> Installer fails to install VirtualBox.
> !waiting-for-virtualbox-install-that-failed.png!
> In the logs you see the following:
> {code}
> 0:233: execution error: installer: Error - The installer has detected running virtual machines. Please shut down all running VirtualBox machines and then restart the installation. (1)
> {code}
> The installer simply states "Failed". It would be nice if the installer could provide more details on why/what failed. Sparing me from having to inspect the logs.
> It simply states "Failed" for VirtualBox, the "Red Hat Container Development Kit" process is waiting for VirtualBox to get installed even though that failed.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBDS-4252) Installer waits for failed Virtualbox installation (MacOS)
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4252?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-4252:
--------------------------------
Affects Version/s: 10.2.0.GA
(was: 10.3.0.AM1)
> Installer waits for failed Virtualbox installation (MacOS)
> ----------------------------------------------------------
>
> Key: JBDS-4252
> URL: https://issues.jboss.org/browse/JBDS-4252
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: platform-installer
> Affects Versions: 10.2.0.GA
> Reporter: Andre Dietisheim
> Assignee: Denis Golovin
> Fix For: 10.3.0.AM2
>
> Attachments: waiting-for-virtualbox-install-that-failed.png
>
>
> steps to reproduce:
> # ASSERT: make sure that you have VirtualBox 5.1.x running but the app is removed from the Applications folder
> # EXEC: launch installer, log in and select VirtualBox etc.
> Result:
> Installer fails to install VirtualBox.
> !waiting-for-virtualbox-install-that-failed.png!
> In the logs you see the following:
> {code}
> 0:233: execution error: installer: Error - The installer has detected running virtual machines. Please shut down all running VirtualBox machines and then restart the installation. (1)
> {code}
> The installer simply states "Failed". It would be nice if the installer could provide more details on why/what failed. Sparing me from having to inspect the logs.
> It simply states "Failed" for VirtualBox, the "Red Hat Container Development Kit" process is waiting for VirtualBox to get installed even though that failed.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBDS-4252) Installer waits for failed Virtualbox installation (MacOS)
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4252?page=com.atlassian.jira.plugin.... ]
Denis Golovin commented on JBDS-4252:
-------------------------------------
It supposed to detect installed Virtualbox. I assume you still have virtualbox 5.1.x installed. If that s correct, virtualbox detection failed for some reason.
> Installer waits for failed Virtualbox installation (MacOS)
> ----------------------------------------------------------
>
> Key: JBDS-4252
> URL: https://issues.jboss.org/browse/JBDS-4252
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: platform-installer
> Affects Versions: 10.3.0.AM1
> Reporter: Andre Dietisheim
> Assignee: Denis Golovin
> Fix For: 10.3.0.AM2
>
> Attachments: waiting-for-virtualbox-install-that-failed.png
>
>
> steps to reproduce:
> # ASSERT: make sure that you have VirtualBox 5.1.x running but the app is removed from the Applications folder
> # EXEC: launch installer, log in and select VirtualBox etc.
> Result:
> Installer fails to install VirtualBox.
> !waiting-for-virtualbox-install-that-failed.png!
> In the logs you see the following:
> {code}
> 0:233: execution error: installer: Error - The installer has detected running virtual machines. Please shut down all running VirtualBox machines and then restart the installation. (1)
> {code}
> The installer simply states "Failed". It would be nice if the installer could provide more details on why/what failed. Sparing me from having to inspect the logs.
> It simply states "Failed" for VirtualBox, the "Red Hat Container Development Kit" process is waiting for VirtualBox to get installed even though that failed.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (ERT-208) Provide support for TextMate grammar [EBZ#486961]
by Friendly Jira Robot (JIRA)
[ https://issues.jboss.org/browse/ERT-208?page=com.atlassian.jira.plugin.sy... ]
Friendly Jira Robot updated ERT-208:
------------------------------------
Component/s: Tm4e
(was: Platform)
> Provide support for TextMate grammar [EBZ#486961]
> -------------------------------------------------
>
> Key: ERT-208
> URL: https://issues.jboss.org/browse/ERT-208
> Project: Eclipse Release Train
> Issue Type: Task
> Components: Tm4e
> Reporter: Friendly Jira Robot
> Priority: Trivial
> Labels: Text, bzira
>
> It should be cool if we could higlight with extension some "String" or other according a JavaScript Framework:
> * like angular template which is an HTML string (colorize this HTML string):
> ---------------------------------------------------
> angular.module('docsSimpleDirective', [])
> .directive('myCustomer', function() {
> return {
> template: 'Name: {{customer.name}} Address: {{customer.address}}'
> };
> });
> ---------------------------------------------------
> * like JSX React:
> ---------------------------------------------------
> var app = <Nav color="blue"><Profile>click</Profile></Nav>;
> ---------------------------------------------------
> The syntax higlight must be fast.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBDS-4252) Installer waits for failed Virtualbox installation (MacOS)
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4252?page=com.atlassian.jira.plugin.... ]
Denis Golovin reassigned JBDS-4252:
-----------------------------------
Assignee: Denis Golovin
> Installer waits for failed Virtualbox installation (MacOS)
> ----------------------------------------------------------
>
> Key: JBDS-4252
> URL: https://issues.jboss.org/browse/JBDS-4252
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: platform-installer
> Affects Versions: 10.3.0.AM1
> Reporter: Andre Dietisheim
> Assignee: Denis Golovin
> Fix For: 10.3.0.AM2
>
> Attachments: waiting-for-virtualbox-install-that-failed.png
>
>
> steps to reproduce:
> # ASSERT: make sure that you have VirtualBox 5.1.x running but the app is removed from the Applications folder
> # EXEC: launch installer, log in and select VirtualBox etc.
> Result:
> Installer fails to install VirtualBox.
> !waiting-for-virtualbox-install-that-failed.png!
> In the logs you see the following:
> {code}
> 0:233: execution error: installer: Error - The installer has detected running virtual machines. Please shut down all running VirtualBox machines and then restart the installation. (1)
> {code}
> The installer simply states "Failed". It would be nice if the installer could provide more details on why/what failed. Sparing me from having to inspect the logs.
> It simply states "Failed" for VirtualBox, the "Red Hat Container Development Kit" process is waiting for VirtualBox to get installed even though that failed.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBDS-4252) Installer waits for failed Virtualbox installation (MacOS)
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4252?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-4252:
--------------------------------
Fix Version/s: 10.3.0.AM2
> Installer waits for failed Virtualbox installation (MacOS)
> ----------------------------------------------------------
>
> Key: JBDS-4252
> URL: https://issues.jboss.org/browse/JBDS-4252
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: platform-installer
> Affects Versions: 10.3.0.AM1
> Reporter: Andre Dietisheim
> Fix For: 10.3.0.AM2
>
> Attachments: waiting-for-virtualbox-install-that-failed.png
>
>
> steps to reproduce:
> # ASSERT: make sure that you have VirtualBox 5.1.x running but the app is removed from the Applications folder
> # EXEC: launch installer, log in and select VirtualBox etc.
> Result:
> Installer fails to install VirtualBox.
> !waiting-for-virtualbox-install-that-failed.png!
> In the logs you see the following:
> {code}
> 0:233: execution error: installer: Error - The installer has detected running virtual machines. Please shut down all running VirtualBox machines and then restart the installation. (1)
> {code}
> The installer simply states "Failed". It would be nice if the installer could provide more details on why/what failed. Sparing me from having to inspect the logs.
> It simply states "Failed" for VirtualBox, the "Red Hat Container Development Kit" process is waiting for VirtualBox to get installed even though that failed.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months