error installing app engine sdk - eclipse

When I try to install AppEngine SDK in eclipse, I get this error, downloading and installation of the package runs for some time and then I get this 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://dl.google.com/eclipse/appengine/plugins/com.google.appengine.eclipse.sdkbundle_1.7.5.jar.
Read timed out
I tried on windows and ubuntu, faced the same problem twice.
What could be the reason?

Please try to follow this link by Google while installing the appengine sdk in your eclipse. If you need only appengine sdk check it and also check the Google Plugin for Eclipse.

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.

problems while installing worklight develpoer edition

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

IBM Worklight 6.0 - "Error: Unable to read repository at http://public.dhe.ibm.com/ibmdl..."

I am trying to add IBM Worklight plugin to my eclipse environment in Mac 10.7.5 system. I am using Eclipse version Juno 4.2.2 (SR2) for Java EE developers, and using JAVA 7. I tried to install worklight plugin through "Eclipse marketplace" and through "Install new software" using IBM URL.
In both cases i am getting below error after installation progress is at "44%".
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.ibm.imp.webtools.dojo.library.distributions_2.0.0.v20130508_1207.jar.
Connection reset
Unable to read repository at http://public.dhe.ibm.com/ibmdl/export/pub/software/mobile-solutions/worklight/wdeupdate/plugins/com.worklight.studio.plugin_6.0.0.20130614-0631.jar.
Connection reset
Let me know if I am missing anything while adding plugin. I was able to add worklight to my eclipse in Windows 7 system. But in Mac system I am facing problems.
Thanks.
See this topic: http://www.eclipse.org/forums/index.php/t/270718/
Try starting Eclipse with -vmargs -Djava.net.preferIPv4Stack=true.
In my situation I had to right-click on eclipse.exe and Run as Administrator and the problem went away.
The issue was solved, slow network connection was the issue for me. Using a good speed net connection I was able to Install the plugin.

Not able to install GWT plugin in eclipse

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.

problem when updating sts or installing extensions

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.