Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot connect #26

Open
zhouylgithub opened this issue May 19, 2017 · 1 comment
Open

cannot connect #26

zhouylgithub opened this issue May 19, 2017 · 1 comment

Comments

@zhouylgithub
Copy link

cassandra server started
and cqlsh can access

but , helenos cannot connect : tips All host pools marked down. Retry burden pushed out to client

@FanHuaRan
Copy link

It's may because cassandra didn't start rpc server.
please use telnet to test you'r cassandra's rpc_port.
eg:
telnet localhost 9140
if there isn't any response,there are two solutions to start it:
1.useJMX (StorageService->startRPCServer())
2.nodetool enablethrift

then you can connect cassandra by helenos. Hope all goes well for you !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants