I tried installing bahmni on windows and this is the error I am getting
"C:\Users\Adaobi\Documents\bahmni\bahmni-vagrant>vagrant up
Bringing machine ‘default’ up with ‘virtualbox’ provider…
==> default: Checking if box ‘bahmni-team/bahmni’ is up to date…
==> default: Clearing any previously set network interfaces…
There was an error while executing VBoxManage, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: [“hostonlyif”, “create”]
Stderr: 0%…
Progress state: E_FAIL
VBoxManage.exe: error: Failed to create the host-only adapter
VBoxManage.exe: error: Code E_FAIL (0x80004005) - Unspecified error (extended info not available)
VBoxManage.exe: error: Context: “int __cdecl handleCreate(struct HandlerArg *,int,int *)” at line 66 of file VBoxManageHostonly.cpp"
Some people also recommended not setting the IP on your vagrantfile, so in
you can add ‘#’ to the ‘config.vm.network “private_network”, ip: “192.168.33.10”’ line (probably would work? Not sure).
Its not related to C: or D:. Its an issue with Virtual Box on your Windows machine. Someone needs to figure out a version of Vagrant + Virtual Box that works OK on your machine. Usually if people use the latest version of Vagrant and Virtual Box, things work just fine… because many devs are using Vagrant around the world on Windows with Virtual Box – and everyones work would suffer if this combination doesn’t work.
Not sure why you are facing this problem. Can you raise an issue in Virtual Box forum?
“Vagrant is not supported on this site. Show us a problem when using VirtualBox as it’s intended to be used (i.e. installed using an official installer), and then we can help.”
I need bahmni to work on my system not on Digital Ocean.
Sounds then that Vagrant needs to respond to the issue. Can you raise the request on Vagrant forum? : (
Sorry for the inconvenience, but this is the first time someone has reported this error on Bahmni forum. People have been able to install vagrant/virtualbox on Windows… just not sure if anyone did it on Windows 10 yet.
"C:\Users\Adaobi\Documents\bahmni>vagrant up
Bringing machine ‘default’ up with ‘virtualbox’ provider…
==> default: Box ‘base’ could not be found. Attempting to find and install…
default: Box Provider: virtualbox
default: Box Version: >= 0
==> default: Box file was not detected as metadata. Adding it directly…
==> default: Adding box ‘base’ (v0) for provider: virtualbox
default: Downloading: base
default:
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.
Couldn’t open file /C:/Users/Adaobi/Documents/bahmni/base"
@terrydavid: It seems there was an issue with Vagrant on Windows 10. Rahul has mentioned a link which solves the problem. Can you also please try this? Thanks!