I'm working with STS 2.5.0 and I when I tried to install the GWT extension I encountered the following error:
An error occurred while collecting items to be installed
session context was:(profile=com.springsource.sts.ide, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,oracle.database.driver.jdk14,10.2.0.1
Then I tried to update STS to the newest version (2.5.2) and I got the same error.
Anyone happens to know what's the problem??
Thanks
I believe that the bundle belongs to Oracle Enterprise Pack for Eclipse (OEPE), and not the STS itself. Try to download and reinstall the latest version of OEPE from Oracle Technology Framework.
Below is the URL that takes you directly to the OEPE download page:
http://www.oracle.com/technetwork/developer-tools/eclipse/downloads/index.html
Eric
I had this same problem today when trying to update anything from STS 2.9.2 (which is Eclipse-based). I just added the online repository "http://download.oracle.com/otn_software/oepe/12.1.1.2.1/juno/repository" to my STS repository, and all the updates started working.
Related
I have been trying to install TestNG to my Eclipse.
Eclipse version is Version: Mars.1 Release (4.5.1)..
While trying to install, it shows the error as mentioned below.
Please guide me how to rectify this problem.
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://beust.com/eclipse/plugins/org.testng.eclipse_6.9.10.201512240000.jar.
Premature end of Content-Length delimited message body (expected:
3005134; received: 1555400
My this problem got solved by "Not downloading Optional TestNG" part (i.e Dont download "TestNG M2E Integration (Optional)" if not needed(It's recommended to install it if your Java project(s) are managed by Maven))
If it looks like some thing went wrong...
Follow below steps
Help >> Eclipse MarketPlace >> Search for TestNG and then install it.
Thank You,
Murali
this error occured while installing IBM worklight plugin on eclipse juno 4.2.2
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://public.dhe.ibm.com/ibmdl/export/pub
/software/mobile-solutions/worklight/wdeupdate/plugins/com.worklight.
studio.plugin_6.1.0.01-20140311-2356.jar.
Read timed out
This sounds like a network timeout as installations from the Eclipse Marketplace seem to work fine now.
Since you're trying to install 6.1, I suggest that you'll simply try again with the latest version, available to download from here: IBM Worklight - Where to find previous releases
I am working with IBM Rational Function Tester 8.3, which is Eclipse 3.6 (Helios) based. I wanted to install XML support, so I enabled the Helios update site and chose Eclipse XML Editors and Tools 3.2.3 to install. I was promted for license agreement and then the installation started as expected. After some time downloading things Eclipse showed me an error.
An error occurred while collecting items to be installed
session context was:(profile=bootProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,org.eclipse.core.resources,3.6.2.R36x_v20110628-1020
I also tried Eclipse XML Editors and Tools 3.2.2 with the same result. I verified that org.eclipse.core.resources_3.6.2.R36x_v20110628-1020 is in the plugins folder of the installation and that it is loaded in the plugin registry. The needed plugin is available and active.
I have no idea why this happens. Please someone can shed some light into this issue. What could cause this problem? Thank you.
I am using eclipse 3.7 version on windows xp platform.
I want to install GWT plugin for it so I tries below url for the installing plugin.
http://dl.google.com/eclipse/plugin/3.6
I checked three box in suggested list.
1. Google plugin for eclipse
2. Google App Engine Java SDK 1.7
3. Google Web Tool kit 2.4
I also checked the contact all update sites during installation problem.
But it is not installing the GWT plugin and giving me below error.
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.google.gwt.eclipse.sdkbundle,2.4.0.v201208080120-rel-r37.
MD5 hash is not as expected. Expected: 4377ba085a0089b1641d9c989f4bd0cc and found 4cacae71d159d6c14fe5b09f04b2ec16.
Problems downloading artifact: osgi.bundle,com.google.appengine.eclipse.sdkbundle,1.7.0.
MD5 hash is not as expected. Expected: 1ba46f6b6c57b36904abecef6ae99cba and found f142767a855d57c150e2383afd1c342e.
I am not getting the where the problem is.I also tried eclipse 3.6 but the same problem is also occurring in that version.
Please help me out.
Thanks in advance
Probably you had a local fail judging by this error. Try restart Eclipse and install this plugin again. But in general, to avoid such troubles, I would recommend you to install any Eclipse plugins manually from an archive file.
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.