cannot install Windows Azure Plugin for Eclipse - java

When I try to instal "Windows Azure Plugin for Eclipse with Java" by going to Help choose install new software, it generates following error. I have asked google but couldn't find any useful post.
I have Installed Windows Azure Sdk for .NET which adds the emulator.
Cannot complete the install because one or more required items could not be found.
Software being installed: Windows Azure Plugin for Eclipse with Java (by MS Open Tech)
1.7.0.201206062138 (com.persistent.winazure.eclipseplugin.feature.feature.group 1.7.0.201206062138)
Missing requirement: WAEclipsePlugin 1.7.0.201206062138 (com.persistent.winazure.eclipseplugin 1.7.0.201206062138) requires 'bundle org.eclipse.ui 3.6.0' but it could not be found
Cannot satisfy dependency:
From: Windows Azure Plugin for Eclipse with Java (by MS Open Tech) 1.7.0.201206062138 (com.persistent.winazure.eclipseplugin.feature.feature.group 1.7.0.201206062138)
To: com.persistent.winazure.eclipseplugin [1.7.0.201206062138]

We have just released an update fixing this bug (i.e. broken support for Helios), and a few others. Invoke Eclipse's plugin update feature, or just tell Eclipse to install the plugin from http://dl.msopentech.com/eclipse.
Martin Sawicki
Principal Program Manager
Microsoft Open Technologies, Inc.
A subsidiary of Microsoft Corporation

Yesterday there were announcements about several new features in the Windows Azure Spring Release. One of those announcements mentioned an updated Eclipse plugin, as well as sdk refreshes. Based on the error message, you may have installed updated bits for Eclipse that could be out of sync with something else that hasn't been updated yet.
During the Meet Windows Azure event today, everything is being formally announced via webcast.

I believe those are random errors which just happen if there some network error. You may find similar problems and while installing the plugin however trying again mostly resolve such problem.
I just gave a quick try as setting the New Install point as "http://dl.msopentech.com/eclipse" in Eclipse as below:
And then downloaded the selected components:
The download and install went fine without any hitch so please try again and you should not have any problem as you just experiences a random trouble.

Actually, it is a bug in the plugin's June 2012 release that it doesn't install on Helios. An update with a fix for this issue is coming up later in July.

Related

Trouble creating a Hello World Web application (installing the Geronimo Eclipse Plugin)

I'm trying to create a Hello World web app by following this instructions.
I have the java SDK and the Eclipse for Java EE; now I'm trying to install Geronimo Eclipse Plugin on Eclipse Java EE 4.5 (64 bits), following this instructions.
And I see the message (via 'new server'):
Cannot complete the install because one or more required items could not be found.
Software being installed: Geronimo v2.1 Server Adapter 2.1.8 (org.apache.geronimo.v21.feature.feature.group 2.1.8)
Missing requirement: Geronimo v2.1 Server Adapter 2.1.8 (org.apache.geronimo.v21.feature.feature.group 2.1.8) requires 'org.apache.geronimo.st.core [2.1.8]' but it could not be found
...and via the 'install new software':
Cannot complete the install because one or more required items could not be found.
Software being installed: Geronimo v3.0 Server Adapter 3.0.1 (org.apache.geronimo.v30.feature.feature.group 3.0.1)
Missing requirement: Geronimo Server Tools V30 UI Plug-in 3.0.1 (org.apache.geronimo.st.v30.ui 3.0.1) requires 'bundle org.eclipse.tm.terminal.view [2.1.0,4.0.0)' but it could not be found
Cannot satisfy dependency:
From: Geronimo v3.0 Server Adapter 3.0.1 (org.apache.geronimo.v30.feature.feature.group 3.0.1)
To: org.apache.geronimo.st.v30.ui [3.0.1]
I found this forum thread, that solves by, first, enabling update site http://download.eclipse.org/dsdp/tm/updates/3.2. I'm not sure how to 'enable' it, I did try add in the 'install new software' sites, but it was not found. Neither http://download.eclipse.org/dsdp/tm/updates/4.5 (as my Eclipse version is 4.5).
Can anybody help me to install this Geronimo Eclipse Plugin? Or is there a better way to create a hello world web app?
--update
I just try with Eclipse Java EE 3.4.1 (as the instructions are for eclipse 3.4), 32 bits this time, and got the same problems.
--update
Via the updatesite.zip; the link on the instructions is broken, I found it here. But the Eclipse's installation is frozen for half an hour now. I'll try Glassfish as suggested by #paulsm4.
Couldn't find a solution with Geronimo, I'm moving to another one.
For those who still have issues - take a look at this bug report for Geronimo Dev Tools - https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-813
For eclipse juno : Goto install new softwares and select "updates - http://download.eclipse.org/webtools/updates" in drop down and check in project provided components in the searched results then click on next/finish to install that plugin .Once completed restart eclipse.Now you will able to see server options in add new server wizard.

