For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 6 replies, 2 voices, and was last updated 14 years, 4 months ago by
support-swapna.
-
AuthorPosts
-
Adam_HessMemberI’ve tried installing the Windows Azure SKD + Plugin to MyEclipse(http://dl.windowsazure.com/eclipse).
the plugin installed perfectly fine in Eclipse Indigo, but when I try to install it into MyEclipse i get the following error:
An error occurred while collecting items to be installed
session context was:(profile=com.poweredbypulse.profile-0-rb-5513151-1330619618181, phase=com.genuitec.pulse2.client.common.download.PulseCollect, operand=, action=).
Unable to retrieveorg.eclipse.update.feature,com.persistent.winazure.eclipseplugin.feature,1.6.0.201201121023
Unable to retrieve artifact; see log for more details
com.genuitech.pulse2.client.common.download.WrongFileLengthException: 9310 is not expected; should have been 5237
Unable to retrieveosgi.bundle,com.microsoft.sqljdbc4.ui,3.0.1301.202
Unable to retrieve artifact; see log for more details
com.genuitech.pulse2.client.common.download.WrongFileLengthException: 16094 is not expected; should have been 11614April 16, 2012 at 5:55 am #325272Adam_Hess ,
Sorry that you are seeing this issue. I could replicate the issue at my end when using the update site.
Alternatively you can use the dropins folder to install the Azure plugin to MyEclipse. As you have already installed the plugin to Eclipse Indigo, you can use the installed feature and plugin to install into MyEclipse. Look for com.persistent.winazure.eclipseplugin feature and plugin in the Eclipse install directory\features and plugins folders.
Create features and plugins folders inside [MyEclipse install dir]\dropins if they are not already present.The feature folder should be added to [MyEclipse install dir]\dropins\features and the plugin jar to [MyEclipse install dir]\dropins\plugins. Restart the IDE and you should see the message that the plugin is successfully installed to MyEclipse.
Let us know how this works for you.
April 16, 2012 at 7:49 am #325280
Adam_HessMemberSorry that was a little confusing to read through, could you break down that process a little more.
if i am understanding this correctly:
1) Look for com.persistent.winazure.eclipseplugin.feature
2) look for the file com.persistent.winazure.eclipseplugin in the Plugin folder (this should be a Jar)3) in the Myeclips-DIR\dropins create both a Feature and Plugin folder
4) put the item from no 1) into the features folder, put item from 2) into plug-in folderApril 16, 2012 at 10:40 am #325283
Adam_HessMemberAlmighty, I tried that and it worked, but:
I am not getting all the folders I should be getting when I load a new Windows Azure project. I am missing:
deploy
emulatorToolsBoth of which are essential for running an Azure project.
April 17, 2012 at 12:18 am #325300Adam,
Do you see the missing deploy and emulatorTools folders in the Eclipse Indigo ? If yes , can you tell me where exactly are you seeing them ?
I am not well versed with Azure plugin. I do not see these folders after I installed the Azure plugin to Eclipse Indigo and created a new Azure project.
Please list out the steps in detail for me to replicate it at my end.
April 17, 2012 at 7:36 am #325321
Adam_HessMemberWhoopse My Mistake.
You need to “Build Project” for your azure project to see it.
Thanks for the help. Problem Solved.
April 17, 2012 at 11:13 pm #325345Adam_Hess,
Glad that it is working.
Do let us know if you see any issues. -
AuthorPosts

