"Error: Release version 'abc/1.2.3' doesn't exist" when running Apply Changes
search cancel

"Error: Release version 'abc/1.2.3' doesn't exist" when running Apply Changes

book

Article ID: 379158

calendar_today

Updated On:

Products

VMware Tanzu Application Service

Issue/Introduction

When running Apply Changes on any of the tiles, it may fail due to a missing release "name/version". The error message might look like the following.

Updating deployment:
 Expected task '123456' to succeed but state is 'error'
Exit code 1
Task 123456 | 14:06:37 | Error: Release version 'routing/0.301.0' doesn't exist

Environment

This kind of issues can happen when Ops Manager hasn't been properly upgraded.

Resolution

Download Tile file from broadcom support site. E.g. “p-rabbitmq-2.4.1-build.8.pivotal”.

2. Extract .pivotal file using the unzip command (E.g "unzip p-rabbitmq-2.4.1-build.8.pivotal"), get into the “releases” directory and check that the missing release is there (E.g. release-routing-0.301.0.on-ubuntu-jammy-stemcell.1.506.tgz) 

3. Run bosh upload-release release/version --fix to upload the corresponding release (E.g.bosh upload-release release-routing-0.301.0.on-ubuntu-jammy-stemcell.1.506.tgz --fix) and then Apply Change to reinstall.