android development tool error in eclipse kepler and windows 8.1

I tried to install adt 23.3.0 in Eclipse Kepler, but I have a problem. I tried every thing such as run as administrator or uncheck contact all update sites ... But I still have the same problem. I use Windows 8.1 and the error is:
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools 22.3.0.v201310242005-887826
(com.android.ide.eclipse.adt.feature.group 22.3.0.v201310242005-887826)
Missing requirement: Android Development Tools 22.3.0.v201310242005-887826
(com.android.ide.eclipse.adt.feature.group 22.3.0.v201310242005-887826) requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found
I'm not exactly positive about this but since this question has received very little attention I figured any answer is better than no answer.
From what my understanding it is done differently in Eclipse Juno which you do from within Eclipse.
Instead you have to download the Android SDK separately and then set the SDK path in preferences...
window>preferences>Android>sdk location.
Make sure to create a folder in the same directory as Eclipse so Eclipse can easily locate the sdk. Hopefully this helps

Install trouble for Android SDK in Eclipse Helios

EDIT: I fixed it by not installing the NDK Development stuff. I don't know what it is, or what it does, but it fixed my problem.
I'm on Windows 64-bit, using Eclipse Helios, and trying to install the latest Android SDK. So far, I've been able to download and install the SDK Manager and successfully ran through its stuff.
The trouble comes in when I try to install inside of Eclipse (Help -> Install New Software). Every time I try to install using either the URL address (http://developer.android.com/sdk/installing/installing-adt.html) or the .zip file I get this 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=).
Comparison method violates its general contract!
Comparison method violates its general contract!
The internet doesn't seem to have any answers that I can find. Thanks!
Late to the conversation...
But I have found this error when trying to install packages, not at all associated with Android, from older Eclipse versions, which by now includes Helios. It actually took me a while to figure out all those Eclipse project names are actually versions. At the time of this writing, Eclipse Kepler is the latest, once I upgraded (pretty much a fresh install) to Kepler and tried again to install the packages, everything worked fine.
Hopes this is helpful to somebody.
Run eclipse as administrator and install Android SDK.
You must use https://dl-ssl.google.com/android/eclipse/ for SDK installation.
See Install ADT Plugin
By the way, which version of java are you using? I reckon the error is possibly an eclipse bug, related to Java 1.7.
Try JRE 1.6 and see if it works!
You need the following tool for starting the android devolopment
(1) Eclipse ide
(2) ADT for eclipse (android plugin for eclipse)
(3) Android SDK
You get a brief idea about each of these steps from the following link
http://codeglympse.blogspot.in/2012/10/installing-eclipse-and-android-sdk.html

Is the Google Eclipse Plugin for Juno (Eclipse 4.2) broken?

I just installed Eclipse EE Juno (4.2) and a whole slew of plugins for it. I am now attempting to install the Google plugin (GAE and GWT) and am getting an error when adding the update site through Juno's Install new software window:
Name: Google-Plugin
Location: http://dl.google.com/eclipse/plugin/4.2
When I try to enter this I get:
Could not find http://dl.google.com/eclipse/plugin/4.2
I see this question from a few months ago. Although I am having a very similar problem, I think I have a different problem altogether.
When I change the Location to http://dl.google.com/eclipse/plugin/3.7, I get the same error (except with 3.7 appended on the end of the error message instead of 4.2). I definitely have Internet access (how else would I be posting this question?!) so that's not the issue. If this was only working for the 4.2 plugin, I would happily try the "workaround" mentioned in the other post, or even step back down to Eclipse 3.7 (I have to have this plugin!) until 4.2 was working. But the fact that it's not even working for 3.7 tells me that something else is awrye here. Thanks in advance!
Edit:
Just to mess around with things, I have downloaded Indigo (3.7) and immediately attempted to install the Google-Eclipse plugin. I entered the following for my update site:
http://dl.google.com/eclipse/plugin/3.7
And received a nasty error:
Artifact not found: http://dl.google.com/eclipse/plugin/3.7/compositeContent.xml.
Artifact not found: http://dl.google.com/eclipse/plugin/3.7/compositeContent.xml.
http://dl.google.com/eclipse/plugin/3.7/compositeContent.xml
Am I going crazy here?!?! I've installed my fair share of Eclipse plugins and never had this much trouble. Especially from Google. And I know its not my Internet connection or my Eclipse instance because before I attempted to install the Google plugin, I installed Subversive, IvyDE and EclEmma...
It was also broken for me a little while ago, but seems to be working now. Maybe the site was down for a bit?
You can try installing the plugin from archive as described in the link:
https://developers.google.com/eclipse/docs/install-from-zip
Basically what you are doing is, you download the plugin as a zip(archive) and browse this archive instead of update site, during the plugin installation.

Eclipse is saying "Update Android Developer Toolkit"

I've somehow managed to mess up my Eclipse and Android set-up and I'm not sure how to fix it. The symptoms of the problem are as follows:
In Preferences > Android, I try to select the location of android-sdk-linux, when select the error appears "This Android SDK requires Android Developer Toolkit version 20.0.0 or above. Current version is 18.0.0.v201203301601-306762. Please update ADT to the latest version."
Going to Help > Check for Updates in Eclipse, returns no updates found
Going to Help > Install new software and selecting work with ADT Plugin - https://dl-ssl.google.com/android/eclipse/. Selecting Developer Tools and next, returns
Cannot complete the request. See the error log for details.
"Android DDMS" will be ignored because it is already installed.
"Android Development Tools" will be ignored because it is already installed.
"Android Hierarchy Viewer" will be ignored because it is already installed.
"Android Traceview" will be ignored because it is already installed.
"Tracer for OpenGL ES" will be ignored because it is already installed.
If I then take a look at what is already install, Android Development Tools is listed and the version is 20.0.0.v201206242043-391819
Now for the interesting part:
If I go to Help > About > Installation Details > Features is lists Android Development Toolkit as Version: 20.0.0.v201206242043-391819 but if I then go into Plug-ins it lists Android Development Toolkit as Version: 18.0.0...
Sorry for yet another question on updating the ADT as there already seem to be quite a lot of questions on the topic but I've tried the typically solutions and they does seem to be getting me very far
Some extra info, that people often ask for
OS: Ubuntu 12.04 LTS
Eclipse Platform: Version 3.7.2
In your installed folder of eclipse there is a folder named plugins.
Do the following:
Find the plugin file/folder of Andriod SDK and move it to some other folder for backup.
Download from Android site the latest version of Android SDK
Copy/paste it in your plugins folder
Restart eclipse
And everything should be fine.
Try using http://dl-ssl.google.com/android/eclipse/ instead of https://dl-ssl.google.com/android/eclipse/
In the end, I just couldn't fix it so I complete uninstalled it and set it back up again from scratch, thanks for your help
Run software updates in Eclipse (Help > Check for Updates) and update the ADT.
I know I'm late to the game on this one, but I figured I would contribute since I ran into the same problem myself. In order to check for installed plugins in Eclipse, do the following.
From the Eclipse Preferences Menu..
-Select "Install/Update"
-From the General Menu, There should be a link button that says "Uninstall or Update"
This should take you to a prompt that will allow you to uninstall anything you've added onto your Eclipse setup!
Go to the below site
https://developer.android.com/sdk/installing/installing-adt.html
and download ADT-22.3.0.zip from the site.
then follow the procedures mentioned there..
uncheck "Contact all update sites during install to find required software"
see: Can not install Android ADT 21.1 on eclipse Juno (Windows 7) after upadate to SDK 21.1
After updating the Android SDK Tools to the latest version from the SDK manager, do the following:
Go to Eclipse->Help->Install new software
Type https://dl-ssl.google.com/android/eclipse/ in the "Work with" Text box
From the list, select all and then click next
Now Eclipse will prompt you that in order to install these new software, Eclipse will uninstall the old version (in this case Android Developer Tools), click on next, read and accept the license and wait for it to download
Restart Eclipse and everything should be working fine.

Categories

Resources