SAP雲平臺部署應用時遇到的502 Updating service failed - Bad Gateway
我在SAP雲平臺的WebIDE裡建立了一個新的UI5應用,新增了一個HTML5 module:
試圖將其部署到SAP雲平臺時,
遇到如下錯誤:
> 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": Service broker error: Service broker destination-service-broker failed with: Quota limit exceeded. Instance creation not allowed. To download logs of the process, use the multi-target application plug-in for the Cloud Foundry CLI command "cf dmol -i 4dd8405e-4e41-11ea-a7fb-eeee0a981a17" directly in your Cloud Foundry space.For more information see SAP Help Portal failed.
我的mta.yaml檔案如下:
```yaml
ID: tutorial
_schema-version: '2.1'
version: 0.0.1
modules:
- name: ui
type: html5
path: ui
parameters:
disk-quota: 256M
memory: 256M
build-parameters:
builder: grunt
requires:
- name: uaa_tutorial
- name: dest_tutorial
resources:
- name: uaa_tutorial
parameters:
path: ./xs-security.json
service-plan: application
service: xsuaa
type: org.cloudfoundry.managed-service
- name: dest_tutorial
parameters:
service-plan: lite
service: destination
type: org.cloudfoundry.managed-service
```
錯誤訊息的核心是這一行:
> Service broker destination-service-broker failed with: Quota limit exceeded.
在quota分配裡,增加Destination service的quota即可:
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24475491/viewspace-2676893/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- linux phpmailer 502 Bad GatewayLinuxPHPAIGateway
- SAP雲平臺上部署應用時遇到disk quota不夠的問題
- 解Bug之路-Nginx 502 Bad GatewayNginxGateway
- PHP 介面呼叫報錯 502 Bad GatewayPHPGateway
- SAP雲平臺的Document Service
- linux nginx 網站訪問提示502 Bad GatewayLinuxNginx網站Gateway
- 將SpringBoot應用Docker化並部署到SAP雲平臺Spring BootDocker
- 在 SAP 雲平臺上部署和執行 Docker 應用Docker
- 將SAP UI5應用部署在Heroku雲平臺裡UI
- 如何將SAP Multi Target應用部署到SAP雲平臺的Cloud Foundry環境去Cloud
- 如何把SAP UI5應用部署到SAP雲平臺的Fiori Launchpad裡去UI
- 將Java應用部署到SAP雲平臺neo環境的兩種方式Java
- 使用SAP雲平臺 + JNDI訪問Internet Service
- 使用Eclipse開發Java應用並部署到SAP雲平臺SCP上去EclipseJava
- Docker Nginx 502 Bad getwayDockerNginx
- 使用SAP雲平臺的destination消費Internet上的OData service
- SAP Gateway Service Builder 裡 Project 的概念GatewayUIProject
- JDBC + SAP雲平臺 = 執行在雲端的資料庫應用JDBC資料庫
- JPA + EclipseLink + SAP雲平臺 = 執行在雲端的資料庫應用Eclipse資料庫
- 讓SAP雲平臺上的Web應用使用destination服務Web
- 最簡單的SAP雲平臺開發教程 - 如何開發UI5應用並執行在SAP雲平臺上UI
- 部署 SAP UI5 應用到 SAP BTP 時遇到的 fiori not found 錯誤訊息UI
- 揭秘貨拉拉大模型應用平臺的應用部署大模型
- DCOS雲平臺之業務多應用部署改造方案
- 502bad gateway尋因——php-fpm關鍵引數:max_children和backlogGatewayPHP
- 部署 SAP UI5 應用到 SAP BTP 時遇到的 error retrieving MTA 錯誤訊息UIError
- 使用SAP iRPA Studio建立的本地專案,如何部署到SAP雲平臺上?
- 如何處理CloudFoundry應用部署時遇到的254錯誤Cloud
- SAP Gateway Service Builder 裡的 OData Model 定義方式GatewayUI
- 如何在SAP雲平臺的Cloud Foundry環境下新增新的Service(服務)Cloud
- 用JavaScript訪問SAP雲平臺上的服務遇到跨域問題該怎麼辦JavaScript跨域
- 使用cf curl檢視SAP雲平臺上的應用各項明細
- OpenStack雲平臺部署
- OpenStack——雲平臺部署
- 一步步使用SAP雲平臺的WebIDE開發SAP UI5應用WebIDEUI
- 如何在 SAP Business Application Studio 裡建立 SAP UI5 應用並部署到 BTP 平臺上APPUI
- 【應用服務 App Service】App Service使用Git部署時,遇見500錯誤APPGit
- 使用 SAP WebIDE 將 SAP UI5 應用部署到 ABAP 系統時遇到的關於傳輸請求的錯誤WebIDEUI