Error Undeploying Shared Flow

Not applicable

I am getting unknown error while undeploying shared flow from Edge UI in Private Cloud.

sfundeployerror.jpg

I also get error '415 Unsupported Media Type' while deploying shared flow using apigee-deploy-maven-plugin in Private Cloud. The same script(pom file) works well in trial cloud.

sfmavendeployerror.png

Please suggest.

0 8 467
8 REPLIES 8

Not applicable

@Apoorva Gupta This bug was reported earlier and has been captured in our backlog ( MGMT-4029). Unfortunately there is no workaround that i am aware of.

Do you know if this issue has been fixed? Currently I'm getting the same Error.

We are getting the same error for sharedflow deployments. Is there any update on this issue?

@Amalia Dempsey

The issue is fixed. Can you share the pom file you are using.

This is the Github issue created - https://github.com/apigee/apigee-deploy-maven-plugin/issues/105

Let me know if you need more information.

Thank you.

Hi @Apoorva Gupta - can you share the maven command you are running ?

Hi @Sai Saran Vaidyanathan, i tried two commands :

1. mvn apigee-enterprise:deploy -P<profile> -Dorg=<org> -Dusername=<username> -Dpassword=<password>

2. mvn clean install -P<profile> -Dorg=<org> -Dusername=<username> -Dpassword=<password>

Here is the link to the issue that we have opened in Github for the maven plugin - https://github.com/apigee/apigee-deploy-maven-plugin/issues/105