You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ArcadeDB Server v24.11.1-SNAPSHOT (build e7b42c06fa70d0febc85dc4278f6b1145e147626/1730111068912/main)
OS and JDK Version:
Running on Mac OS X 12.7.6 - OpenJDK 64-Bit Server VM 17.0.12 (Homebrew)
Expected behavior
Connecting from Evidence using the VScode plugin via Postgres connection and passing preferQueryMode=simple and sslMode=disable.
Actual behavior
Evidence reports a successful connection test, but ArcadeDB logs the following error:
Exception in thread "ArcadeDB-postgres//0:0:0:0:0:0:0:1" com.arcadedb.postgres.PostgresProtocolException: Error on parsing startup message
at com.arcadedb.postgres.PostgresNetworkExecutor.readStartupMessage(PostgresNetworkExecutor.java:989)
at com.arcadedb.postgres.PostgresNetworkExecutor.run(PostgresNetworkExecutor.java:114)
Caused by: java.io.EOFException
at java.base/java.io.DataInputStream.readInt(DataInputStream.java:386)
at com.arcadedb.network.binary.ChannelBinary.readUnsignedInt(ChannelBinary.java:79)
at com.arcadedb.postgres.PostgresNetworkExecutor.readStartupMessage(PostgresNetworkExecutor.java:925)
... 1 more
ArcadeDB Version:
ArcadeDB Server v24.11.1-SNAPSHOT (build e7b42c06fa70d0febc85dc4278f6b1145e147626/1730111068912/main)
OS and JDK Version:
Running on Mac OS X 12.7.6 - OpenJDK 64-Bit Server VM 17.0.12 (Homebrew)
Expected behavior
Connecting from Evidence using the VScode plugin via Postgres connection and passing
preferQueryMode=simple
andsslMode=disable
.Actual behavior
Evidence reports a successful connection test, but ArcadeDB logs the following error:
Steps to reproduce
https://docs.evidence.dev/core-concepts/data-sources/#connect-your-data-sources
evidence-dev/evidence#2688
The text was updated successfully, but these errors were encountered: