jeremylong / DependencyCheck

OWASP dependency-check is a software composition analysis utility that detects publicly disclosed vulnerabilities in application dependencies.
https://owasp.org/www-project-dependency-check/
Apache License 2.0
6.35k stars 1.27k forks source link

Unable to connect to central search #6739

Open sathish94git opened 3 months ago

sathish94git commented 3 months ago

Can someone guide me with the below error?

[INFO] Analysis Started [INFO] Finished Archive Analyzer (3 seconds) [INFO] Finished File Name Analyzer (0 seconds) [INFO] Finished Jar Analyzer (1 seconds) [ERROR] Could not connect to Central search. Analysis failed. java.io.IOException: Finally failed connecting to Central search. Giving up after 7 tries.

aikebah commented 3 months ago

Running with debug logging should surface more detail. The error indicates that in some way you have a connectivity error towards Maven Central search facility (search.maven.org unless you've overridden it in your configuration) Depending on the exact timing when you had issues it may have been during short interruptions of Maven's "legacy search" as listed on https://status.maven.org/