Error installing STS plugin in Eclipse Neon.2 - eclipse

I use the following Eclipse Neon.2
Eclipse Java EE IDE for Web Developers
Version: Neon.2 Release (4.6.2)
Build id: 20161208-0600
Eclipse path: C:\eclipse-jee-neon
and I tried to install the following Eclipse Plugin (via Marketplace or with drag and install directly from the website)
Spring Tool Suite (STS) for Eclipse 3.8.3.RELEASE
and I receive the following error:
As an alternative I tried the Spring IDE 3.8.3.RELEASE plugin and got exactly the same error.
Any ideas? Thank you in advance.

The problem was that the following two .jar archives were corrupted:
com.fasterxml.jackson.core.jackson-annotations_2.5.0.v201504151636.jar
com.fasterxml.jackson.core.jackson-core_2.5.0.v201504151636.jar
The solution (which worked in my case) was:
Download the two artifacts manually for example from University of Kent UKMirror Service
Replace the two corrupted artifacts in C:\Users\smo.p2\pool\plugins\ with the manually downloaded ones
Reinstall the plugin over the Eclipse Marketplace

Related

Install Glassfish On Eclipse showing Error No repository found

when i am trying to install the glassfish on Eclips i am facing two issues:
1- I can not find it when i click on create new server under oracle folder ..
2- when i am trying to install the glassfish tool from the market it gives me a message that says No repository
3- when even going to add the link manually under available software. it gives me the same error No Repository Found
I am Using Eclipse Version: 2021-12 (4.22.0)
JDK : 16
JRE :jre1.8.0_311
what could be the issue?
For those who don't want to try to type the above:
Oracle Enterprise Pack for Eclipse 12.2.1.8 Dependences - http://download.oracle.com/otn_software/oepe/12.2.1.8/oxygen/repository/dependencies/
The Glassfish Tools project and it's dependency Eclipse Sapphire have been both archived, but the repos should be working anyway. Glassfish Tools repo is not working though, but both projects have been bundled in Oracle Enterprise Pack for Eclipse, which has it's own repo available by default in eclipse 21-12 (and many more versions before that one).
Go to Help -> Install new software and find the repo as shown in the image.

No repository found at http://dl.microsoft.com/eclipse/

I am trying to add an Azure Tool kit on my eclipse and getting the below error -
No repository found at http://dl.microsoft.com/eclipse/.
I can also see that this URL is no more available -
Error 403 - This web app is stopped.
The web app you have attempted to reach is currently stopped and does not accept any requests. Please try to reload the page or visit it again soon.
Do we have a new URL for downloading the Azure Tool kit for the eclipse?
Thanks.
Thanks for the report. Our Product group is aware of this issue and is working on a resolution.
As a temporary workaround, please use https://azuredownloads.blob.core.windows.net/eclipse/ to get the latest Azure Toolkit for Eclipse. You can follow further updates about the fix on this GitHub issue.
Also, I noticed that installing via the Eclipse Marketplace works without any errors on Eclipse version 2020-12 (4.18.0) Build id: 20201210-1552.
Here is the detailed article that describes both the installation methods for reference: Installing the Azure Toolkit for Eclipse
Supported Eclipse versions for Azure Toolkit for Eclipse:
2021-03 (4.19), 2020-12 (4.18), 2020-09 (4.17), 2020-06 (4.16), 2020-03 (4.15), 2019-12 (4.14), 2019-09 (4.13), 2019-06 (4.12), 2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9), Photon (4.8), Oxygen (4.7), Neon (4.6)

Unable to install IBM Bluemix Eclipse plugin for Luna and Mars

I am tried to install IBM Bluemix eclipse plugin for Eclipse Mars from Eclipse Market place. Eclipse listing all required libraries and dependencies but installation its showing following error as shown in image.
Note:
I was able to download install other eclipse plugins like PyDev,Subclipse etc.
Any suggestions or links? Thank you :)
Which version of Eclipse are you using? I just tried with the JEE Package for Mars SR1: https://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/mars1. Then, search for the Eclipse marketplace entry from Eclipse and do the install.
and I can complete the install successfully. It may just be a temporary outage on the server. Would you mind to try it again?
If the problem still exist, can you list out the details of your setup, e.g. Eclipse package that you start with, platform, steps to reproduce, etc. so I can try to reproduce the problem.

Why aren't the Subversive plugin options appearing in my Eclipse projects?

I’m using the following version of Eclipse on Mac 10.9.5 (actually SpringSource Tool Suite):
Version: 3.7.0.RELEASE
Build Id: 201506290652
Platform: Eclipse Mars (4.5.0)
I’m trying to install the Subversive plugin for use with my Maven projects (using SVN). I downloaded the zip file from their website, Then i created the following directory:
/Applications/STS.app/Contents/Eclipse/dropins/SubVersive/
I unzipped the plugin into this directory. Then I restarted my Eclipse instance. However, upon right clicking on my projects from the Package Explorer, I do not see any options for checkin under “Team”. On a command line, these projects do have “.svn” directories and I can use SVN fine on the command line. What else do I need to do to get Subversive to install?
Why don't you follow this instructions?
https://eclipse.org/subversive/installation-instructions.php

Unable to install Groovy/Grails Tool Suite (GGTS) for Eclipse

Am trying to install Groovy/Grails Tool Suite (GGTS) for Eclipse into my Eclipse installation.
version of Eclipse installed:
Version: Luna Service Release 1a (4.4.1) - Windows 32-bit.
When I attempt to install ggts from the eclipse marketplace either by using the Eclipse Marketplace
menu option or by using the ggts drag to install button, the following window/error message is
obtained after selecting Confirm:
The following solutions are not available Groovy/Grails Tool Suite (GGTS) for Eclipse 3.6.4.RELEASE,
Proceed with the installation anyways?
How/can it be installed?
Thanks.
My bad. I forgot to put in the right (and versioned) update site into the Marketplace entry definition after the 3.7.0 release went out. This is fixed now. You should be able to install GGTS from the Marketplace again. Sorry for the inconvenience and thanks for pointing me at this here.
Keep in mind that there is no new GGTS version that is compatible with Eclipse Mars. The last version is 3.6.4 and is compatible with Eclipse 4.4 and previous versions.