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

Connecting from Evidence.dev via Postgres Plugin #1793

Open
gramian opened this issue Oct 28, 2024 · 0 comments
Open

Connecting from Evidence.dev via Postgres Plugin #1793

gramian opened this issue Oct 28, 2024 · 0 comments

Comments

@gramian
Copy link
Collaborator

gramian commented Oct 28, 2024

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 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

Steps to reproduce

https://docs.evidence.dev/core-concepts/data-sources/#connect-your-data-sources

evidence-dev/evidence#2688

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

1 participant