Solandra indexing Issue on Linux/ Mac
xamry opened this issue · 0 comments
xamry commented
Hi,
We are using solandra for providing indexing on columns in our JPA 2.0 based ORM library called Kundera (https://github.com/impetus-opensource/Kundera). I have some queries. Would appreciate if you could throw some light on them:
- When we use solandra with an existing Cassandra (0.8.2) installation, we have to call CassandraUtils.startupServer(); in order for solandra to index columns correctly. My question is: does it start a new cassandra server instance. In that case we'll have two cassandra servers running on the machine at the same time. What is the alternative if I want only my existing cassandra server to run.
- On windows machine it works correctly. But on Linux and Mac, it throws below exception while trying to index columns.
A bug is logged here: Impetus/kundera#11
ERROR [Thread-5] 2011-09-16 16:29:59,591 AbstractCassandraDaemon.java (line 223) 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.
- What is the most stable release of solandra that we can use in our library.
Thanks,
Amresh