Questions tagged [anypoint-runtime-manager]

3 questions
0
votes
0 answers

How to add a new server to anypoint studio, using a cloned server that had already a mule runtime installed

To install a new server, our IT team cloned a previous server running Mule Runtime 4. On the new server, I removed the previous connection to Anypoint by deleting both Mule agent files, the keystore, and the YML config file. Then I ran the AMC setup…
MiguelSlv
  • 14,067
  • 15
  • 102
  • 169
0
votes
0 answers

Mulesoft API DELETE v1/clusters/ does not work

I’m working on an Infrastructure as code (IaC) project. Currently, my Mulesoft cluster has 1 instance and 192 applications. I try to delete a cluster by calling DELETE v1/clusters/, but it always shows the below error. Can you help to resolve this…
Kevin Duong
  • 658
  • 1
  • 8
  • 20
0
votes
1 answer

Deployment issue on an on premise cluster with Maven arm Deployment - Mule 4.4.0

I am trying to deploy a Mule application to On prem using Maven, but when i execute the command, the result it's a error, could you please told me if anyone know what can i do to solve this problem: Command: mvn clean deploy -DmuleDeploy…