New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy Your First SAPUI5 App to Cloud Foundry #4916
Comments
|
Sorry the issue is with Step 5: Deploy the archive to Cloud Foundry. |
|
Hi Phil, that issue sounds like there is something wrong with your entitlements. Can you please follow this tutorial to make sure your account is set up correctly? |
|
Hi Marius I updated my entitlements and the same issue occurs when trying to deploy to Cloud Platform. I even added the Destination entitlement?? Same issue. Service operation failed: Controller operation failed: 502 Updating service "dest_tutorial" failed: Bad Gateway: Error creating service "dest_tutorial" from offering "destination" and plan "lite": CF-ServiceBrokerRequestRejected(10001): Service broker error: service plan not found or not accessible To download the process logs, use the "cf dmol -i 8785c5c3-7fc4-11ea-a2dc-eeee0a8724e5" command in the Cloud Foundry CLI directly in your Cloud Foundry space.See https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/e93b231895b64cbc9221a62953563a6f.html.Job failed. thanks |
|
Mhh, very strange. Do you have the CF CLI installed? If so, can you try |
|
Yes, I installed this and ran that cf marketplace command and this is what I got back. Getting services from marketplace in org P028445trial_p028445trial / space dev as phil@bpsolutions.com.au... service plans description destination lite, admin Provides a secure and reliable access to destination and certificate configurations enterprise-messaging dev Connect applications, services and systems across different landscapes.
TIP: Use 'cf marketplace -s SERVICE' to view descriptions of individual plans of a given service. I also performed this command -> cf create-service destination lite myDest and it worked. I got an OK back. Does that mean I can continue on now? Thanks |
|
I increased the quota by 1 for the destination service and still not working. Creating service "dest_tutorial" from MTA resource "dest_tutorial"...Service operation failed: Controller operation failed: 404 Updating service "dest_tutorial" failed: Not Found: Error creating service "dest_tutorial" from offering "destination" and plan "lite": Service plan lite not found. To download the process logs, use the "cf dmol -i 9214bcc4-812f-11ea-892b-eeee0a9b04de" command in the Cloud Foundry CLI directly in your Cloud Foundry space.See https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/e93b231895b64cbc9221a62953563a6f.html.Job failed. There is something seriously wrong with this. thanks |
|
Ok, so the provisioning seems to work when you create the service manually. |
|
I have the same problem |
|
Thanks for providing the detailed info. I'll try to reach out internally to get the problem fixed |
|
Thank you for your feedback. The issue seems to be resolved, so I am closing the issue. If you still have questions, feel free to reopen the issue. |
|
I followed the steps @IObert but still the same issue. I cannot seem to get past this! Creating service "dest_tutorial" from MTA resource "dest_tutorial"...Service operation failed: Controller operation failed: 404 Updating service "dest_tutorial" failed: Not Found: Error creating service "dest_tutorial" from offering "destination" and plan "lite": Service plan lite not found. Processing service "uaa_tutorial"...To download the process logs, use the "cf dmol -i 496eda27-87a0-11ea-9b4f-eeee0a81da5b" command in the Cloud Foundry CLI directly in your Cloud Foundry space.See https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/e93b231895b64cbc9221a62953563a6f.html.Job failed. Anything else I can do?? |
|
I'm sorry you're still facing this issue. It seems that there are multiple people encountering the same issue. However, it works on my landscapes. As I said, I tried to find the root cause of this internally but it is quite hard if I cannot reproduce the problem at all. I'd like to ask you (@pjcools @federicof-protech @RedR4bb1t ) to open tickets for this issue if you see it in production/paid landscapes. This might be the fastest way to get support. |
|
Hello colleagues, I am from the CF deploy-service team responsible for the development of the cf deploy cli commands. Thanks, |
|
Hello colleagues, |
|
Update: On Tuesday 22/04 service with our cf environment (Frankfurt AWS) was unstable (services disappearing randomly, most related with html-repo-host) but the problem with the offering on destination was solved. What we did when the service couldn't be created on deploy was defining it as a org.cloudfoundry.existing-service and link it to the existing service, but please take on consideration that It only works if you have already created the service before deploying. Regards. |
|
Hi Marius, I am facing a somewhat similar kind of problem while deploying the UI5 Application to CF. Please find the screen shot of the detail below. 3:39:38 PM (DeployService) Target: https://deploy-service.cfapps.eu10.hana.ondemand.com/slprot/P199106trial_trial/dev/slpPreparing to deploy /tutorial/mta_archives/tutorial_0.0.1.mtarPrepare deployment filesChecking if there are conflicting processesFound 2 conflicting processesAborting process 1e80cc9c-9e49-11ea-ad41-eeee0a885b7cAborting process 240ae8cd-9e48-11ea-b183-eeee0a9da8b4Uploading mtar archiveStarting deploymentDeploying in org "P199106trial_trial" and space "dev"Detected MTA schema version: "3"No deployed MTA detected - this is initial deploymentDetected new MTA version: "0.0.1"Processing service "dest_tutorial"...Creating service "dest_tutorial" from MTA resource "dest_tutorial"...Processing service "uaa_tutorial"...Service operation failed: Controller operation failed: 403 Updating service "dest_tutorial" failed: Forbidden: Error creating service "dest_tutorial" from offering "destination" and plan "lite": CF-NotAuthorized(10003): You are not authorized to perform the requested action Setting service "uaa_tutorial" parameters from "xs-security.json"To download the process logs, use the "cf dmol -i 1a450264-9e4a-11ea-ad41-eeee0a885b7c" command in the Cloud Foundry CLI directly in your Cloud Foundry space.See https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/e93b231895b64cbc9221a62953563a6f.html.Job failed. Any pointer will be very helpful. Thanks, |
|
Hello, I am afraid that several problems are described in the current github issue. Most of them are related to creation of service instance but they have very different root causes. I will try to summarise different problems and provide the right direction for each of them.
One suggestion from my side - if creation of service fails during MTA deployment, you can perform initial troubleshooting to understand if the problem is quota assignment, service broker or MTA deployment. To accomplish that, just try to create the service with the same parameters. You can do it in Cockpit or with In my understandings, the initial issue with quota assignment is resolved, so let's close this issue and if you have different questions, open a new issue for each of them. Best Regards, |
|
Could not create service instance "dest_tutorial". Service plan "lite" from service offering "destination" was not found. |
|
Anybody solved it? |
|
I'm facing the same issue. Looks like something is going wrong with the destination creation. |





