I have a probleme with the configuration of the http listener for example when i'm trying to test this example : http://www.mulesoft.org/documentation/display/current/HTTP+Listener+Connector
I can't find the source (see image). I'm working with mule 3.5.0 CE.
what is the probleme?
How can i get parameters from url. and send this parameters in json format. Any example please. Thank you in advance.
Http Listener is a feature of Mule 3.6 and above ...
So if you want to run the application in your existing Anypoint studio, then you need to download Mule 3.6 runtime in your existing Anypoint studio by going to help menu --> install new software --> put the url http://studio.mulesoft.org/r3/studio-runtimes/ in work with box and hit enter
You will get Mule 3.6 runtime to download like the following
Related
I am trying to learn Spring Boot and as part of this I need to send http requests to test the functionality of the API I have created.
When following along with this video, the teacher had an 'actions for URL' selection which I do not see in my own editor. Note that the point in the video I linked shows this.
After updating (to IDEA 2021.1) and restarting I still could not see this option.
I tried to create my own .http file, but am not able to work with this type of file.
After more research I found that I should have a plugin called 'http client' installed by default. I cannot find this in my installed plugins or by searching through the marketplace.
When downloading and installing manually (from here), I now get this error which I cannot resolve.
Please can someone give me a pointer to get this plugin working.
I assume you're using the Community Edition, so it probably doesn't have it since according to the JetBrains blog, HTTP Client is built-in on the Ultimate Edition.
You can also check the zip file for the plugin here.
I am getting the below error during deployment. Would like to know the actual reason for this error. Is this related to any licensing issue as the api is working locally as expected.
(org.mule.module.management.agent.WrapperManagerAgent - Mule is embedded in a container already launched by a wrapper.Duplicates will not be registered. Use the org.tanukisoftware.wrapper:type=WrapperManager MBean instead for control)
Thx in advance
Can I configure Anypoint Cloudhub so when a new version of the application is uploaded and deployed in Runtime Manager then the RAML file in API Manager is updated with the new version?
I have set up API auto discovery and the RAML is not being updated and I have looked at API sync in Anypoint Studio but this looks like it would need to be triggered manually whereas I'm looking to have it automated when the new version of the app is deployed in Runtime Manager
I'm using Anypoint Studio 6.2 and Mule 3.8.3
Thanks
I've tested this and it works as designed. It will resolve the includes and will put the JSON in-line. Note, It was designed to quick upload small and simple RAMLs. For big and more complex files you will have to create the API through the API Manager in Anypoint Platform, and then upload all your files through it. Or you could do it by creating a new connection in the API Sync view.
For more information about API Sync, please check the following link:
https://docs.mulesoft.com/anypoint-studio/v/6/api-sync-reference
Please, have in mind that the files you will sync with API Sync, must be in src/main/api
I created a mule application and able to run/deploy it on my machine successfully. On running api-console is appearing in Anypoint-studio like this.
Now when I deployed this application on mule ESB server and try to hit api-console for this application using the following URL "https://mulesoft:ESB****/api/console"
Mule is saying RAML loading for prolonged time like the one shown in below image.
I am not able to resolve the issue after working hours on it, If anyone can suggest possible reasons for the occurrence of this issue. It would be a great help to resolve the same.
Hi I am trying to debug the worklight adapter and couldn't find any solution. firebug is also not showing the adapter and also i am not able to put an alert in the adapter to check. can someone say how can I debug the worklight adapter as I need to know where the error in adapter is
If you have implemented a JavaScript adpater (Worklight/MFP 6.x, 7.0) then you can debug JavaScript adapters as mentioned in the following answer: IBM Worklight 6.0 - How to enable/view WL.Logger.debug in adapters?
You cannot place alerts in an adapter because it uses server-side JavaScript and is outside of the application scope. In other words, alerts make no sense as they have no place to print to. See the above answer to learn how to print logs to the server.
If you have implemented a Java adapter (MFP 7.0 only) then you can debug it as described in the following tutorial: https://developer.ibm.com/mobilefirstplatform/documentation/getting-started-7-0/server-side-development/debugging-adapters/