Skip to content

AppSmith (https://www.appsmith.com) Low-Code PSQL DataSource fail to connect #1212

@jymcheong

Description

@jymcheong

ArcadeDB Version:

used
docker run --rm -p 3480:2480 -p 3424:2424 -p 6379:6379 -p 5432:5432 -p 8182:8182 -p 27017:27017\ --env JAVA_OPTS="-Darcadedb.server.rootPassword=playwithdata \ -Darcadedb.server.defaultDatabases=Imported[root]{import:https://github.com/ArcadeData/arcadedb-datasets/raw/main/orientdb/OpenBeer.gz} \ -Darcadedb.server.plugins=Redis:com.arcadedb.redis.RedisProtocolPlugin,MongoDB:com.arcadedb.mongo.MongoDBProtocolPlugin,Postgres:com.arcadedb.postgres.PostgresProtocolPlugin,GremlinServer:com.arcadedb.server.gremlin.GremlinServerPlugin " \ arcadedata/arcadedb:latest

OS and JDK Version:

Using docker

Expected behavior

Should connect to ArcadeDB

Actual behavior

Found following exception on my ArcadeDB docker console..
com.arcadedb.postgres.PostgresProtocolException: Unexpected message type '' for message any at com.arcadedb.postgres.PostgresNetworkExecutor.readMessage(PostgresNetworkExecutor.java:969) at com.arcadedb.postgres.PostgresNetworkExecutor.run(PostgresNetworkExecutor.java:140)

Steps to reproduce

  • AppSmith running off Docker
  • Create a blank app
  • Add PSQL data source
  • Use host.docker.internal & 5432
  • Database: Imported
  • credentials as root & playwithdata respectively
  • click test connectio button triggers exception

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions