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

Latest version of java (7u101) not recognized by cassandra #1

Open
ligasgr opened this issue May 7, 2016 · 1 comment
Open

Latest version of java (7u101) not recognized by cassandra #1

ligasgr opened this issue May 7, 2016 · 1 comment

Comments

@ligasgr
Copy link

ligasgr commented May 7, 2016

Hi,

Just wanted to let you know that when trying to use the image and running vagrant up everything seemed to be fine until I actually wanted to use cassandra.
I tried connecting to cqlsh and was not able to connect. I tried starting cassandra and the it start spitting funny message about the version of java required being 7u25 or higher (which I obviously had).
To overcome the issue I downgraded the packages:
sudo apt-get remove openjdk-7-jre
sudo apt-get install openjdk-7-jre=7u51-2.4.6-1ubuntu4
which resolved the issue and allowed me to start cassandra.

I know that it is not an actual issue of the image you provide but cassandra but just wanted to let you know as I think people generally follow the instructions on your website which don't mention that anywhere.

@ghost
Copy link

ghost commented May 17, 2016

Issue should get resolved automatically (after re-provisioning of the box) after fix in Cassandra is released.

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

1 participant