TIBCOSoftware / bw6-plugin-maven

Plug-in Code for Apache Maven and TIBCO ActiveMatrix BusinessWorks™
Other
65 stars 78 forks source link

Tibco BW6 Application Maven Deploy-Only Goal gives Error with Re-Deploy as true #632

Open chetan-vatharkar-tibco opened 2 years ago

chetan-vatharkar-tibco commented 2 years ago

Maven Plugin version: 2.8.0

Maven version: 3.8.2

Product : TIBCO ActiveMatrix Businessworks 6

Product version: 6.7

Component: Maven build plugin

Steps to reproduce the issue:

  1. Use maven deploy-only goal for deploying tibco bw6 application with a new version.
  2. Set re-deploy flag as true for the application

Additional environment details if any:

Describe the results you received: While using Deploy-only maven goal for BW6 CI/CD Pipeline with Re-deploy flag as true while deploying company_cicd_bw6_app_5.0.0.ear we are getting error.

com.tibco.bw.maven.plugin.admin.client.ClientException: null: TIBCO-BW-ADMIN-500401: Application [company_cicd_bw6_app] not found in the Domain [CICD_Domain_New] AppSpace []

But the Re-deployment of the company_cicd_bw6_app_5.0.0 is happening correctly and it is properly started as well.

Attaching the entire logs for your reference.

Describe the results you expected:

Removal of the above error as CI/CD Pipeline is failing.

deploy-only-goal-error-share.txt

Additional information you deem important (e.g. issue happens only occasionally):

Artik-joachim commented 2 years ago

Hi, We have the same issue. Did you solve it ? Thanks