can not connect to clickhouse server
See original GitHub issuei use
<dependency>
<groupId>com.clickhouse</groupId>
<artifactId>clickhouse-jdbc</artifactId>
<version>0.3.2-patch11</version>
</dependency>
url = jdbc:ch://xxx.compute-1.amazonaws.com:8123/dbname
but this error log :
java.sql.SQLException: No client available, server ClickHouseNode
Issue Analytics
- State:
- Created a year ago
- Comments:10
Top Results From Across the Web
Why I am not able to connect to ClickHouse? - ChistaDATA
Step 2: Please confirm you are using the appropriate port IP/interface and ensure you are not connecting to a secured port without tls/https...
Read more >Troubleshooting | ClickHouse Docs
Unable to access a ClickHouse Cloud service ... Check the IP Access List, if you are attempting to connect from outside the allowed...
Read more >Can not Connect ClickHouse via clickhouse-client ... - GitHub
ClickHouse Version:1.1.54380 i change the /etc/clickhouse-server/config.xml to set the listen_host to 0.0.0.0. and restart clickhouse tcp 0 ...
Read more >Clickhouse connection refuse - Stack Overflow
2 Answers 2 ... Again execute sudo lsof -i :8123 to see if your clickhouse-server is listening at that port. ... It seems...
Read more >Cannot connect to a database | DataGrip Documentation
Step 2. Check your connection properties ; Azure SQL Database. 1433 ; ClickHouse. 8123 ; Couchbase Query Query Service. 11210 ; Exasol. 8563....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @PromiseNev & @viskvortsov, could you use shaded jar as suggested in readme?
thank u very very much, this issue can close ~