Got issue with update site, and couldn't install from binaries

Hello,

First I tried to install Eclipse plugin (4.1) from the marketplace, but I got an error with update site:

No repository found at https://eclipse-uc.sonarlint.org.

So I used the binaries, but I got another error:

An error occurred while collecting items to be installed
session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,org.eclipse.mylyn.commons.core,3.25.0.v20190131-2250
No repository found containing: osgi.bundle,org.eclipse.mylyn.commons.screenshots,3.25.0.v20180628-1730
No repository found containing: osgi.bundle,org.eclipse.mylyn.commons.ui,3.25.0.v20180706-1510
No repository found containing: osgi.bundle,org.eclipse.mylyn.commons.workbench,3.25.0.v20180628-1730
No repository found containing: org.eclipse.update.feature,org.eclipse.mylyn.commons,3.25.0.v20190131-2250

Could you help me?
Thanks a lot.

Hi @Thomas_D

SonarLint depends on a Mylyn component (to show notifications) so you have to add a Mylyn update site. Look at https://wiki.eclipse.org/Mylyn/Repositories for details, but this should be something like: http://download.eclipse.org/mylyn/releases/<eclipse version>. For example http://download.eclipse.org/mylyn/releases/photon

What is your Eclipse version BTW?

I’m using Eclipse 4.9 (2018-09).
It seems that Mylyn 3.25 works only with Eclipse 4.11 and 4.12.
So I’m going to update Eclipse first. Will keep you informed.
Thanks!

No issue with Eclipse 4.11: installation of plugin Sonarlint 4.1 was successfull.

Great, thanks for the feedback.