Tutorial URL: https://developers.sap.com/tutorials/cp-ui5-webide-new-app.html
Please specify the step you are referring to
Step 4: Build the application
I received the following error when trying to complete this tutorial. I even went to the Entitlements and added the Connectivity runtime but still had an error building this "tutorial" application.
Service "uaa_tutorial" exists but doesnt have any bound applicationsProcessing service "dest_tutorial"...Creating service "dest_tutorial" from MTA resource "dest_tutorial"...Service operation failed: Controller operation failed: 404 Updating service "dest_tutorial" failed: Not Found: Error creating service "dest_tutorial" from offering "destination" and plan "lite": Could not create service instance "dest_tutorial". Service plan "lite" from service offering "destination" was not found. Processing service "uaa_tutorial"...Setting service "uaa_tutorial" parameters from "xs-security.json"To download the process logs, use the "cf dmol -i 2a65db7d-7b06-11ea-904d-eeee0a852e19" command in the Cloud Foundry CLI directly in your Cloud Foundry space.See https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/e93b231895b64cbc9221a62953563a6f.html.Job failed.
6:35:16 PM (DeploymentToCF) Deployment of the "tutorial" project failed.(Response state is FAILED)
Please assist.
Thanks & Kind Regards
Phil Cooley
The text was updated successfully, but these errors were encountered: