SAP-archive / cloud-bulletinboard-ads

This is the bulletinboard-ads sample application code used in the openSAP course: Cloud-Native Development with SAP Business Technology Platform (formerly SAP Cloud Platform).
Apache License 2.0
76 stars 99 forks source link

Exercise 6 cf configurations outdated #24

Open kalmanl opened 4 years ago

kalmanl commented 4 years ago

when executing cf push I get a warning that yml file is outdated: Deprecation warning:

Use of 'buildpack' attribute in manifest is deprecated in favor of 'buildpacks'.

and at final build a error with build pack:

ERROR Finalize failed with exception #<RuntimeError: Jvmkill Agent error: No version resolvable for '1.10.0_RELEASE' in 1.16.0_RELEASE> Jvmkill Agent error: No version resolvable for '1.10.0_RELEASE' in 1.16.0_RELEASE Failed to compile droplet: Failed to run finalize script: exit status 1

nenaraab commented 4 years ago

hi @kalmanl thanks for reporting! The course is not longer maintained, but you can help yourself, by removing the buildpack version tag as part of the manifest.yml. Then the version is used, which you get with cf buildpacks;

kalmanl commented 3 years ago

Thanks @nenaraab I suggested a pull request to fix the issue. As well, is there a different similar course that is updated?