Error importing/installing proprietary plugins - Eclipse - eclipse

I have been trying for two days now to import some (proprietary) plugins through "Install New Software".
I also tried to install the plugin on Windows (managed to do so) and on Mac OS (failed with the below error) and now I'm trying to import all the plugins from the Windows Eclipse installation to Mac OS.
Some details on my environment :
Required Eclipse version 3.7 (I can't make the specific plugin run on anything higher than this)
Windows 7 / Mac OS Yosemite
What I tried and failed with the below errors:
Install from .jar installer
import from .p2f (File->Installer->Export / Import)
import from existing eclipse installation
copy plugin folder contents from Windows to Mac OS
Any way to manually install the (proprietary) plugin dependency? I'd gladly do so to fix this.
An error occurred while collecting items to be installed
session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Multiple problems occurred while downloading.
Problems downloading artifact: osgi.bundle,org.eclipse.draw2d,3.10.100.201605020204.
Error reading signed content:/var/folders/0w/j9d33fsd0dn1xncjsm6vypjm0000gn/T/signatureFile1000771104122913962.jar
An error occurred while processing the signatures for the file: /var/folders/0w/j9d33fsd0dn1xncjsm6vypjm0000gn/T/signatureFile1000771104122913962.jar
Problems downloading artifact: osgi.bundle,org.eclipse.draw2d,3.10.100.201605020204.
Error reading signed content:/var/folders/0w/j9d33fsd0dn1xncjsm6vypjm0000gn/T/signatureFile8525447578852796584.jar
An error occurred while processing the signatures for the file: /var/folders/0w/j9d33fsd0dn1xncjsm6vypjm0000gn/T/signatureFile8525447578852796584.jar
Multiple problems occurred while downloading.
Problems downloading artifact: osgi.bundle,org.eclipse.gef,3.11.0.201605020204.
Error reading signed content:/var/folders/0w/j9d33fsd0dn1xncjsm6vypjm0000gn/T/signatureFile2832543910186645793.jar
An error occurred while processing the signatures for the file: /var/folders/0w/j9d33fsd0dn1xncjsm6vypjm0000gn/T/signatureFile2832543910186645793.jar
Problems downloading artifact: osgi.bundle,org.eclipse.gef,3.11.0.201605020204.
Error reading signed content:/var/folders/0w/j9d33fsd0dn1xncjsm6vypjm0000gn/T/signatureFile3899147127673910466.jar
An error occurred while processing the signatures for the file: /var/folders/0w/j9d33fsd0dn1xncjsm6vypjm0000gn/T/signatureFile3899147127673910466.jar
Edit
Seems like these are the correct versions of dependencies, I found them online, but I'm stuck at importing them manually.
An error occurred while collecting items to be installed
session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: org.eclipse.update.feature,org.eclipse.wst.common_core.feature,3.3.1.v201107190400-7B7DFO5F7RZHOeJ-SxQ1NJ
No repository found containing: org.eclipse.update.feature,org.eclipse.wst.common_ui.feature,3.3.1.v201107190400-7C79FULEdhO_pfuh6nYekfK0TyR2OK
No repository found containing: org.eclipse.update.feature,org.eclipse.wst.jsdt.feature,1.3.1.v201108102009-7F78FXRFBBoPbXRPcHfz-uy
No repository found containing: org.eclipse.update.feature,org.eclipse.wst.server_core.feature,3.3.1.v20110729_1216-30FBc8s73553F5Ia2828
No repository found containing: org.eclipse.update.feature,org.eclipse.wst.server_ui.feature,3.3.1.v20110714_1706-7B77FGPAtJceyEUOhPIXVJNjBF39
No repository found containing: org.eclipse.update.feature,org.eclipse.wst.web_core.feature,3.3.1.v201107190400-7E7EFMWAJun8_t84-MOI-iP7cRb5srz
No repository found containing: org.eclipse.update.feature,org.eclipse.wst.web_ui.feature,3.3.1.v201107072200-7O7IFhREMiB5vNoYqf01XHTvUndyz-yx-9kUyXXL
No repository found containing: org.eclipse.update.feature,org.eclipse.wst.xml_core.feature,3.3.1.v201108102009-7C7OFeKF7RZHQNI3R-OuRb
No repository found containing: org.eclipse.update.feature,org.eclipse.wst.xml_ui.feature,3.3.1.v201108102009-7H7EFZ3DxumTlaI6nheRdHo2p1KaDIL1Uz-S3PL

The feature org.eclipse.wst.* belong to Web Tools, you should download version 3.3.x for Eclipse v3.7.x
Web Tools required EMF/XSD SDK v2.7.x and GEF SDK v3.7.x, so you have to install them too. Base on downloaded files, There are two solution for install them.
A) Steps for install Traditional Zip Files or All-In-One SDK:
Unpack downloaded file to a folder under $ECLIPSE_HOME/dropins
Restart Eclipse
You can unpack all zips to one folder or different folder. For example: unpack to folder webtools and gef, the folder structures should be:
$ECLIPSE_HOME/
dropins/
webtools/
eclipse/
features/
plugins/
gef/
eclipse/
features/
plugins/
B) Steps for install P2 repositories in zipped format files or All-In-One Update Site:
Unpack downloaded file to local disk. (artifacts.jar and content.jar can found in the root folder)
In Eclipse, select menu item Help > Install New Software... Click Add... button and Local... button to select the folder in previous steps.
Click Next button, accept the license agreement until the installation finished.
Note: The download link of EMF/XSD SDK v2.7.1 is invalid. If the (proprietary) plugins work on Eclipse v3.7.2, I suggest you install this version.

