8 questions
0
votes
1
answer
184
views
Mulesoft CICD Pipeline Deployment Failing on "Publish Release to Exchange" step - Possible Maven Issue
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 ...
1
vote
2
answers
65
views
Tell Maven to look at alternative location for tools.jar
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 ...
0
votes
1
answer
1k
views
Export Mule Project - Cannot invoke org.eclipse.aether.RepositorySystem.newLocalRepositoryManager
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....
0
votes
1
answer
621
views
Could not find imported resource during MuleSoft build
I have mule-artifact.json containing
"configs": [
"global.xml", "flow.xml"
],
In global.xml I have
<import file="connectors/global-connectors.xml" />
...
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 ...
2
votes
1
answer
1k
views
Why is Maven downloading log4j-1.2.17.jar?
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....
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
415
views
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:
...