Hello,
I am trying to install Bahmni for the first time through Virtual Box on Windows and had no trouble getting it to work on my own laptop (Acer). However, on the laptop for our clinic (Lenovo), I try to run the “vagrant up” command and after about 20 minutes it comes back with the following error:
Command: [“modifyvm”, “24371ae5-650c-47cd-abc0-6effbceecde6”, “–natpf1”, “delete”, “ssh”]
Stderr: VBoxManage.exe: error: The machine ‘Bahmni-RPM’ is already locked for a session (or being unlocked) VBoxManage.exe: error: Details: code VBOX_E_INVALID_OBJECT_STATE (0x80bb0007), component MachineWrap, interface IMachine, callee IUnknown VBoxManage.exe: error: Context: “LockMachine(a->session, LockType_Write)” at line 527 of file VBoxManageModifyVM.cpp
I have tried wiping the hard drive and re-installing with no luck. I also looked around on GitHub and Stack Overflow and tried the following suggested solutions to no avail:
C:\Program Files\Oracle\VirtualBox>VBoxManage controlvm 24371ae5-650c-47cd-abc0-6effbceecde6 poweroff
C:\Program Files\Oracle\VirtualBox>VBoxManage startvm 24371ae5-650c-47cd-abc0-6effbceecde6 --type emergencystop
I have tried stopping VM processes with Task Manager, and running Command Prompt as an administrator. Here is the link to my Command Prompt on pastebin:
I really hope someone can help me, I’m at my wits end!!