Invalid host/port parameters to cassandra-cli leaves system in unrecoverable
state
----------------------------------------------------------------------------------
Key: CASSANDRA-867
URL: https://issues.apache.org/jira/browse/CASSANDRA-867
Project: Cassandra
Issue Type: Bug
Environment: WinXP / java 1.6 / svn @ 921110 trunk
Reporter: Morten Wegelbye Holm
bin\cassandra-cl.bati -host localhost -port 8880 (cassandra not running
localhost/8880 ;) )
Starting Cassandra Client
Exception connecting to localhost/8880 - java.net.ConnectException: Connection
refused: connect
Welcome to cassandra CLI.
Type 'help' or '?' for help. Type 'quit' or 'exit' to quit.
cassandra> j
Exception null
cassandra> quit
Exception null
Problem is that main does not ensure that cliClient_ is set to an instanse of
CliClient.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.