Maven artifact 'maven:/mysql:mysql-connector-java:RELEASE' not found
See original GitHub issueUppon creating a new mysql connection i get teh following error:
Error resolving dependencies
java.io.IOException: Maven artifact 'maven:/mysql:mysql-connector-java:RELEASE' not found
It then offers me to download the missing driver and when i clikc download, the following error appears in my terminal, from where i started DBeaver.
I tried staring it with -clean and deleting the user files (sudo rm -rfv ~/.eclipse ~/.dbeaver
) but neither worked for me 😦
I am running the newest version, installed just now.
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Maven dependency not found - Stack Overflow
I think the problem is not IntelliJ, I think maven can not download the dependencies, so you can try to force the dependencies...
Read more >MySQL Connector Java - Maven Repository
Version Vulnerabilities Repository Usages Date
8.0.x 8.0.31 Central 64 Oct 18, 2022
8.0.30 8.0.x Central 242 Jul 25, 2022
8.0.29 8.0.x Central 272 Apr 25, 2022...
Read more >How the Maven dependencies can be resolved?
I found several questions about the. topic, but unfortunately nothing worked. The Maven dependencies still cannot be resolved. Maven. First I tried this....
Read more >dbeaver 驱动安装时报错Maven artifact 'maven:/mysql:mysql ...
DBeaver 连接mysql Error resolving dependencies 错误描述java.io.IOException: Maven artifact 'maven:/mysql:mysql-connector-java:RELEASE' not found ...
Read more >Maven Getting Started Guide
This guide is intended as a reference for those working with Maven for the first time, ... How do I create a JAR...
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
From debug log:
Error happened when DBeaver tried to load driver from Maven Central. For some reason SSL connection cannot be established. Do you use Java provided by DBeaver installer?
Workaround: In version 4.0.3 default Maven repository URL was changed on secured (https) version. You can change it back in preferences->Database->Drivers->Maven. Remove existing maven-central repository and add new one with URL http://repo1.maven.org/maven2/ Note that http Maven repositories aren’t secure. You can be in risk because of MITM attacks.