我在SAP雲平臺的WebIDE裏建立了一個新的UI5應用,添加了一個HTML5 module:html
試圖將其部署到SAP雲平臺時,html5
遇到以下錯誤:json
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 https://help.sap.com/viewer/6... failed.app
個人mta.yaml文件以下:grunt
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
錯誤消息的核心是這一行:ui
Service broker destination-service-broker failed with: Quota limit exceeded.
在quota分配裏,增長Destination service的quota便可:spa
要獲取更多Jerry的原創文章,請關注公衆號"汪子熙":code