21 questions
0
votes
1
answer
92
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
412
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
181
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
96
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
865
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
161
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
508
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
296
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....
0
votes
1
answer
1k
views
How to set the working directory path relative to the deployment folder in Mule 3
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 ...
0
votes
1
answer
977
views
jks TrustStore File Cannot be found on Anypoint RTF
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 ...
0
votes
1
answer
1k
views
MuleSoft Anypoint RuntimeFabric Deployment Using Maven
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 ...
0
votes
1
answer
306
views
MuleSoft Anypoint RuntimeFabric CICD Process
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 ...
0
votes
1
answer
585
views
TLS Artefacts expiration reminders on Mule 4 Run Time Fabric and containers
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 ...
0
votes
2
answers
1k
views
Mulesoft Maven Deploy To RTF 401 Unauthorized
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-...