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.
Related
I have an issue while recording SAP BPC10 accessing with Netweaver with loadrunner 12.55. while recording, the event count is getting increased and I am able to navigate through application (excel sheet) but once the recording is stopped nothing is getting generated. similar issue with fiddler as well, it is not capturing any traffic. please let me know if anyone has faced this issue and how it got resolved. Thanks in advance.
I tried changing proxy settings and also there is no firewall placed in between my machine and server. I have followed sap document as well(https://www.sap.com/documents/2015/08/008b8186-547c-0010-82c7-eda71af511fa.html)
Record Winsock, see if you receive anything. If so, but not using Fiddler or an HTTP Virtual User, then you simply need to record a different protocol or use a different generation path, such as a Citrix/RDP/GUI virtual user to run excel.
Alternate path, grab Wireshark/Ethereal to take a look at the protocols expressed between your Excel add in and the next upstream architectural component for insight into how you should be developing your test code.
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
I want to redeploy an app on mule standalone (hot deployment).
I need to be sure that if some flows are processing data, when I start the deployment of the new version of the app, it waits for all old messages are processed before deploying it.
Moreover, the app includes jmsQ (publisher/subscribers pattern), if there still are messages on jmsQ, will there process with new version of the app or the old version of the app.
I was unable to find response for this purpose, if one of you have better documentation or a part of the answers.
Based on experience, if you are going to redeploy an app, the mule app is stopped first, the message on the "flow" that it is currently processing will be "lost". When the "new" flow will then connect to ActiveMQ and process the remaining message from queue. Hope this answers your question.
I am new at performance testing and I would like to load 500 virtual users and check the response time of my application.
I want to use apache jmeter with ZK Framework.
Can you please help achieve this?
I don't know whether you've already resolved your problem or not, but the first thing you will need to do is download the relevant zk plugin (zk-jmeter-plugin-0.8.0.jar) available via http://blog.zkoss.org/index.php/2013/08/06/zk-jmeter-plugin/
save the plugin .jar to %apache-jmeter-root%/lib/ext
Once you've downloaded this, run JMeter. Within the Workbench object in your JMeter hierarchy, there will be a new 'Non-Test Element' entitled 'ZK HTTP Proxy Server'. You will need to use this rather than the standard JMeter 'HTTP(S) Test Script Recorder' to record your http requests.
I'm new to JMeter and the ZK Framework myself, but I've just been working on this so hopefully this detail will be helpful.
There are some additional config files you will need once you actually get going, but I'll wait to see if you still need any more help before bombarding you with info you might already have.
Cheers,
sqeeky
I have a couple of Mule applications running on mule container version 3.3.0. Recently I have observed that one of my mule application is getting redeployed again and again in a loop continuously.
The Mule app first get deployed then immediately within 2-3 seconds the mule app gets un-deployed and then gets deployed automatically. This is happening in loop and I don't see any specific errors in the log.
Can somebody please help me out with this problem and let me know the reason for the above behavior and how to fix it.
Thanks
Jai
There has to be an error, the problem is probably that you don't see it. Try locating the logfile named mule.log (or mule_ee.log) rather than mule-app-APPNAME.log. You might find the error there.
Otherwise, triple check that there are no weird permissions on the directory app (as the lock file should be created there).