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

We have an older Mulesoft application deployed to cloudhub. A username / password needed updated in a config file so I pulled the app from github and changed the user/pass. Then checked the code ...
jthorn's user avatar
  • 25
1 vote
2 answers
65 views

I am trying to get a Maven build to work properly. I am on a VM workstation that has a jdk15 install. I can only add files to my user directory. The mule-app-maven-plugin-1.1.pom has a few issues that ...
Keith Fosberg's user avatar
0 votes
1 answer
1k views

When I do the export of a project this error happens: Cannot invoke "org.eclipse.aether.RepositorySystem.newLocalRepositoryManager(org.eclipse.aether.RepositorySystemSession, org.eclipse.aether....
andersoal's user avatar
  • 175
0 votes
1 answer
621 views

I have mule-artifact.json containing "configs": [ "global.xml", "flow.xml" ], In global.xml I have <import file="connectors/global-connectors.xml" /> ...
N1kk1's user avatar
  • 13
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
2 votes
1 answer
1k views

I have a Mule app that I am building with Maven. I am trying to make sure it does not download log4j-1.2.17.jar when building. However, the jar appears in repository/log4j/log4j/1.2.17/log4j-1.2.17....
newarsenic's user avatar
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
415 views

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: ...
Jesus Abraham Felix González's user avatar