Closed erlethor closed 8 months ago
Hi @erlethor , Thanks for reporting an issue!
The issue you are facing is relevant to async nature of service instance and service keys deletion in CF API v3. In html5-plugin version 1.4.8 the plugin created two jobs of deleting temporary service key and service instance of app-runtime
(during clean-up phase) without waiting for completion of the previous job. This results to unpredicted results that left the temporary created app-runtime-<timestamp>
instance in "Failed to delete" state. You should be able to delete these instances (app-runtime-1707144030
and app-runtime-1707240021
) in a regular way, with cf ds <instance_name>
.
In html5-plugin version 1.4.9 the issue was fixed by awaiting all service key deletion jobs progress to completed state before scheduling service instance deletion job.
The official CF CLI Plugins repository does not yet support the Apple Silicon binaries, but you can install the html5-plugin from GitHub releases:
cf install-plugin -f https://github.com/SAP/cf-html5-apps-repo-cli-plugin/releases/latest/download/cf-html5-apps-repo-cli-plugin-darwin-arm64
Hi @micellius,
Thank you for the hint with cf ds...
it worked well. Now html5-list ist working again.
I also updated to 1.4.9, but after the deletion.
Description
Running:
cf html5-list
I get the following error:panic: runtime error: index out of range [1] with length 1
I tried to multiple orgs and spaces in canary. All showed the same error.
Environment
CLI Output
Set environment variable
DEBUG=1
, run the flow and paste output here.