Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
92 views

I am using mulesoft logger component at my project, at local it works well but at prouduction env (RTF) I always get below error, although I could see log output as well ERROR StatusConsoleListener ...
stewchicken's user avatar
0 votes
1 answer
412 views

I am using Fluent Bit to parse logs from MuleSoft Runtime Fabric (RTF) deployed in an Azure Kubernetes Service (AKS) cluster. The logs generated by my application have a header, followed by some ...
Marco Emídio's user avatar
0 votes
0 answers
102 views

This is my log4j file <?xml version="1.0" encoding="utf-8"?> <Configuration> <!--These are some of the loggers you can enable. There are several more ...
kushma gonna's user avatar
0 votes
1 answer
181 views

I cloned a flow from production that has Kafka Message Listener. Replaced Kafka Message Listener with HTTP listener, so that I can load input payload and test it in local. but when I click 'Test ...
Sateesh's user avatar
  • 21
0 votes
1 answer
96 views

Last week I could deploy my project without error and now I am getting this when I try to deploy the same code set from GitHub to AnyPoint Runtime Fabric (RTF) via an Azure Pipeline. what would cause ...
robbins's user avatar
  • 33
0 votes
1 answer
201 views

How can we pass the persistent object store 'true' value through mvn command to get the trick mark in runtime manager for RTF applications? As of now, we are not passing objectstore through the pom ...
deepuKumar's user avatar
0 votes
1 answer
1k views

I am currently creating ci/cd for RTF deployments. Now I managed to make it for Mule runtim 4.x only for runtime 3.9.1 things are a little different. For example, another mule maven version is used, ...
Rockefeller's user avatar
0 votes
2 answers
2k views

Recently I am trying to build pipeline for deploying mule 4 apps in to RTF. I have gone through the documentation and found difficult to frame the url that is used for uploading jar to anypoint ...
kushma gonna's user avatar
0 votes
1 answer
865 views

I want deploy a jar file which is availble for me in my pc to RTF Mule server managed by AKS.I want use ARM rest api. curl --location --request POST 'https://anypoint.mulesoft.com/hybrid/api/v1/...
kushma gonna's user avatar
0 votes
0 answers
161 views

i am trying to restart apis on Mule RTF using a script, but unable to login even, can anyone help? below is the script : #! /bin/bash authToken=`curl -H "Content-Type: application/json" -X ...
Niladri Dey's user avatar
0 votes
1 answer
512 views

Did anyone use MuleSoft Batch process on Runtime Fabric on Azure/AWS? How was your experience with that implementation? Any best practices? I am trying to work on an example where we need to push ...
Seasoned Developer's user avatar
2 votes
0 answers
87 views

Following this document ( https://docs.mulesoft.com/runtime-fabric/latest/install-aws ) to install RTF in AWS but even after launching nodes the RTF still in "pending for activation" state?
Niladri Dey's user avatar
0 votes
0 answers
60 views

Am trying to install Runtime Fabric on AWS, am using this document as guide : https://docs.mulesoft.com/runtime-fabric/1.11/install-aws , but when am running this command terraform apply \ -var ...
Niladri Dey's user avatar
0 votes
2 answers
508 views

I want to migrate Mule applications deployed on Mule standalone (on-Premise) to Anypoint Runtime Fabric (RTF) Self managed Kubernetes on AWS, but I could not find any document on this. Any ideas or ...
anonymous's user avatar
0 votes
1 answer
296 views

MuleSoft version: 4.3.0 AWS-RTF EKS DB: AWS RDS (Aurora MySQL) 5.7 Able to connect to AWS DB from anypoint studio successfully, but unable to connect from RTF EKS Pod. org.mule.runtime.api.connection....
Learner's user avatar
  • 159
0 votes
1 answer
1k views

I placed the JKS file in src/main/resources/truststore/xyz.jks and want to use it in a Spring configuration for a JDBC connection over SSL in Mule 3. The configuration is working if I run it in ...
Lokesh's user avatar
  • 1
0 votes
1 answer
977 views

I have a jks file that is deployed to src/main/resources. In my global.xml, I set the path to server_truststore.jks and password. When I deploy to Anypoint, I get the following error: 1 or more ...
Nerd in Training's user avatar
0 votes
1 answer
1k views

I see that deploying to Anypoint RuntimeFabric requires publishing the asset to Exchange. Is that mandatory ? Few are mentioning its a mandatory and few say its not. Anyone tried deploying to Runtime ...
Learner's user avatar
  • 159
0 votes
1 answer
306 views

I have a question on mulesoft anypoint runtime fabric cicd process. I believe its a 2 step process. mvn clean deploy --> deploys to exchange mvn clean deploy -DmuleDeploy -->deploys to rtf from ...
Learner's user avatar
  • 159
0 votes
1 answer
585 views

How do you do? We use Mulesoft Mule 4 deployed on the RTF fabric cluster (2 RTF instances) We would like to set up reminders in order to prevent administrators before the expiration of the date of the ...
abtimo's user avatar
  • 1
0 votes
2 answers
1k views

I am attempting to deploy to Mulesoft from a BitBucket Pipeline using Maven. The deployment target is an RTF instance that is configured for inbound traffic. I am using the following bitbucket-...
BigDevJames's user avatar
  • 2,734