Re: Cassandra -f problem

2011-09-15 Thread Hernán Quevedo
Thanks a lot. The problem was that every terminal I open on Debian 6 lacks of java home and path; I have to export them every time I start the virtual machine; btw I have Debian and cassandra running inside vmware workstation. Thanks again. I'm following the readme file. On Mon, Sep 12, 2011 at 1

Re: Cassandra -f problem

2011-09-12 Thread Roshan Dawrani
Hi, Do you have JAVA_HOME exported? If not, can you export it and retry? Cheers. On Tue, Sep 13, 2011 at 8:59 AM, Hernán Quevedo wrote: > Hi, Roshan. This is great support, amazing support; not used to it :) > > Thanks for the reply. > > Well I think java is installed correctly, I mean, the jav

Re: Cassandra -f problem

2011-09-12 Thread Hernán Quevedo
Hi, Roshan. This is great support, amazing support; not used to it :) Thanks for the reply. Well I think java is installed correctly, I mean, the java -version command works on a terminal, so the PATH env variable is correctly set, right? I downloaded the JDK7 and put it on opt/java/ and then set

Re: Cassandra -f problem

2011-09-11 Thread Roshan Dawrani
Hi, Cassandra starts JVM as "$JAVA -ea -cp $CLASSPATH...". Looks like $JAVA is coming is empty in your case, hence the error "exec -ea not found". Do you not have java installed? Please install it and set JAVA_HOME appropriately and retry. Cheers. On Mon, Sep 12, 2011 at 8:23 AM, Hernán Queved