docker-db icon indicating copy to clipboard operation
docker-db copied to clipboard

JDBC Connectivity issue

Open dprutean opened this issue 5 years ago • 4 comments

I try to connect using exajdbc 10.0.15.jar to this container, but I got 'Connectivity failed' exception with no details. I use jdbc:exa:localhost:8899;schema=sys with user sys/exasol

I created the container using: docker run --name exasol -p 127.0.0.1:8899:8888 --detach --privileged --stop-timeout 120 exasol/docker-db

What can be wrong ? How do I get more details about the reason of connection fail ?

dprutean avatar Jun 06 '19 11:06 dprutean