vaticle / typedb-console

TypeDB Console: CLI for TypeDB and TypeDB Cluster
https://typedb.com
Mozilla Public License 2.0
7 stars 16 forks source link

Connection error when querying TypeDB Cluster database schema #191

Open nikolaimerritt opened 1 year ago

nikolaimerritt commented 1 year ago

TypeDB Console successfully connects to TypeDB Cluster, and is able to make schema write and read queries. However, when querying the database schema via the command

database schema <db name>

a client error occurs:

[CLI05] Client Error: Unable to connect to TypeDB server.

This issue does not occur when connecting to TypeDB Server locally.

alexjpwalker commented 1 year ago

@dmitrii-ubskii This looks like an issue in Client Java, which we should retest once we make Client Java call Client Rust over JNI.