Fix the Release error while creating a PCC service instance
search cancel

Fix the Release error while creating a PCC service instance

book

Article ID: 294370

calendar_today

Updated On:

Products

VMware Tanzu Gemfire

Issue/Introduction

What to do in when the following error is thrown while creating the service instance:
 
Error
Task 161445 | 20:16:53 | Error:
Can't use release 'gemfire/<some-build>'. It references packages without source code and are not compiled against stemcell 'bosh-vsphere-esxi-ubuntu-xenial-go_agent/<version>':
- 'cluster_utils/5d74720699e1c5ff9fad5198800269339bf72a0aa103b71d2ca30fc8dca8a034'
- 'gemfire/1e406044db4a6c28ddf73c46f9278b663e9008625757ac7fae787bdb19119927'
- 'gemfire-security/6a69b3ba46ee29d21f257fa32f207f0b6928b2f4c5d10de449f4a657df104bf0'
- 'go/71c3434a4ac337c6d4d4bc77cad7a2958ec472569f9d1cec943e2d1b1194561f'
- 'jq/8344b12d08d7d8ac785bf60316eac0869fcefa0880ac3987d5f9a42508e0c500'
- 'pcc_resource_calculators/1c349e9adbc05468d964f4c4850ddcf08d93c71beee822c0c063b52243b2f2c7'
- 'pid_utils/37f44fe39607bdb0671d3fb990d99beecf81ee77f438c76b0b4f29f654ae3b3d'
- 'tomcat/6b024099f144dd03d061e25d1756148b0f2ab8f309596075926c6982d6fb0e26'
- 'wan-dns/4bc39b5f313587a76a87876eb9dd99ec5f325b772024477496bb6194a9b1bb50'
Can't use release 'routing/0.188.8+stemcell.621.59'. It references packages without source code and are not compiled against stemcell 'bosh-vsphere-esxi-ubuntu-xenial-go_agent/621.74':
- 'golang-1-linux/3b122faa904670d6eeb0c0c8296791b8fc3512a553a0704cf88d22e8a492dc81'
- 'route_registrar/53c9ea7ef59b5a92a478273d221c2f1ebb3a681ba5cd4aba69d751a4a88c7ec4'
Can't use release 'cloudcache-java-release/1.11.0-build.10'. It references packages without source code and are not compiled against stemcell 'bosh-vsphere-esxi-ubuntu-xenial-go_agent/621.74':
- 'jdk8/4707d1a040af38041cb84441667938f48f7f7550bf82541dc86e856daa75d9df'


Environment

Product Version: 1.10

Resolution

Releases are part of the tile that we download from VMWare network. Unzipping them and using Bosh upload-release on the gemfire release will fix the above mentioned error.

Please follow the instructions.
  • Download the PCC tile from VMWare Network.
  • Unzip the tile. For example:
unzip /Users/grawat/Downloads/p-cloudcache-1.10.0-build.98.pivotal
  • Then upload the release from Bosh. For example:
bosh upload-release releases/cloudcache-java-release-1.10.0-build.15-ubuntu-xenial-621.29.tgz
  • Once, the upload is successful, Create the PCC service instance. Service Instance should be created.

Please Note: This process can be used for any other releases such as cloudcache, mysql etc where you see the error.