Related

Eclipse RCP Product Export : An error occurred while collecting items to be installed

Hello I am exporting an Eclipse RCP Product.
I used to export without any problem before...but now I keep getting the following error messages when exporting the product.
Target has not been changed at all.
When I install new eclipse and change to a new workspace, it works fine.
but After that, it does not work.
I attached the error message..
An error occurred while collecting items to be installed
session context was:(profile=profile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Problems downloading artifact: osgi.bundle,org.apache.ant,1.9.6.v201510161327.
Problems downloading artifact: osgi.bundle,org.eclipse.pde.build,3.9.200.v20160204-0642.
Help Please.

Cannot install Subclipse plug-in in Eclipse

I cannot install Subclipse both from "install new software" and Eclipse Marketplace.
When I try to install Subclipse 4.2.3, I got this:
For the second option "Update my installation to be compatible with the items being installed":
For the third option "Show original error and build my own solution", I got following error:
Cannot complete the install because of a conflicting dependency.
Software being installed: Subclipse 4.2.3.201707071932 (org.tigris.subversion.subclipse.feature.group 4.2.3.201707071932)
Software currently installed: Subversion Client Adapter (Required) 1.10.3 (org.tigris.subversion.clientadapter.feature.feature.group 1.10.3)
Only one of the following can be installed at once:
Subversion Client Adapter 1.10.3 (org.tigris.subversion.clientadapter 1.10.3)
Subversion Client Adapter 1.9.4.2 (org.tigris.subversion.clientadapter 1.9.4.2)
Cannot satisfy dependency:
From: Subversion Client Adapter (Required) 1.10.3 (org.tigris.subversion.clientadapter.feature.feature.group 1.10.3)
To: org.tigris.subversion.clientadapter [1.10.3]
Cannot satisfy dependency:
From: Subclipse 4.2.3.201707071932 (org.tigris.subversion.subclipse.feature.group 4.2.3.201707071932)
To: org.tigris.subversion.clientadapter [1.9.4.2]
(I guess the reason is here! I may have installed Subversion Client Adapter some version already. But I cannot see it from Eclipse. If this is the problem, could you tell me where to uninstall it?)
After I selected the second option, I got this error:
An error occurred while collecting items to be installed
session context was:(profile=C__Users_eclipse_jee-neon_eclipse, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,com.collabnet.subversion.merge,4.2.0.1
No repository found containing: osgi.bundle,com.trilead.ssh2,1.0.0.build220_r167_v20150618_1733
No repository found containing: osgi.bundle,org.tigris.subversion.clientadapter,1.9.4.2
No repository found containing: osgi.bundle,org.tigris.subversion.clientadapter.javahl,1.9.4.1
No repository found containing: osgi.bundle,org.tigris.subversion.clientadapter.svnkit,1.8.12.1
No repository found containing: org.eclipse.update.feature,org.tigris.subversion.clientadapter.svnkit.feature,1.8.12.1
No repository found containing: osgi.bundle,org.tigris.subversion.subclipse.core,4.2.3.201707071932
No repository found containing: org.eclipse.update.feature,org.tigris.subversion.subclipse,4.2.3.201707071932
No repository found containing: osgi.bundle,org.tigris.subversion.subclipse.ui,4.2.3.201707071932
No repository found containing: osgi.bundle,org.tmatesoft.sqljet,1.1.10.r1317_v20140121_0107
No repository found containing: osgi.bundle,org.tmatesoft.svnkit,1.8.12.r10533_v20160129_0158
When I try to install Subclipse 1.10.x from "http://subclipse.tigris.org/update_1.10.x", I got this error:
An error occurred while collecting items to be installed
session context was:(profile=C__Users_eclipse_jee-neon_eclipse, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,org.tigris.subversion.clientadapter.javahl,1.8.15
No repository found containing: osgi.bundle,org.tigris.subversion.clientadapter.javahl.win64,1.8.15
No repository found containing: osgi.bundle,org.tigris.subversion.subclipse.mylyn,3.0.0
My environment:
Windows 10, 64 bits
Eclipse Neon.3 Release (4.6.3)
SVN 1.8.17(r1770682)
Java version "1.8.0_121", Java HotSpot(TM) 64-Bit Server VM (build
25.121-b13, mixed mode)
It seems you have installed an older version of Subclipse (see your second screenshot).
Try to uninstall the older version first: in Help > About Eclipse click Installation Details, in tab Installed Software select the Subclipse, Subversion, SVN Adapters, etc. and click Uninstall...
I had a similar problem after updating Eclipse SDP (RAD and RDi bundle), but I did not have Subclipse listed in my Installation Details (despite it being installed prior to the update). Re-installing Subclipse from eclipse Marketplace and then again using the "Install New Software" prompt resolved the issue.

Eclipse Neon fails to install

I have just downloaded Eclipse neon 64bit. I've already got jdk8, jre8 installed and configured, I do not have any other versions of Eclipse installed.
When I install eclipse it simply fails. Any idea? all I'm doing is installing the software!
[2017-01-11 15:05:45] Mirrored 1 artifacts from http://mirror.tspu.ru/eclipse/releases/neon/201612211000/ at 13kb/s
[2017-01-11 15:05:45] Mirrored 1 artifacts from http://mirror.ibcp.fr/pub/eclipse//releases/neon/201612211000/ at 0kb/s
[2017-01-11 15:05:45] Collected 1143 artifacts for http://download.eclipse.org/releases/neon/201612211000 in 50.093s
[2017-01-11 15:05:45] An error was detected while performing the engine operation and the changes are being rolled back. See the log for details.
[2017-01-11 15:05:45] ERROR: org.eclipse.equinox.p2.engine code=4 An error occurred while collecting items to be installed
at org.eclipse.oomph.util.OomphPlugin.coreException(OomphPlugin.java:280)
at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl$3.commit(ProfileTransactionImpl.java:547)
at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl.commit(ProfileTransactionImpl.java:340)
at org.eclipse.oomph.setup.p2.impl.P2TaskImpl.perform(P2TaskImpl.java:729)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.doPerformNeededSetupTasks(SetupTaskPerformer.java:3305)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performNeededSetupTasks(SetupTaskPerformer.java:3233)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performTriggeredSetupTasks(SetupTaskPerformer.java:3214)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.perform(SetupTaskPerformer.java:3114)
at org.eclipse.oomph.setup.internal.installer.SimpleVariablePage.installPerform(SimpleVariablePage.java:1271)
at org.eclipse.oomph.setup.internal.installer.SimpleVariablePage.access$31(SimpleVariablePage.java:1148)
at org.eclipse.oomph.setup.internal.installer.SimpleVariablePage$20.run(SimpleVariablePage.java:1093)
ERROR: org.eclipse.equinox.p2.engine code=0 session context was:(profile=E__DATA_Dev_Eclipse_eclipse, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
ERROR: org.eclipse.equinox.p2.artifact.repository code=0 No repository found containing: binary,epp.package.jee.executable.win32.win32.x86_64,4.6.2.20161208-0625
ERROR: org.eclipse.equinox.p2.artifact.repository code=0 No repository found containing: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.6.2.20161208-0625
ERROR: org.eclipse.equinox.p2.artifact.repository code=0 No repository found containing: osgi.bundle,org.eclipse.epp.package.jee,4.6.2.20161208-0625
ERROR: org.eclipse.equinox.p2.artifact.repository code=0 No repository found containing: org.eclipse.update.feature,org.eclipse.epp.package.jee.feature,4.6.2.20161208-0625
I just had the same error, but I found out it was my firewall preventing the different mirrors from running. I temporarily shut it down and Eclipse installed just fine.
You can directly download the zipped content of eclipse and run it directly. No need of installation.
64 Bit Eclispse Neon download link:
http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/neon/2/eclipse-jee-neon-2-win32-x86_64.zip
Extract these files and run eclipse.exe
Other packages details are here :
http://www.eclipse.org/downloads/eclipse-packages/
make next:
[youuser#youmachine]$ sudo chown -R youuser:youuser /usr/lib64/eclipse
..and try install neon again.

Unable to install sonarqube plugins for eclipse

I'm trying to install the sonarqube plugins in Eclipse Luna on Windows. This is what I do:
select Help/Install new software...
select the http://downloads.sonarsource.com/eclipse/eclipse/
select the SonarQube Java, SonarQube ortional connectors and SonarQube Python items and press Next
After some churning I get to an Install Remediation Page, indicating thePython Analyzer will not be installed. If I select Show original error and build my own solution I see the following details:
Cannot complete the install because one or more required items could not be found.
Software being installed: SonarQube Python Analyser 3.4.0.20140404-0949-RELEASE (org.sonar.ide.eclipse.pydev.feature.feature.group 3.4.0.20140404-0949-RELEASE)
Missing requirement: SonarQube Integration for PyDev 3.4.0.20140404-0949-RELEASE (org.sonar.ide.eclipse.pydev 3.4.0.20140404-0949-RELEASE) requires 'bundle org.python.pydev 0.0.0' but it could not be found
Cannot satisfy dependency:
From: SonarQube Python Analyser 3.4.0.20140404-0949-RELEASE (org.sonar.ide.eclipse.pydev.feature.feature.group 3.4.0.20140404-0949-RELEASE)
To: org.sonar.ide.eclipse.pydev [3.4.0.20140404-0949-RELEASE]
I Go back to keep my installation the same and modify the items being installed to be compatible, trying to at least get the Java part installed, and press Next, then Finish
I get a Problem occurred dialog, with the following details:
An error occurred while collecting items to be installed
session context was:(profile=epp.package.standard, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: org.eclipse.update.feature,org.sonar.ide.eclipse.jdt.feature,3.4.0.20140404-0949-RELEASE
No repository found containing: osgi.bundle,org.sonar.ide.eclipse.m2e,3.4.0.20140404-0949-RELEASE
No repository found containing: org.eclipse.update.feature,org.sonar.ide.eclipse.m2e.feature,3.4.0.20140404-0949-RELEASE
What am I doing wrong?
The following part of the error message tends to tell that you haven't installed Python support in Eclipse:
requires 'bundle org.python.pydev 0.0.0'
, which is required if you want to install support for Python SonarQube analyses.

Get Error while installing TestNG

I have tried to install TestNG in Eclipse Java EE IDE for Web Developers.
Version: Juno Release
Build id: 20120614-1722
During Installation I caught following error and My installation is stopped.
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.testng.eclipse,6.5.2.20120616_1545
No repository found containing: org.eclipse.update.feature,org.testng.eclipse,6.5.2.20120616_1545
Any Idea to resolve this issue??
Try the current version of TestNG: 6.7.0.20120825_1316.
I just installed and used it in Juno without problems.