I am trying to build Eclipse-Mat 1.15.0 from source code using Tycho/Maven and it failed while running package named tidyp2-x86_64 because it had to connect to a website cbi.eclipse.org.
Upon looking, i have found out that the website cbi.eclipse.org does not even exist?
I have also seen some reference of cbi.eclipse.org in pom.xml file in the package Eclipse-Mat 1.15.0
Error Log :
[INFO] --- antrun:1.7:run (tidyp2-x86_64) @ org.eclipse.mat.product ---
[INFO] Executing tasks
main:
[exec] curl: (60) Peer's Certificate issuer is not recognized.
[exec] More details here: http://curl.haxx.se/docs/sslcerts.html
...
[WARNING] An exception has been thrown, but the request will be retried (attempt 1 / 3)
java.net.UnknownHostException: cbi.eclipse.org: Name or service not known
at java.net.Inet4AddressImpl.lookupAllHostAddr (Native Method)
at java.net.InetAddress$PlatformNameService.lookupAllHostAddr
(InetAddress.java:933)
...
Please advise me on this.
[Updated on: Tue, 23 January 2024 09:07]
Report message to a moderator