You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Bosung Seo <bo...@brightcloud.com> on 2015/11/16 23:56:44 UTC

Devcenter & C* 3.0 Connection Error.

Hi guys,

Doesn't Devcenter support C* 3.0?

When I tried to use Devcenter with C* 3.0, I got this error.

The specified host(s) could not be reached.
All host(s) tried for query failed (tried: /{ipaddress}:9042
(com.datastax.driver.core.exceptions.InvalidQueryException: unconfigured
table schema_keyspaces))
unconfigured table schema_keyspaces

Have anyone seen this issue before?

Thanks,
Bo

------------------------------------------------------------------------------------------------------------------------------------------------

Re: Devcenter & C* 3.0 Connection Error.

Posted by Alexandre Dutra <al...@datastax.com>.
Hello,

Unfortunately, even with their most recent versions, both the Java driver
and DevCenter are incompatible with C* 3.0.

Both teams are working actively to release compatible versions in the next
days.

Regards,

Alexandre Dutra

On Tue, Nov 17, 2015 at 12:16 AM Michael Shuler <mi...@pbandjelly.org>
wrote:

> On 11/16/2015 04:56 PM, Bosung Seo wrote:
> > Hi guys,
> >
> > Doesn't Devcenter support C* 3.0?
> >
> > When I tried to use Devcenter with C* 3.0, I got this error.
> >
> > The specified host(s) could not be reached.
> > All host(s) tried for query failed (tried: /{ipaddress}:9042
> > (com.datastax.driver.core.exceptions.InvalidQueryException: unconfigured
> > table schema_keyspaces))
> > unconfigured table schema_keyspaces
> >
> > Have anyone seen this issue before?
>
> This is the same error I got with OpsCenter on 3.0, so it appears the
> client is attempting to query a table that no longer exists in 3.0+.
> Cassandra 3.0 support is being worked on for both DevCenter and OpsCenter.
>
> --
> Kind regards,
> Michael
>
-- 
Alexandre Dutra
Driver & Tools Engineer @ DataStax

Re: Devcenter & C* 3.0 Connection Error.

Posted by Michael Shuler <mi...@pbandjelly.org>.
On 11/16/2015 04:56 PM, Bosung Seo wrote:
> Hi guys,
>
> Doesn't Devcenter support C* 3.0?
>
> When I tried to use Devcenter with C* 3.0, I got this error.
>
> The specified host(s) could not be reached.
> All host(s) tried for query failed (tried: /{ipaddress}:9042
> (com.datastax.driver.core.exceptions.InvalidQueryException: unconfigured
> table schema_keyspaces))
> unconfigured table schema_keyspaces
>
> Have anyone seen this issue before?

This is the same error I got with OpsCenter on 3.0, so it appears the 
client is attempting to query a table that no longer exists in 3.0+. 
Cassandra 3.0 support is being worked on for both DevCenter and OpsCenter.

-- 
Kind regards,
Michael