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
Struggling to get the latest commit to work on macOS Sierra 10.0.3; spent some time troubleshooting, and eventually found this fork: https://github.com/butuh/usergrid-vagrant which seems to work. Might be worth having it merged back into master?
Here's the error that was throwing — seems none of the services installed successfully.
curl: (7) Failed to connect to localhost port 8080: Connection refused
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
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:
Struggling to get the latest commit to work on macOS Sierra 10.0.3; spent some time troubleshooting, and eventually found this fork: https://github.com/butuh/usergrid-vagrant which seems to work. Might be worth having it merged back into master?
Here's the error that was throwing — seems none of the services installed successfully.
The text was updated successfully, but these errors were encountered: