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

Compatiblity with Cassandra-3.10 #35

Open
cindygl opened this issue Mar 5, 2018 · 1 comment
Open

Compatiblity with Cassandra-3.10 #35

cindygl opened this issue Mar 5, 2018 · 1 comment

Comments

@cindygl
Copy link

cindygl commented Mar 5, 2018

I‘m trying to use this project to connect my remote cassandra-3.10 cluster but it report connection issue as
" ’An error occured while connecting to your Cassandra server: TSocket: Could not connect to 10.129.x.x:9160 (Connection refused [111])".

Does this project support Cassandra-3.10? Thanks.

@d4nyl0
Copy link

d4nyl0 commented Mar 27, 2019

In Cassandra-3.11.4 default port is 9042; changing conf.inc.php with this parameter i get a page with only "Cassandra Cluster Admin" H1.
In Cassandra console I see:
INFO [nioEventLoopGroup-2-8] 2019-03-27 14:49:31,378 Message.java:687 - Unexpected exception during request; channel = [id: 0x4e23ff46, L:/127.0.0.1:9042 - R:/127.0.0.1:59694]
java.io.IOException: Connessione in corso interrotta forzatamente dall'host remoto
at sun.nio.ch.SocketDispatcher.read0(Native Method) ~[na:1.8.0_201]
at sun.nio.ch.SocketDispatcher.read(Unknown Source) ~[na:1.8.0_201]
at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source) ~[na:1.8.0_201]
at sun.nio.ch.IOUtil.read(Unknown Source) ~[na:1.8.0_201]
at sun.nio.ch.SocketChannelImpl.read(Unknown Source) ~[na:1.8.0_201]
at io.netty.buffer.PooledUnsafeDirectByteBuf.setBytes(PooledUnsafeDirectByteBuf.java:221) ~[netty-all-4.0.44.Final.jar:4.0.44.Final]
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:899) ~[netty-all-4.0.44.Final.jar:4.0.44.Final]
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:276) ~[netty-all-4.0.44.Final.jar:4.0.44.Final]
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:119) ~[netty-all-4.0.44.Final.jar:4.0.44.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:643) [netty-all-4.0.44.Final.jar:4.0.44.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:566) [netty-all-4.0.44.Final.jar:4.0.44.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:480) [netty-all-4.0.44.Final.jar:4.0.44.Final]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:442) [netty-all-4.0.44.Final.jar:4.0.44.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:131) [netty-all-4.0.44.Final.jar:4.0.44.Final]
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144) [netty-all-4.0.44.Final.jar:4.0.44.Final]
at java.lang.Thread.run(Unknown Source) [na:1.8.0_201]

Is it fixable? Can I do anything?

Thanks.
Danilo

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