[jbosstools-issues] [JBoss JIRA] (JBDS-3749) With existing virtual box 5.0.16 already installed, bundled installer refuses to see it and let me proceed to install

Nick Boldt (JIRA) issues at jboss.org
Mon Apr 11 12:40:00 EDT 2016


     [ https://issues.jboss.org/browse/JBDS-3749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Boldt updated JBDS-3749:
-----------------------------
    Attachment: dpinstaller-VB508-wanted-5016-found.png


As of today's latest commit (210d7e4) it appears that 5.0.16 can be detected and used even though the installer still states it includes 5.0.8.

!dpinstaller-VB508-wanted-5016-found.png!

I'm not 100% sure because when I tried to run locally, I needed to apply this patch to skip the login page as my RHD credentials have stopped working:

{code}
$➔ gd
diff --git a/browser/main.js b/browser/main.js
index d0b1a52..903d89b 100644
--- a/browser/main.js
+++ b/browser/main.js
@@ -31,7 +31,7 @@ let mainModule =
           .directive(breadcrumb.name, ['$state', breadcrumb])
           .directive(pathValidator.name, pathValidator)
           .config( ["$stateProvider", "$urlRouterProvider", ($stateProvider, $urlRouterProvider) => {
-            $urlRouterProvider.otherwise('/account');
+            $urlRouterProvider.otherwise('/confirm');

             $stateProvider
               .state('account', {
{code}

With the patch applied, I ran this:{code}
gulp{code} 
so I only RUN the installer, rather than creating the full 1.6G bundled version.

Then, when I clicked the Download & Install button, everything seems to work, but I get these errors in the console:

{code}
content loaded
downloader.js:53 https://cygwin.com/setup-x86_64.exe
downloader.js:53 http://cdk-builds.usersys.redhat.com/builds/weekly/08-Apr-2016.1/rhel-cdk-kubernetes-7.2-23.x86_64.vagrant-virtualbox.box
downloader.js:53 http://the.earth.li/~sgtatham/putty/latest/x86/pscp.exe
downloader.js:53 https://github.com/openshift/origin/releases/download/v1.1.4/openshift-origin-client-tools-v1.1.4-3941102-windows.zip
downloader.js:53 https://devstudio.redhat.com/9.0/staging/builds/devstudio-9.1.0.CR1a-build-product/latest/all/jboss-devstudio-9.1.0.latest-installer-standalone.jar
events.js:154 Uncaught Error: ENOENT: no such file or directory, open 'C:\Users\nboldt\Documents\jdk.zip'
2buffer.js:514 Uncaught Error: "toString()" failedBuffer.toString @ buffer.js:514BufferList.toString @ C:\Users\nboldt\Documents\GitHub\developer-platform-install\node_modules\request\node_modules\bl\bl…:166(anonymous function) @ C:\Users\nboldt\Documents\GitHub\developer-platform-install\node_modules\request\request.js:1014emitOne @ events.js:95emit @ events.js:182(anonymous function) @ C:\Users\nboldt\Documents\GitHub\developer-platform-install\node_modules\request\request.js:963emitNone @ events.js:85emit @ events.js:179endReadableNT @ _stream_readable.js:913_combinedTickCallback @ internal/process/next_tick.js:74_tickCallback @ internal/process/next_tick.js:98
{code}

And while the JBDS jar is downloaded into C:\Users\nboldt\AppData\Local\Temp\jbds.jar, the installer doesn't create a folder in C:\DeveloperPlatform for it, so I have no idea if in fact things are actually working. 

But at least my VB 5.0.16 install wasn't msi-installer'd into a 5.0.8 install, like it used to. :D

> With existing virtual box 5.0.16 already installed, bundled installer refuses to see it and let me proceed to install
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBDS-3749
>                 URL: https://issues.jboss.org/browse/JBDS-3749
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>          Components: installer
>    Affects Versions: 9.1.0.CR1
>            Reporter: Nick Boldt
>            Assignee: Denis Golovin
>            Priority: Blocker
>              Labels: havoc, ui
>             Fix For: 9.1.0.GA
>
>         Attachments: dpinstaller-VB508-wanted-5016-found.png, vb-not-detected-can-not-proceed.png, vbox5016-installed-detected-cant-selected-i-want-to-use-existing-vb.png, win10-details.png
>
>
> Downloaded Setup-bundled-0.0.2-20160331-23.exe
> Logged in using my RHD credentials
> On the Confirmation step of the installer, I see an unchecked box for ORACLE VIRTUALBOX v5 and an unchecked box for "I want to use the existing VirtualBox".
> I can't check either of them (when I cursor over them I see a red NOT circle) so as a result the "Download & Install" button is greyed out - it too has a red NOT circle when I cursor over it.
> I have VB installed here:
> C:\Program Files\Oracle\VirtualBox\VirtualBox.exe
> Version 5.0.16 r105871



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



More information about the jbosstools-issues mailing list