tomekkup / helenos

Helenos is a free web based environment that simplifies a data exploring & schema managament with Apache Cassandra database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default configuration feature

tomekkup opened this issue · comments

Default connection string is localhost:9160.
Application fails to start if there is no Cassandra instance running on local host.

Hi,

Any updates on this issue? I am hitting this as I am trying to connect my Cassandra cluster which is on a remote VM.

already implemented but waiting for release package.

Hi,
I downloaded the latest packages from http://sourceforge.net/projects/helenos-gui/files/ followed the faq and changed default.host property in default.properties. However, no matter what I put as the value for default.host, the application still tries to connect to localhost. The error I get:
WARN CassandraHostRetryService - Downed localhost(127.0.0.1):9160 host still appears to be down:

I am having the same problem here with version 1.5 and jetty - modified default.properties, restarted both jetty, then the computer. It still tries to connect to localhost(127.0.0.1):9160.