Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [che-dev] (default) Staring VM... blocked

I suggest that you remove all host only adapters for Virtual Box in Settings > Network and give it another shot. So far, Che isn't involved, it's Docker machine being unable to start a VM and connect to it.

On Wed, Mar 30, 2016 at 12:27 PM, Corentin Jechoux <corentin.jechoux.pro@xxxxxxxxx> wrote:
Hi Eugene,

I have enabled that by default.

I have done some improvement

1/  stop default VM
2/ renamed it C:\Users\__me__\.docker\machine\machines to default_old
3/ recreated one with 
docker-machine create --driver virtualbox default

4/ that was quite good but had an error 



This machine has been allocated an IP address, but Docker Machine could not
reach it successfully.

SSH for the machine should still work, but connecting to exposed ports, such as
the Docker daemon port (usually <ip>:2376), may not work properly.

You may need to add the route manually, or use another related workaround.

This could be due to a VPN, proxy, or host file configuration issue.

You also might want to clear any VirtualBox host only interfaces you are not using.
Checking connection to Docker...
Error creating machine: Error checking the host: Error checking and/or regenerating the certs: There was an error validating certificates for host "192.168.99.1
00:2376": dial tcp 192.168.99.100:2376: i/o timeout
You can attempt to regenerate them using 'docker-machine regenerate-certs [name]'.
Be advised that this will trigger a Docker daemon restart which will stop running containers.


C:\Users\_me_>docker-machine env default
Error checking TLS connection: Error checking and/or regenerating the certs: There was an error validating certificates for host "192.168.99.100:2376": dial tcp
 192.168.99.100:2376: i/o timeout
You can attempt to regenerate them using 'docker-machine regenerate-certs [name]'.
Be advised that this will trigger a Docker daemon restart which will stop running containers.


C:\Users\_me_>docker-machine regenerate-certs default
Regenerate TLS machine certs?  Warning: this is irreversible. (y/n): y
Regenerating TLS certificates
Detecting the provisioner...
Copying certs to the local machine directory...
Copying certs to the remote machine...
Setting Docker configuration on the remote daemon...

This machine has been allocated an IP address, but Docker Machine could not
reach it successfully.

SSH for the machine should still work, but connecting to exposed ports, such as
the Docker daemon port (usually <ip>:2376), may not work properly.

You may need to add the route manually, or use another related workaround.

This could be due to a VPN, proxy, or host file configuration issue.

You also might want to clear any VirtualBox host only interfaces you are not using.








Please advise...

Thank you

Corentin


2016-03-30 11:00 GMT+02:00 Eugene Ivantsov <eivantsov@xxxxxxxxxxx>:
Hello

You may need to enable virtualization to be able to run VMs in VirtualBox.



On Wed, Mar 30, 2016 at 11:49 AM, Corentin Jechoux <corentin.jechoux.pro@xxxxxxxxx> wrote:
Hi,

I am a newcomers for VM, and dockers, and chef.
I have windows 7

I have installed eclipse-che-latest installer.

When starting che:    bin\che run

it is blocked to "(default) Staring VM..."

And in VirtualBox, when I open the VM console, it is written : 

"FATAL: Could not read from the boot medium! System halted"


Did I missed something ?


Thank you

Corentin

_______________________________________________
che-dev mailing list
che-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/che-dev




--

Eugene Ivantsov | Docs&Support |eivantsov@xxxxxxxxxxx



_______________________________________________
che-dev mailing list
che-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/che-dev



_______________________________________________
che-dev mailing list
che-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/che-dev




--

Eugene Ivantsov | Docs&Support |eivantsov@xxxxxxxxxxx



Back to the top