21 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
98
views
MuleSoft logger component error at anypont RTF
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 ...
0
votes
1
answer
418
views
Fluent Bit Splitting Multiline JSON Logs in Kubernetes (AKS with MuleSoft RTF)
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 ...
0
votes
0
answers
102
views
Logs are not printing sequentially on AKS cluster, Mule 4, Runtime Fabric
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 ...
0
votes
1
answer
182
views
cannot find 'replicationfactor' in class org.mule.tools.model.anypoint.RuntimeFabricDeploymentSettings
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 ...
0
votes
1
answer
97
views
MessageBodyReader error when deploying to AnyPoint Runtime Fabric from GitHub using Azure Pipieline
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 ...
0
votes
1
answer
201
views
In mvn, how do I pass the object store key command?
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 ...
0
votes
1
answer
1k
views
Error while deploying mule appliction in RTF runtime 3.9.1
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, ...
0
votes
2
answers
2k
views
How to upload jar file to anypoint exchange
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 ...
0
votes
1
answer
874
views
How to deploy Mule application jar file in Runtime Fabric with Anypoint Runtime Manager REST API without going though Anypoint Exchange
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/...
0
votes
0
answers
167
views
restart all api on RTF using an shell script
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 ...
0
votes
1
answer
512
views
Implementation of batch job on Mulesoft Runtime Fabric on Azure Kubernetes Service (Specific to MuleSoft implementation)
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 ...
2
votes
0
answers
87
views
Unable to activate RTF in Runtime Manager
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?
0
votes
0
answers
60
views
am trying to install runtime fabric on AWS
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 ...
0
votes
2
answers
511
views
Can we migrate on-prem standalone apps to Runtime Fabric with Self-managed kubernetes on AWS?
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 ...
0
votes
1
answer
297
views
Access AWS DB using MuleSoft RTF EKS
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....