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

Troubles getting this to run on macOS Sierra 10.0.3 #11

Open
brandonscript opened this issue Feb 9, 2017 · 1 comment
Open

Troubles getting this to run on macOS Sierra 10.0.3 #11

brandonscript opened this issue Feb 9, 2017 · 1 comment

Comments

@brandonscript
Copy link

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.
@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