oracle / vagrant-projects

Vagrant projects for Oracle products and other examples
Universal Permissive License v1.0
930 stars 473 forks source link

Send failure: Connection was reset #467

Closed Mr-zhou315 closed 1 year ago

Mr-zhou315 commented 1 year ago

Describe the issue

A clear and concise description of what the issue is.
Explain what commands you ran, what you expected to happen and what actually happened.

Environment (please complete the following information):

Additional information

Add any other information about the issue here (console log, ...).

vagrant up send an error:

Detected virtualbox

getting Proxy Configuration from Host... Bringing machine 'node2' up with 'virtualbox' provider... Bringing machine 'node1' up with 'virtualbox' provider... ==> node2: Box 'oraclelinux/7' could not be found. Attempting to find and install... node2: Box Provider: virtualbox node2: Box Version: >= 0 There was an error while downloading the metadata for this box. The error message is shown below:

Send failure: Connection was reset

but i can open https://oracle.github.io/vagrant-projects/boxes/oraclelinux/7.json

can i download the metadata other way ,then put it into directory?

Mr-zhou315 commented 1 year ago

oh i download the metadata using the url in https://oracle.github.io/vagrant-projects/boxes/oraclelinux/7.json,which directory should i put the box in?

Mr-zhou315 commented 1 year ago

schannel: failed to receive handshake, SSL/TLS connection failed

new error ....

AmedeeBulle commented 1 year ago

You haven't specified which host you are using...

If it is Windows, ensure HyperV is not enabled (seel Hyper-V on Windows hosts)

You could download the box directly with vagrant box add --name oraclelinux/7 https://yum.oracle.com/boxes/oraclelinux/ol7/OL7U9_x86_64-vagrant-virtualbox-b335.box, but I'm afraid you might have networking issues not directly related to these boxes...

Mr-zhou315 commented 1 year ago

thanks very much, let me have a try

Mr-zhou315 commented 1 year ago

thx very much, it works

AmedeeBulle commented 1 year ago

Glad it helped