docker-db
docker-db copied to clipboard
JDBC Connectivity issue
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 ?