Lokesh
Lokesh

Reputation: 1

"No repository found at:" Error while install TestNG plugin for eclipse

I have installed latest eclipse version - 4.19.0 and tried to install TestNG plugin from the "Eclipse Marketplace" getting error:

"eclipse.buildId=4.19.0.I20210303-1800
java.version=15.0.2
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_IN
Framework arguments:  -product org.eclipse.epp.package.java.product
Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.java.product

org.eclipse.equinox.p2.metadata.repository
Error
Tue May 04 11:25:24 IST 2021
No repository found at http://dl.bintray.com/testng-team/testng-eclipse-release/.
"

Upvotes: 0

Views: 6358

Answers (2)

Rohit
Rohit

Reputation: 466

For someone who is still looking for answer I ran into similar problem when installing TestNg on latest Eclipse 2021-06 Both the bintray and beust urls did not work

so I went to new update url https://testng.org/testng-eclipse-update-site copied latest Versioned update site URL https://testng.org/testng-eclipse-update-site/7.4.0

In Eclipse Help → Install new software > Add

Name: TestNg

Location: paste the copied versioned url - https://testng.org/testng-eclipse-update-site/7.4.0

Click Add

Upvotes: 0

Ori Marko
Ori Marko

Reputation: 58892

This happens because bintray is down and need to update the TestNG references

hi guys, because bintray.com sunset on May 1, so we have moved the update-site to github,

we will update the url on eclipse marketplace soon.

see more details: https://github.com/cbeust/testng-eclipse/issues/511#issuecomment-827179825

Upvotes: 3

Related Questions