Maven Dependency Problem Solved | Fixing the Maven Dependency Download Problem

codeonedigest
codeonedigest
4.4 هزار بار بازدید - 2 سال پیش - Sometime maven is unable to
Sometime maven is unable to download dependency due to certificate issue. Maven throws following errors due to missing trusted certificate in Java keystore.

“Maven: unable to find valid certification path to requested target”
“Unable to get resource from repository central”
“Error transferring file sun.security.validator.ValidatorException”
“PKIX path building failed”
“sun.security.provider.certpath.SunCertPathBuilderException”
“Failed to read artifact”

Solution to all above errors is to add domain certificate in to Java keystore.

Whenever we upgrade Java version or install fresh Java so we get these errors. This happens because the trusted certificate is missing JRE CACERT (keystore) file.

Steps to fix this problem are as follow.
1. Download the .cer file for that dependency pom.
2. Add that certificate in Java Keystore CACERT file.

** TOPIC TO COVER **
1. Understanding Maven Dependency Download Problem.
2. Understand the Java Keystore (CACERT) file.
3. Explaining the solution to maven dependency problem.
4. Download the certificate file in chrome browser.
5. Prepare command to add certificate to java keystore.
6. Run command to add certificate to java keystore.
7. Validate if the POM and Jar files are downloaded.

** TIMESTAMPS **
0:00 Understanding Maven Dependency Download Problem
1:43 Adding Dependency in Maven POM xml file
2:00 Downloading Dependency Problem Demo
2:24 Solution to Maven Dependency Problem
3:05 Locate the URL or link of the POM
3:57 Download Certificate (.cer) file from Chrome browser
4:54 Command to Add POM Certificate in Java Keystore
5:31 Run Command to Add POM Certificate in Java Keystore
6:25 Reload Maven Dependencies after Adding Certificate to Keystore
6:53 Check if POM and Jar files are downloaded

#maven #mavendependency #mavendependencyproblem

** CodeOneDigest GitHub Repository **
https://github.com/codeonedigest/

** CHECK OUT OUR OTHER VIDEOS **
What is GITHUB theory: What is GitHub? | 5 Reasons People Su...
Spintax Tutorial Complete Guide: What's So Interesting About spintax? ...
Make Twitter Bot in 10 minutes Hindi: Easy Twitter Bot Explained Hindi | Ha...
Prepare Docker file, Container and Build Image: Docker Tutorial for Beginners | Creat...
Run Docker Image on Custom Port: Docker Container Port Mapping Tutoria...
Tag Docker Image and Push to Docker Hub Repository: Docker Tag and Push Image to Hub Regi...
Deploy Docker Image AWS Elastic Container Service: Deploy Springboot Microservice Docker...
Spring boot project setup: Spring boot Project Step by Step Tuto...

** CHECK OUR PLAYLISTS **
GITHUB Repository Tutorial | Complete Guide to GITHUB for Beginners
GITHUB Repository Tutorial | Complete...
Spring Boot Complete Tutorial Spring Boot Tutorial with Project Set...
Java Design Pattern Complete Tutorial Java Design Patterns for Student | Ga...
Docker Containers Complete Tutorial
Cloud & Container Tutorial with AWS C...
How to do guide for Beginners
How to do Tutorials for Beginners - #...
Http Methods & Http Status Codes
Ultimate Guide to HTTP Methods and HT...

** ABOUT OUR CHANNEL **
CodeOneDigest is a youtube channel for the videos on programming language, cloud and docker container technology in English and Hindi languages.
Dosto, CodeOneDigest youtube channel pe aapko programming languages, container technology, cloud computing, software engineering se related videos milenge.
Check out our channel here:
@codeonedigest
Don’t forget to subscribe!

** OUR WEBSITE **
https://codeonedigest.wordpress.com/

** GET IN TOUCH **
Contact us on [email protected]

FOLLOW US ON SOCIAL - LIKE, SHARE & SUBSCRIBE
Get updates or reach out to Get updates on our Social Media Profiles!
Subscribe: https://bit.ly/3NeWQ8U
Youtube: @codeonedigest
Twitter: Twitter: codeonedigest
Facebook: Facebook: codeonedigest
Instagram: Instagram: codeonedigest
Linkedin: LinkedIn: codeone-digest-10b418255
Reddit: Reddit: codeonedigest
Github: https://github.com/codeonedigest
Website: https://codeonedigest.wordpress.com/
Tumblr: https://www.tumblr.com/codeonedigest
Pinterest: Pinterest: codeonedigest
2 سال پیش در تاریخ 1401/09/06 منتشر شده است.
4,464 بـار بازدید شده
... بیشتر