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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: