Re: Getting errors while starting DataStax Cassandra enterprise service

2015-01-23 Thread anujacharya11 .
Thanks it's working now Infact it's needs to be setup in /etc/dse/cassandra/cassandra-env.sh On Fri, Jan 23, 2015 at 9:48 PM, Andrew wrote: > You should be setting these as values in /etc/default/dse, not in your > bashrc. > > I.e., /etc/default/dse should contain: > > JAVA_HOME=/whatever > > …a

Re: Getting errors while starting DataStax Cassandra enterprise service

2015-01-23 Thread Andrew
You should be setting these as values in /etc/default/dse, not in your bashrc. I.e., /etc/default/dse should contain: JAVA_HOME=/whatever …and any other environment variables the service should pick up when it starts.  IIRC, the Ubuntu packages may already create a blank one for you. A

Re: Getting errors while starting DataStax Cassandra enterprise service

2015-01-23 Thread anujacharya11 .
root@anuj-700-430qe:/usr/share/dse/bin# echo $JAVA_HOME */jdk1.8.0_25* *which is the installation folder for jdk1.8.x(Sun/Oracle JDK)* *and $JAVA_HOME/bin is also added to the path.* On Fri, Jan 23, 2015 at 9:26 PM, Jacob Rhoden wrote: > What does this show? > > ls $JAVA_HOME > >

Re: Getting errors while starting DataStax Cassandra enterprise service

2015-01-23 Thread Jacob Rhoden
What does this show? ls $JAVA_HOME __ Sent from iPhone > On 24 Jan 2015, at 2:18 pm, anujacharya11 . > wrote: > > I had installed DataStax Enterprise Cassandra on my Ubuntu Linux Desktop > which is having Oracle/Sun JDK1.8.x. Setup JAVA_HOME correctly but when i

Getting errors while starting DataStax Cassandra enterprise service

2015-01-23 Thread anujacharya11 .
I had installed DataStax Enterprise Cassandra on my Ubuntu Linux Desktop which is having Oracle/Sun JDK1.8.x. Setup JAVA_HOME correctly but when i am trying to start the service dse-i am getting this error: I have setup JAVA_HOME in .bashrc and setup the path also. Even after that i am getting th