Service fails to starts since mkdir /var/lib/cassandra fails
------------------------------------------------------------

                 Key: CASSANDRA-2190
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2190
             Project: Cassandra
          Issue Type: Bug
          Components: Packaging
    Affects Versions: 0.7.2
            Reporter: Joaquin Casares
            Priority: Minor
             Fix For: 0.7.3


After installing the debian and running 'sudo service cassandra start' I see 
this in the output.log:

Caused by: java.io.IOException: unable to mkdirs /var/lib/cassandra/data.

After running this workaround:

sudo mkdir /var/lib/cassandra
sudo chown cassandra:cassandra /var/lib/cassandra

The service starts.

On ami-cef405a7 in EC2. Ubuntu 10.10 (official release).


-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to