Hi, On Sun, Feb 19, 2012 at 8:44 PM, apachenutch <[email protected]> wrote:
> > ERROR 12:37:59,770 Fatal configuration error > org.apache.cassandra.config.ConfigurationException: localhost/ > 127.0.0.1:7000 > is in use by another process. Change listen_address:storage_port in > cassandra.yaml to values that do not conflict with other services > .... > localhost/127.0.0.1:7000 is in use by another process. Change > listen_address:storage_port in cassandra.yaml to values that do not > conflict > with other services > Please ensure that the TCP or SSL ports in the cassandra .yaml file do not conflict with existing processes. E.g. change storage_port:7000 to 8000 or something else.

