Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vagrant up command always returning errors #9

Open
hamz250 opened this issue Apr 18, 2016 · 1 comment
Open

vagrant up command always returning errors #9

hamz250 opened this issue Apr 18, 2016 · 1 comment

Comments

@hamz250
Copy link

hamz250 commented Apr 18, 2016

I followed the instructions but getting the same issue when invoking the "vagrant up " command
starting with this error :
ug : unable to stat /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
ug: (No such file or directory)

Then finishing with :
ug: (7) Failed to connect to localhost port 8080: Connection refused

I verified that there is no process working on the 8080, port but the same issue is still persisting event when trying to destroy an re up the VM .

@BrickTop
Copy link

BrickTop commented Mar 3, 2017

I've had the same issue and noticed that the bootstrap script didn't install the JDK 8 at all. On the VM only the JDK 6 was available. I've installed the JDK 8 manually on the VM using the commands from the bootstrap script:

add-apt-repository -y ppa:openjdk-r/ppa
apt-get update
apt-get -y install vim curl openjdk-8-jdk

After the JDK 8 has been installed successfully I ran "vagrant provision" on command line and everything worked fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants