-
Bug
-
Resolution: Duplicate
-
Major
-
1.1.0.GA
-
None
-
NEW
DevSuite 1.1.0 GA install fails on Windows 10/64 bit, due to CDK vagrant box add failure that maybe related to Vagrant version greater than 1.7.4.
See related ticket JBDS-3863 Platform installer hangs for log files. Split this into a separate ticket to track vagrant version issue in this ticket and the lack of feedback in 3863.
See vagrant issue - https://github.com/mitchellh/vagrant/issues/6725 - Adding a local box via "box add" fails with v1.8.0, succeeds with v1.7.4 #6725
Partial workaround:
1. Install DevSuite 1.1.0, quit installer after CDK install fails
2. Uninstall Vagrant 1.8.1
3. download and install Vagrant 1.7.4
4. cd c:\DevelopmentSuite\cdk\boxes
5. vagrant box add --name cdkv2 rhel-vagrant-virtualbox.box
An alternative workaround from the Vagrant issue #6725, maybe to install VC++ 2010 x86 redistributable runtime libraries to work around curl problem in vagrant box add.