Eclipse, cannot install PHP PDT - eclipse

I am having problem to install this plug in: PHP development kit for Eclipse Juno
I am using the latest Juno Eclipse, I use the menu help -> Install Software -> I add the link http://download.eclipse.org/releases/juno
I see all the availables packages, I choose PHP Development toolkit ( under the Web, XML, Java EE packages )
it trying to install, after very long minutes, I got this error, at about 49%:
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=).
Failed to transfer artifact packed: osgi.bundle,org.apache.xerces,2.9.0.v201101211617.
Retry another mirror
Artifact not found: ftp://mirrors.neusoft.edu.cn/mirror/eclipse/releases/juno/201206270900/plugins/org.apache.xerces_2.9.0.v201101211617.jar.pack.gz.
ftp://mirrors.neusoft.edu.cn/mirror/eclipse/releases/juno/201206270900/plugins/org.apache.xerces_2.9.0.v201101211617.jar.pack.gz
Retry another mirror
Artifact not found: http://espelhos.edugraf.ufsc.br/eclipse//releases/juno/201206270900/plugins/org.apache.xerces_2.9.0.v201101211617.jar.pack.gz.
http://espelhos.edugraf.ufsc.br/eclipse//releases/juno/201206270900/plugins/org.apache.xerces_2.9.0.v201101211617.jar.pack.gz
Retry another mirror
......
I tried out removing the firewalls, move the eclipse folder around, retry the installations, downloading another eclipse 64/32 Juno package, everything without success
I tried another repository: http://download.eclipse.org/tools/pdt/updates/nightly without success as well
Thanks for your help

I had a similar error on Windows 8, running Eclipse as an administrator solved it for me (right click the executable and Run as administrator).

Related

installing software has encountered error in the eclipse in ubuntu

i have one problem
i have setup of the liferay
i download the eclipse mars for the development but whenever i go to eclipse market place to download plugi for the liferay i have encounter the following 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=).
Unable to read repository at http://releases.liferay.com/tools/ide/latest/stable/tools/plugins/com.liferay.ide.doc_2.2.3.201505281145-ga4.jar.
connect timed out
It seems somehow Eclipse is trying to interpret the URL shown in the error as a repository, which it is not.
To check this, go to Preferences > Install/Update > Available Software Sites. If you find that URL in the list, remove it.
That jar file actually exists and can be downloaded OK - you may want to try this from your machine, too.
When you try again installing from the MarketPlace and if again you get an error, I'd expect that error to show up under "Errors" in https://marketplace.eclipse.org/content/liferay-ide. Here you also have the opportunity to write a comment which should get the attention of the solution provider.

Unable to install the Force.com plugin for eclipse. getting md5 mismatch

I'm trying to install the Force.com IDE plugin. I found it, it started downloading, but once the plugin goes to install I get the following error at about 45% completion:
Installing software has encountered a problem. An error occurred while collecting items to be installed
When I click details about this error, I get the following. Anyone know how to fix this and get the plugin installed? Thanks in advance
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=).
Problems downloading artifact: osgi.bundle,com.salesforce.ide.api,23.0.2.201201091635.
MD5 hash is not as expected. Expected: 97a6329f82c422a61e9b1bc28be7cace and found ef8b1c2b63c7d04acaa6bf41f4b8570c.
My solution: download plugin jar files manually and put them into eclipse installation directory. The problem was in corrupted (partial) download of jars by eclipse.
Download all jars of particular needed version from http://www.adnsandbox.com/tools/ide/install/features/ and http://www.adnsandbox.com/tools/ide/install/plugins/
Make sure to use some download manager to ensure files integrity!
Then put them to /features/ and /plugins/ folders of your eclipse installation directory accordingly.
Run plugin installation as described by salesforce (Jars will not be downloaded again) - Success!
Make sure you're running Eclipse as an Administrator (right click, select "Run as Administrator") when installing plugins.
If that doesn't help, move your Eclipse folder to the C:\ on Windows because there are issues with the Program Files folder permissions. Then run it as an Administrator and try to install the plugin again.
I just got it working;
Install Eclipse 3.6.1 (Helios SR1)
The IDE FAQ recommends Eclipse 3.5 and 3.6, but the install instructions link you to 3.6 SR1 .
Ensure you only have the latest JRE
I am running Java 6 Update 26 as of this post.
Make sure you don't have any legacy JREs installed
I had to uninstall a 1.4 Java environment before the IDE install would work.
Then follow what Matthew Keefe said;
Run Eclipse As Administrator
Move the Eclipse program directory outside of the Program Files directory.
Edit: Eclipse 3.7 installs the IDE successfully once the Java version is correct.

