Spring IDE installation error - eclipse

i am new to springs first i wanna install spring ide in my eclipse indigo,i already have install maven integration with eclipse,bt by installing spring ide through eclipse marketplace i am getting dependencies error.like this
Cannot complete the install because one or more required items could not be found.
Software being installed: Spring IDE Security Extension (optional) 3.1.0.201210040510-RELEASE (org.springframework.ide.eclipse.security.feature.feature.group 3.1.0.201210040510-RELEASE)
Missing requirement: Spring IDE Live Beans Graph 3.1.0.201210040510-RELEASE (org.springframework.ide.eclipse.beans.ui.livegraph 3.1.0.201210040510-RELEASE) requires 'bundle org.eclipse.zest.core [1.0.0,2.0.0)' but it could not be found
Cannot satisfy dependency:
From: Spring IDE Core (required) 3.1.0.201210040510-RELEASE (org.springframework.ide.eclipse.feature.feature.group 3.1.0.201210040510-RELEASE)
To: org.springframework.ide.eclipse.beans.ui.livegraph [3.1.0.201210040510-RELEASE]
Cannot satisfy dependency:
From: Spring IDE Security Extension (optional) 3.1.0.201210040510-RELEASE (org.springframework.ide.eclipse.security.feature.feature.group 3.1.0.201210040510-RELEASE)
To: org.springframework.ide.eclipse.feature.feature.group 0.0.0
please give me solution,or any other alternative to start spring .Thanks in adv

I also encounter this problem when install Spring plugin into eclipse under the Ubuntu platform. After I search the error by Google, there is a solution in Spring forum for this error.
As them said, this error may caused by GEF not installed, because some of Spring features have a dependency with GEF, so you can install GEF by Eclipse Update Manager. Please notice that there is a permission error when you install Spring plugin under Ubuntu, it may need write permission to install.
First answer, wish can give you some help. Thanks.

Related

Some problem with installing springsource-tool-suite in eclipse

Cannot complete the install because one or more required items could not be found.
Software being installed: Spring IDE Boot Microservices Dash 3.9.10.201909171046-RELEASE (org.springframework.ide.eclipse.boot.dash.feature.feature.group 3.9.10.201909171046-RELEASE)
Missing requirement: Boot 3.9.10.201909171046-RELEASE (org.springframework.ide.eclipse.boot 3.9.10.201909171046-RELEASE) requires 'osgi.bundle; org.apache.commons.collections 0.0.0' but it could not be found
Cannot satisfy dependency:
From: Spring Boot Dashboard View 3.9.10.201909171046-RELEASE (org.springframework.ide.eclipse.boot.dash 3.9.10.201909171046-RELEASE)
To: osgi.bundle; org.springframework.ide.eclipse.boot 0.0.0
Cannot satisfy dependency:
From: Spring IDE Boot Microservices Dash 3.9.10.201909171046-RELEASE (org.springframework.ide.eclipse.boot.dash.feature.feature.group 3.9.10.201909171046-RELEASE)
To: org.eclipse.equinox.p2.iu; org.springframework.ide.eclipse.boot.dash [3.9.10.201909171046-RELEASE,3.9.10.201909171046-RELEASE]
Eclipse version: 2019-06 (4.12.0)
The zip installed: springsource-tool-suite-3.9.10.RELEASE-e4.12.0-updatesite.zip
I can't even figure out why this problem occurred...
In Details the message says that the Apache Common plug-in/bundle (org.apache.commons.collections) of any version (0.0.0) is missing (it is not installed and it is not contained in the ZIP). It is directly required by Boot and indirectly required (because Boot is required or something is required that requires the Boot plug-in/bundle) by the Spring Boot Dashboard View and by the Spring IDE Boot Microservices Dash.
Download the org.apache.commons.collections_3.2.2.v201511171945.jar file and put it into the dropins folder in your Eclipse installation directory. Restart Eclipse and install STS3 from the ZIP as you did before.
Alternatively, if you have an internet connection, in the Install dialog check the checkbox Contact all update sites during install to find required software and make sure all required stuff is contained in the configured update sites (Window > Preferences: Install/Update > Available Software Sites).

Hi am trying to add maven plugin to eclipse the following error can one help me out to solve this

Cannot complete the install because one or more required items could not be found.
Software being installed: m2e connector for build-helper-maven-plugin 0.15.0.201207090124 (org.sonatype.m2e.buildhelper.feature.feature.group 0.15.0.201207090124)
Missing requirement: m2e connector for build-helper-maven-plugin 0.15.0.201207090124 (org.sonatype.m2e.buildhelper 0.15.0.201207090124) requires 'bundle org.eclipse.m2e.jdt [1.1.0,2.0.0)' but it could not be found
Cannot satisfy dependency:
From: m2e connector for build-helper-maven-plugin 0.15.0.201207090124 (org.sonatype.m2e.buildhelper.feature.feature.group 0.15.0.201207090124)
To: org.sonatype.m2e.buildhelper [0.15.0.201207090124]
You need to install a more recent version 0.15.0.201405280027 of org.sonatype.m2e.buildhelper available from https://otto.takari.io/content/sites/m2e.extras/m2eclipse-buildhelper/0.15.0/N/0.15.0.201405280027/

