I installed cassandra via tarball per your suggestion. I get the below error
during the install.
ubuntu:~/cassandra$ bin/cassandra -f
INFO 12:37:58,932 Logging initialized
INFO 12:37:58,936 JVM vendor/version: Java HotSpot(TM) Server VM/1.6.0_30
INFO 12:37:58,936 Heap size: 1046937600/1046937600
INFO 12:37:58,937 Classpath:
bin/../conf:bin/../build/classes/main:bin/../build/classes/thrift:bin/../lib/antlr-3.2.jar:bin/../lib/apache-cassandra-1.0.7.jar:bin/../lib/apache-cassandra-clientutil-1.0.7.jar:bin/../lib/apache-cassandra-thrift-1.0.7.jar:bin/../lib/avro-1.4.0-fixes.jar:bin/../lib/avro-1.4.0-sources-fixes.jar:bin/../lib/commons-cli-1.1.jar:bin/../lib/commons-codec-1.2.jar:bin/../lib/commons-lang-2.4.jar:bin/../lib/compress-lzf-0.8.4.jar:bin/../lib/concurrentlinkedhashmap-lru-1.2.jar:bin/../lib/guava-r08.jar:bin/../lib/high-scale-lib-1.1.2.jar:bin/../lib/jackson-core-asl-1.4.0.jar:bin/../lib/jackson-mapper-asl-1.4.0.jar:bin/../lib/jamm-0.2.5.jar:bin/../lib/jline-0.9.94.jar:bin/../lib/json-simple-1.1.jar:bin/../lib/libthrift-0.6.jar:bin/../lib/log4j-1.2.16.jar:bin/../lib/servlet-api-2.5-20081211.jar:bin/../lib/slf4j-api-1.6.1.jar:bin/../lib/slf4j-log4j12-1.6.1.jar:bin/../lib/snakeyaml-1.6.jar:bin/../lib/snappy-java-1.0.4.1.jar:bin/../lib/jamm-0.2.5.jar
INFO 12:37:58,938 JNA not found. Native methods will be disabled.
INFO 12:37:58,946 Loading settings from
file:/home/pooja/cassandra/conf/cassandra.yaml
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
at
org.apache.cassandra.net.MessagingService.getServerSocket(MessagingService.java:262)
at
org.apache.cassandra.net.MessagingService.listen(MessagingService.java:232)
at
org.apache.cassandra.service.StorageService.joinTokenRing(StorageService.java:507)
at
org.apache.cassandra.service.StorageService.initServer(StorageService.java:484)
at
org.apache.cassandra.service.StorageService.initServer(StorageService.java:395)
at
org.apache.cassandra.service.AbstractCassandraDaemon.setup(AbstractCassandraDaemon.java:234)
at
org.apache.cassandra.service.AbstractCassandraDaemon.activate(AbstractCassandraDaemon.java:356)
at
org.apache.cassandra.thrift.CassandraDaemon.main(CassandraDaemon.java:107)
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
Fatal configuration error; unable to start server. See log for stacktrace.
INFO 12:37:59,773 Waiting for messaging service to quiesce
Please suggest.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Nutch-setup-on-Cassandra-error-tp3752891p3758839.html
Sent from the Nutch - User mailing list archive at Nabble.com.