Eclipse - Cannot install subclipse / subversive

I am unable to install new plugins to eclipse (tried subclipse and subversive). Installing fails around 47/48 %. This happens with both Helios and Indigo. I tried installing via Help>Install New Software and Help>Eclipse Marketplace.
Errors in both versions are about the same:
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=).
Unable to read repository at
http://market.eclipsesource.com/dist/.sitestore/4f/4f5ba7f7716b8c0f63ef
9b74b0173826/../../../../artifacts/plugins/org.tigris.subversion.subclipse.cor
e_1.6.17.jar.
Read timed out
Unable to read repository at http://market.eclipsesource.com
/dist/.sitestore/4f/4f 5ba7f7716b8c0f63ef9b74b0173826/../../../../artifacts/
plugins/org.tigris.subversion.subclipse.doc_1.3.0.jar.
Read timed out
I don't think it's my internet connection as I'm having no issues browsing the web and multiple tracert tests work fine. I have tried removing the sites from available software sites and tried setting Active Provider in network connects to both direct and native.
Please help. Thanks
I also faced the same issues and resolved with following steps:
Check all .jar files that are causing errors "Unable to read repository at..."and "Read timed out"
Manually download those .jar files
Manually put .jar to eclipse's "\plugins" folder
Again start installation
Won’t get error
You done.
These are the steps to follow while Enable SVN in Eclipse Version: 2018-12 (4.10.0):
Visit this link: http://subclipse.tigris.org/ to get the “Eclipse update site URL” for Subclipse plugin. As of now Feb 2019 its move to location - https://github.com/subclipse/subclipse/wiki
Here you can https://dl.bintray.com/subclipse/releases/subclipse/latest/
Basic Steps:
Help>Install New Software.
Click on Add - Give name: Subversive
https://dl.bintray.com/subclipse/releases/subclipse/latest/
Install all the components, and accept the license.
Restart the eclipse.
Thanks.
I had the same issue with Windows 7 / 64bit / Eclipse Java EE Juno SR1.
I got around the issue by installing Subversive via the Eclipse Marketplace rather than with "Install new Software" using the Eclipse Juno update site.
I had exactly the same problem with EGit and the above solved it as well.
It worked for me by downloading and installing subclipse locally, from here : http://subclipse.tigris.org/files/documents/906/49270/site-1.8.20.zip

Can't install subclipse

I keep getting the following error when trying to install subclipse via Eclipse installer
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=).
Unable to read repository at http://subclipse.tigris.org/update_1.6.x/plugins/org.tigris.subversion.subclipse.doc_1.3.0.jar.
Bad chunk size:
Unable to read repository at http://subclipse.tigris.org/update_1.6.x/plugins/org.tigris.subversion.subclipse.ui_1.6.18.jar.
Bad chunk size:
I use the following URL to get the package
http://subclipse.tigris.org/update_1.6.x
And I have Eclipse V 3.7.1
Sounds like network issues. Just download the zipped update site and install from a Local Archive instead of a URL.
http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=2240
There are indeed no repositories at those locations, so the question is where you are finding those paths. open "Window > Preferences > Install/Update > Available Software Sites" and remove related links. This worked for me.

How do I get Eclipse to find the "org.eclipse.team.cvs.ssh" bundle?

I've been trying to install IAM or m2eclipse without success. Both of them need the org.eclipse.team.cvs.ssh bundle, but Eclipse Helios complains that the repository could not be found. I've been attempting to then just install that single bundle without success.
I select the "Helios - http://download.eclipse.org/releases/helios" repository and search for "cvs". This returns the "Eclipse CVS Client". I then attempt to install it. Eclipse says that it is already installed so it's just going to update the list of installed software. When I click finish, I am presented with the following error:
An error occurred while collecting items to be installed session context was:(profile=epp.package.rcp, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,org.eclipse.team.cvs.ssh,3.2.100.I20090508-2000
Any ideas?
Found a resolution here that worked for me.
While installing new software, deactivating the option Contact all update sites during install to find required software helps.
And it did.
It would appear that this problem has been fixed in Eclipse. I just installed the Eclipse CVS Client without any issues.