Missing requirement: Drools Eclipse Plug-in 6.3.0.Beta2 requires 'bundle org.kie.eclipse 0.0.0' but it could not be found

I'm trying to install the Drools plugin in Eclipse. I followed the steps as described here but I was only able to download the Guvnor items (2 out of 8).
After searching for the plugin in Install New Software using this link, the Drools package appears. I check it and click Next. And then, no matter what I do, I keep receiving the following error:
Cannot complete the install because one or more required items could not be found.
Software being installed: JBoss Drools Core 6.3.0.Beta2 (org.drools.eclipse.feature.feature.group 6.3.0.Beta2)
Missing requirement: Drools Eclipse Plug-in 6.3.0.Beta2 (org.drools.eclipse 6.3.0.Beta2) requires 'bundle org.kie.eclipse 0.0.0' but it could not be found
Cannot satisfy dependency:
From: JBoss Drools Core 6.3.0.Beta2 (org.drools.eclipse.feature.feature.group 6.3.0.Beta2)
To: org.drools.eclipse [6.3.0.Beta2]
Can anyone help me with this error?
Much appreciated,
-J.
Turns out the download link was wrong. I was downloading the Beta version instead of the newest version.
For those who encounter the same problem, use this link instead:
http://download.jboss.org/drools/release/6.2.0.Final/org.drools.updatesite/

How to install Maven integration plugin in Eclipse Helios?

I'm trying to install Maven integration plugin in Eclipse Helios via Marketplace, but I'm receiveing "cannot satisfy dependency" error:
Cannot complete the install because one or more required items could not be found.
Software being installed: m2e - Maven Integration for Eclipse 1.4.0.20130601-0317 (org.eclipse.m2e.feature.feature.group 1.4.0.20130601-0317)
Missing requirement: async-http-client 1.6.5.20130531-2315 (com.ning.async-http-client 1.6.5.20130531-2315) requires 'package org.slf4j 1.6.2' but it could not be found
Cannot satisfy dependency:
From: Maven Archetype Common Bundle 1.4.0.20130531-2315 (org.eclipse.m2e.archetype.common 1.4.0.20130531-2315)
To: bundle org.eclipse.m2e.maven.runtime [1.4.0,1.5.0)
Cannot satisfy dependency:
From: m2e - Maven Integration for Eclipse 1.4.0.20130601-0317 (org.eclipse.m2e.feature.feature.group 1.4.0.20130601-0317)
To: org.eclipse.m2e.archetype.common [1.4.0.20130531-2315]
Cannot satisfy dependency:
From: Embedded Maven Runtime Bundle 1.4.0.20130531-2315 (org.eclipse.m2e.maven.runtime 1.4.0.20130531-2315)
To: bundle com.ning.async-http-client [1.6.5,1.6.6)
Do you have any ideas how it could be done?
Unfortunately, upgrading Eclipse is not an option in my case.
I believe you must be trying the following URL in the update site:
http://download.eclipse.org/technology/m2e/releases
Try using:
http://download.eclipse.org/technology/m2e/releases/1.3
In your install manager, check "Contact all updates sites" . This should resolve the problem as sometimes dependencies come form different sites.
Dated : 2015-June-04
I was trying to do the same for IBM RAD 8.5.0 which is built on Eclipse 3.6 i.e Helios Platform.
I tried using the below link and it works fine.
http://download.eclipse.org/technology/m2e/releases/1.4
Also uncheck the "Show only the latest versions of available software" this gives you all the versions that are compatable with your current version.

Mylyn Redmine Connector Zend Studio 9.x/Eclipse where is it?

there seem to be several sites claiming to have the plugin. The server plugin is installed from here:
http://danmunn.github.com/redmine_mylyn_connector/
Then I need an Eclipse Plugin. But the one from:
http://wiki.eclipse.org/index.php/Mylyn_Extensions#Redmine
seems to be not working
Cannot complete the install because one or more required items could not be found.
Software being installed: Mylyn Connector: Redmine - Redmine-Plugin-Support 0.1.0.201203072118 (net.sf.redmine_mylyn.extensions.feature.feature.group 0.1.0.201203072118)
Missing requirement: Redmine-Mylyn-Connector Common 0.1.1.201203072118 (net.sf.redmine_mylyn.common 0.1.1.201203072118) requires 'bundle org.eclipse.equinox.log 1.2.0' but it could not be found
Cannot satisfy dependency:
From: Redmine-Mylyn-Connector Core 0.3.3.201203072118 (net.sf.redmine_mylyn.core 0.3.3.201203072118)
To: bundle net.sf.redmine_mylyn.common 0.1.0
Cannot satisfy dependency:
From: Mylyn Connector: Redmine - Redmine-Plugin-Support 0.1.0.201203072118 (net.sf.redmine_mylyn.extensions.feature.feature.group 0.1.0.201203072118)
To: net.sf.redmine_mylyn.core 0.3.0
But the recommended web plugin doesn't exist anymore:
http://download.eclipse.org/tools/mylyn/update/incubator
I thought this would work now?
Take a look here ( http://www.redmine.org/boards/1/topics/10923 ) there is an official plugin and some other alternatives...