Deployment of an application to Runtime Fabric via Mule Maven plugin or Runtime Manager fails with the error "No application with the provided GAV could be retrieved from Exchange".
The error means the application can not be found in Exchange ("GAV" stands for " Group Id", "Artifact Id", "Version"), but also refers that it cannot be uploaded to Exchange.
Deployments to Runtime Fabric require the Mule application to be published to Exchange first, and in this step is where the issue occurs. Please note that this deployment is done automatically when using Runtime Manager or the Mule Maven Plugin to deploy to RTF.
Please make sure that the pom file of your application has the <classifier>mule-application</classifier> tag inside the org.mule.tools.maven plugin as the below example and as described here:
<build>
<plugins>
<plugin>
<groupId>org.mule.tools.maven</groupId>
<artifactId>mule-maven-plugin</artifactId>
<version>3.5.0</version>
<extensions>true</extensions>
<configuration>
<classifier>mule-application</classifier>
</configuration>
</plugin>
</plugins>
</build>
If the issue persists, please make sure that you have checked the Prerequisites and configured the Runtime Fabric Deployment Strategy as stated in our documentation:
Deploy Mule Applications to Runtime Fabric using Runtime Manager
Deploy Applications to Runtime Fabric Using the Mule Maven Plugin
Furthermore, you can also publishing the application to Exchange from Anypoint Studio (https://docs.mulesoft.com/studio/7.12/export-to-exchange-task) or using the Mule Maven plugin (https://docs.mulesoft.com/exchange/to-publish-assets-maven#publish-an-asset-to-exchange-using-maven).
001123164

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.