Anypoint DevKit plugin in Anypoint Studio installation issue - mule

Installing Anypoint DevKit Extension in Anypoint studio which is installed as Eclipse Plugin. In install remediaton page, checked the option "update my installation to be compatible with the items being installed" and then proceed installation.
During installation I receive the 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=). No repository found containing:
osgi.bundle,org.mule.tooling.ui.contribution.sfdc.3.5.0,6.2.3.201507231244
No repository found containing:
osgi.bundle,org.mule.tooling.ui.contribution.sqs.3.5.0,3.1.0.201507241546
No repository found containing:
org.eclipse.update.feature,org.mule.tooling.ui.extension.sfdc.3.5.0,6.2.3.201507231244
No repository found containing:
org.eclipse.update.feature,org.mule.tooling.ui.extension.sqs.3.5.0,3.1.0.201507241546
How to solve this?

I think you will need to update your current IDE to make it work... I can find the solution here in your link you posted:- http://forum.mulesoft.org/mulesoft/topics/cannot-install-anypoint-dev-kit-in-anypoint-studio-eclipse-plugin

I think it requires MAVEN configuration before installing DevKit.

while downloading and installing the devkit you should be connected to internet. Which will download features from above given repositories.

You can download plug-in as install offline or install using direct internet instead of inside any proxy.

Related

Unable to download spring security related maven dependencies for a Cloud Foundry application

I am trying to deploying CF application available as the part of OpenSap course from this GitHub URL https://github.com/raepple/cfsectest.git . When I do maven clean install, I got the error as in the screenshot.It tells that it is unable to download some maven dependencies.Any solution to this issue?
There is a partial answer as these Maven dependencies are not available no longer. Please refer this blog for an alternative fix.

How can I install Maven plug-in in Anypoint Studio?

For one of my POC, I need to get Maven plug-in installed in my Mule Anypoint studio. How I can install the same?
Follow the steps provided by Pratikkumar. Please remember either you need to get settings.xml from your client or get authentication details to connect nexus repository and create settings.xml. This settings.xml should be placed under .m2 folder(Local repository).
click Help > Install New Software and in Work with, click Anypoint Addons Update Site > Maven Tools for Mule. Click Next and follow the install prompts:
you can follow the next instructions from the below links.
https://docs.mulesoft.com/mule-user-guide/v/3.6/using-maven-with-mule
maven installed on your local machine contains conf folder under that global (settings.xml) is available.
copy the settings.xml and placed under .m2 folder(Local repository).
.m2 folder is generated by executing mvn in cmd prompt.
place the authentication details in settings.xml to connect with nexus repository(if it enterprise)
In Anypoint studio click on help==>click on install new software and follow the steps provided in the below image url.
https://i.stack.imgur.com/oGixo.png
After completing this process change the Installed JRE'S in build path to JDK and restart Any point studio.

Unable to install Communda pluggin to eclipse kepler 4.3.1

ways to produce(i am trying this )
Help-> install new software-> add-> add a repository
here i am only adding the
http://camunda.org/release/camunda-eclipse-plugin/update-sites/kepler/archive/2.7.0/
getting below log file error
!MESSAGE Unable to connect to repository
http://camunda.org/release/camunda-eclipse-plugin/update-sites/kepler/archive/2.7.0/content.xml
I have already tried unchecking "Contact all updated sites during install to find required s/w" button
As the camunda eclipse plugin is deprecated i would suggest you the usage of the camunda modeler: https://camunda.org/download/modeler/

Eclipse-Accurev plugin site not working

I'm using Eclipse Luna(4.4) version & need to install the Accurev plugin. From the support site below, i used the eclipse plugin site URL as : "http://www.accurev.com/download/eclipseupdate"
Install instructions link: http://supportline.microfocus.com/Documentation/books/AccuRev/Plugins/Eclipse/2014.1/eclipse-2014.1-install_release_notes-en.pdf
But eclipse throws error saying "Unable to read repository at... " when trying to read/load the plugin. Any one installed Accurev plugin recently?, need your help please!
Spec:
Eclipse : Luna, 4.4
Accurev: 6.1
Thanks,
Somu
With the purchase AccuRev by Microfocus, the AccuRev Web site has since been retired. We are working on having the Eclipse plug-in hosted on the Borland site but this is still a work in progress. It's best that you download the plug-in and self host an update site by accessing the download package at the following URL:
http://supportline.microfocus.com/websync/Tracker.aspx?downl=http://nadownloads.microfocus.com/websync/Internap_Download.aspx?FilePath=/productupdates/accurev/plugins/EclipsePlugin-2014.1/eclipse-2014.1-updatesite.zip
These steps solved the problem and now I'm able to access the Accurev plugin inside Eclipse:
Download the .zip plugin from the above link
Unzip & place the folder ("accurev-eclipse-2014.1-updatesite") under the /eclipse/plugins folder.
Took couple of eclipse restarts to have the changes reflected in Eclipse

Using Mule Requester Module in Mule Studio

I want to use Mule Requester Module as mentioned in http://blogs.mulesoft.org/introducing-the-mule-requester-module.
How to include this is Mule Studio?
Do I need to use --
Help > Check for Updates OR
Help > Install New Software... OR
Should I update pom.xml with the requester module dependency.
What is the recommended way?
I guess if I go MuleStudio route it will automatically update pom.xml when I drag Mule Requestor module into my flow.
Any pointers will be helpful.
Download the zip for Studio from GitHub. Then extract the zip to a folder somewhere locally and add that local folder (as "file:") in Install New Software -> Add -> Repository. Then install, and you'll have it available in Studio graphical editor. If you use Maven to build, add the dependencies mentioned in the GitHub page.
For MuleStudio
Download the update site zip file from the following location:
https://repository-master.mulesoft.org/nexus/content/repositories/releases/org/mule/modules/mule-module-requester/1.2/mule-module-requester-1.2-studio-plugin.zipenter link description here
Install it in MuleStudio as a regular update site from a file. The module will appear under the Components tab.
For Maven
Download the zip for Studio from GitHub. Then extract the zip to a folder somewhere locally and add that local folder (as "file:") in Install New Software -> Add -> Repository. Then install, and you'll have it available in Studio graphical editor. If you use Maven to build, add the dependencies mentioned in the GitHub page.
go to hellp->install new softeware->choose all sites in the dropdown->and enter mule requestor in search box->you will get the mulerequestor plugin->click next->finish
You can always use Mule to do this job for you
Help > install new software
In "work with" select Anypoint Connectors Update Site
And type the Connector you are searching for, in this case Requester Mule
Then you have to click next and just keep clicking next
This guide can help you if you have any troubles
Better to get it from any ponit studio itself, got to help and then install new software there you have to select all available sites there you can search for mule requester and install it