You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .
The text was updated successfully, but these errors were encountered:
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:
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 .
The text was updated successfully, but these errors were encountered: