Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to read repository at http://beust.com/eclipse

Eclipse for Testers Version: Indigo Release Build id: 20110615-0604

I try to install TestNG but below error appeared.

" Unable to read repository at http://beust.com/eclipse. http://beust.com/eclipse is not a valid repository location. "

Kindly Resolve the problems

like image 610
Faizar Avatar asked May 23 '12 12:05

Faizar


4 Answers

This is because http://beust.com/eclipse is redirecting to http://dl.bintray.com/testng-team/ and Eclipse software seems to be not handling this URL redirection as intended.

If you add the URL as http://dl.bintray.com/testng-team/testng-eclipse-release/ then this will work OK.

like image 144
mahishasura Avatar answered Sep 29 '22 19:09

mahishasura


I added one "/" to the end: http://beust.com/eclipse/, then it works. If you use RAD 8+, navigate from Windows -> Preferences -> General -> Network Connections, make sure you have correct settings here, for me I have to change the setting from Native to Direct.

like image 24
Yang Li Avatar answered Sep 29 '22 21:09

Yang Li


Disconnect from your company's intranet network and connect to your network (Like mobile hotspot or home wifi). Try install then. Worked for me.

like image 35
vivekraj Avatar answered Sep 29 '22 21:09

vivekraj


You can try below link
https://www.techbeamers.com/install-testng-in-eclipse-ide/

The URL for downloading the Zip file is for version 6.11 in the above link. If you need a higher version try http://dl.bintray.com/testng-team/testng-eclipse-release/zipped/

like image 31
Liya Avatar answered Sep 29 '22 20:09

Liya