"Depoly to Cloud" option is not visible in the Anypoint studio - mule

Version: 6.0.1 WIN 64 bit
i am trying to deploy the application to the cloud directly from the Anypoint Studio. But there is no such option when right clicking the project , please help.

You are in Project Explorer View that's the reason you are unable to see Cloud Deployment. Need to shift to package Explorer view as seen in the below picture which is one option
Second option: Go to window in eclipse->Reset Perspective. It will reset your view to default one.Right on your Project-> Deploy to Anypoint Platform->select cloud
Your Installation should be alright, needn't require to reinstall the Anypoint.

Try to install Cloudhub software in Anypoint studio, Go to Help--> Install New Software--> Click All--> search Cloudhub and select Mule CloudHub Connector Mule Studio Extension and download it.snapshot of how to install cloudhub software
After installing right click on project and go to Deploy to anypoint platform-->cloudhub

Related

Why anypoint platform is not able to authenticate from anypoint studio 7.3.1 for deployment on CloudHub?

Problem
In the learning of Mule 4, I have to deploy project to CoudHub from Anypoint Studio 7.3.1 in Windows 10.
Taken the following steps in Anypoint Studio 7.3.1:
Right clicked the project in package explorer>Anypoint Platform> Deploy to CloudHub; Following screen appeared
I entered the credentials, then the following screen appeared
Workarounds tried
1) tried with the mates account, same problem.
2) updated anypoint studio, but not good happened.
3) tried restarting anypoint studio as well as laptop.
4) browsed the following links but couldn't find any solution
Cannot add Anypoint Platform authentication to Anypoint Studio in Ubuntu
While trying to configure Mulesoft Anypoint studio with Anypoint platform it's giving error
https://forums.mulesoft.com/questions/100885/i-am-not-able-to-connect-to-anypoint-platform-from.html

How to build and install custom Mule ESB CE runtime in Anypoint Studio

I'm using Anypoint Studio 5.4.2 to develop Mule ESB flows targeted for Mule ESB Community Edition. I've hit a specific bug that is fixed in Mule ESB 3.7.3 - the Enterprise Edition runtime 3.7.3 is installed in Studio by default, but I want to use the Community Edition. I have checked the update site, but only 3.7.0 is available for Community Edition.
I did download the Mule ESB sources, and I'm able to build 3.7.3 community edition standalone server - that will be fine for deployment. I would like to build a Studio plugin so that I can have the 3.7.3 CE for running and testing within Studio. I have read the build instructions and browsed the source code tree, but I don't find anything pertinent - nothing interesting in the first 10 pages of Google results either.
Am I barking up the right tree here? If so, where can I find some documentation, or at least pointers, on how to get this working?
Thanks
these links might help you.
Basically, you need to change the packaging of your Mule CE project from .zip into .war so you could deploy it to tomcat.
https://docs.mulesoft.com/mule-user-guide/v/3.7/deploying-mule-as-a-service-to-tomcat
You should also be aware of the differences between CE and EE.
http://forums.mulesoft.com/questions/1261/anypoint-studio-esb-community-edition-how-does-it-work.html
I am using Anypoint Studio 5.4.2 with Enterprise Edition of 3.7.2. After looking into how server runs in studio, I believe that runtime is installed as plugin at path -
..\AnypointStudio5\plugins\org.mule.tooling.server.3.7.2.ee_5.3.2.201511052018\mule
Mule core jar along with other modules are at -
\org.mule.tooling.server.3.7.2.ee_5.3.2.201511052018\mule\lib\mule
You can take a look at similar structure in your studio and see if you can replace any jar that you have fixed.
If you want to find path of mule-core-*.jar path in studio, press CTRL+T and search for class MuleServer and check the jar path.
Edit: OR
If you have found any bug and fixed it, then you can report bug and contribute to get it fixed officially -
https://github.com/mulesoft/mule#contribute

Enable anypoint service registry

I'm getting following error when i try to run mule project
anypoint service registry agent is disabled
i was trying to enable this but couldn't find exact position.Please help me to enable any point service agent
What version of Anypoint Studio are you using ? I recommend you to download the latest version, which is 5.0.
The Service Registry was a product that I believe it's not supported anymore. You can configure your Service Registry credentials from the preference pane under the Anypoint Studio category, but as I said this is an old product and it is not supported anymore in latest versions.
Other thing that could happened is that, if by any chance you tried to install a different ESB runtime in your Studio and if you didn't used the update site URL that comes by default and you added an old URL and installed the runtime, this runtime could be lacking the agent that Studio uses to run the ESB. Just guessing..
But just in case, please try to download the latest Studio
http://www.mulesoft.com/platform/mule-studio
Anypoint Service Registry is currently a discontinued product. It was replaced by Anypoint API Platform, which has most of the capabilities of the previous product, plus more policies, improved analytics, integration with RAML, etc.

IBM Worklight Studio Server not starting and not opening Worklight Console

I have recently installed Eclipse Juno 4.2 and IBM Worklight Studio 6.2.
I have created one demo project but its not running due to Following reason
Worklight Server Not starting
Cant Open Worklight Console.
Check Attached Screenshot For error
1.i have created one server
2.and i have start by right clicking on server.
got error
3.I cant find option "Run on IBM WORKLIGHT DEVELOPMENT SERVER" in Option Menu
4.When i try to open Worklight Console it throw error
First of all, you absolutly need not "create a server". This is done for you automatically.
You only need to:
Install Worklight Studio
Click the Worklight icon in the menu bar and select to create a new project and application
Expend the Worklight project from the Project Explorer view and right-click on the application folder (not the project folder like you've done)
Now you will see the Run As > Run on Worklight Development Server option...
This is all covered in the IBM Worklight Getting Started training modules.

IBM Worklight 6.1 - Content of HTML file not displayed

I have recently downloaded the IBM Worklight Developer edition from the Eclipse Marketplace.
In order to deploy the app when I right-click on the HTML file and choose Run As > Run On Server. It then asks me to select Localhost which is running on my machine. When the index.html file is displayed in the window, a blank page comes and the contents of the body of my HTML file are not visible.
I am unable to build and deploy and run any project in IBM Worklight.
It is not working for you, because you are doing it wrong...
Read the IBM Worklight Getting Started training materials before jumping headlong into Worklight...
After creating a new Worklight project and application, you need to:
Right-click the Worklight application
And choose Run As > Run on Worklight Development Server
Then you right-click on the Worklight project
And choose Open Worklight Console
Now you can preview your application.
Read the training materials.
Try this also.
After creating a new Worklight project and application, you need to:
Right-click the Worklight application
And choose Run As > Build All Environments.
Then And choose Run As > Preview
This will open your application in the browser
Hope this helps