Anypoint Studio (formerly know as Mule Studio) is an Eclipse-based integration development environment from MuleSoft.
Questions tagged [anypoint-studio]
1133 questions
11
votes
9 answers
Error Creating a Maven Project
I'm trying to create a maven project by following this tutorial https://docs.mulesoft.com/mule-user-guide/v/3.7/building-a-mule-application-with-maven-in-studio that time that time when Studio builds the Maven Project automatically, I get this error…

Rajeun
- 721
- 2
- 12
- 37
7
votes
4 answers
Is there Anypoint Studio for Mule that is Community Edition?
I believe that Mule Studio became Anypoint Studio. Is there a version of Anypoint Studio that is open source (free)? Specifically, I'm referring to the GUI workflow designer tool.

SoCalCoder
- 317
- 1
- 3
- 9
6
votes
6 answers
Anypoint Studio 7.1 start-up error
I am trying to experiment with Mule Runtime 4 & Anypoint Studio 7.1.
I got the downloadable from -
https://mule-studio.s3.amazonaws.com/7.1.1-GA/AnypointStudio-for-win-64bit-7.1.1-201803182216.zip
while starting up AnypointStudio.exe, I keep…

Larsen
- 764
- 1
- 7
- 13
6
votes
7 answers
Java was started but returned with exit code=1
I am receiving error called - Java was started but returned with exit code=1
I have received this error after upgrading my java.
I can see my ini file has below content.
…

Simbu
- 766
- 1
- 12
- 37
5
votes
2 answers
Connect Timeout Error on cloudhub : Mule version:4.2.2
I am trying to hit an https client api which is working fine on postman(gives response in 800ms) and in local mule flow but it is not working fine on cloudhub . I am getting Connect Timeout error. It tries connecting for 30 secs(as per logs) and…

HMT
- 2,093
- 1
- 19
- 51
5
votes
2 answers
How to Convert hashmap into proper json format in mule 4?
I am trying to log my hashmap it looks something like this :
How do I convert it into proper json format ?

iron_man
- 523
- 3
- 13
5
votes
5 answers
logging from inside dataweave
Just like we use
inside XSL transformer and
system.out.println
for datamapper, do we have any logging mechanism for dataweave ? If not a direct component, do we have any other alternate mechanisms to achieve logging from inside…

tortoise
- 613
- 1
- 7
- 19
4
votes
3 answers
Mule PowerShell Connector - The variable '$' cannot be retrieved because it has not been set
Can't figure out why my variable in my PowerShell script keeps saying the variable is null (Error: The variable '$' cannot be retrieved because it has not been set.)
Mule Flow = HTTP --> Set Payload --> PowerShell --> Logger --> End
~ MULE XML Code…

JustAnotherUser32
- 137
- 2
- 5
- 17
4
votes
0 answers
Mule Standalone 3.8.1 ClassDefNotFoundError when sending a stream of HTTP requests with big payload at high concurrency
I'm pretty new to MuleESB. I'm using Mule Standalone 3.8.1 with a configuration to filter HTTP requests using the xpath3() function. The configuration I have used is as follows.

P. Smith
- 41
- 3
4
votes
1 answer
How to work out how to resolve a performance issue using the threading tools in Mule?
I am using Anypoint Studio 6.1 and Mule 3.8.1 and have a workflow that is not performing as the thread monitoring looks like alot of the 250 max active threads are not being used even though the flow is being called by 250 concurrent users in an…

user3165854
- 1,505
- 8
- 48
- 100
4
votes
1 answer
How to replace special character using regex in Mule Dataweave transformation?
Suppose I have an XML file of details of employee such as id, name and address and now I want to convert it into JSON file and before the conversation I want to replace specified special character (- , /) with blank space in address field of json…

Aditya
- 1,214
- 7
- 19
- 29
4
votes
1 answer
Assert exception thrown in MUnit, Mulesoft
Is there a way to assert that a flow reference threw an exception in Mulesoft? Searching Google and the documentation isn't turning up anything.
Basically I'm testing a subflow that throws a NotFound exception if a certain item exists, but MUnit…

CamJohnson26
- 1,119
- 1
- 15
- 40
4
votes
1 answer
How do I refresh an APIKit project from the RAML?
How do I force Anypoint Studio to refresh the autogenerated APIKit code from the given RAML? I want to make minor changes to the RAML and don't want to regenerate the whole project each time.

CamJohnson26
- 1,119
- 1
- 15
- 40
4
votes
2 answers
Consume a web service by a web service via Mule ESB
I have a web service that sends a name to a web service called sayHello(), and receives a String "Hello, name".
I want to change the point-to-point connection to something like this:
web service ---> Mule ESB ---> web service
I wonder how can I do…

EagerToLearn
- 41
- 3
3
votes
4 answers
Getting error "Unsupported class file major version 61" trying to start Mule 4.4 in Windows
When double-clicking on mule.bat I get the following error message.
Error message:
Caught: BUG! exception in phase 'semantic analysis' in source unit…

Niharika Tangella
- 43
- 1
- 6