您好,登錄后才能下訂單哦!
本篇內容主要講解“SAP部署應用時遇到的502錯誤怎么解決”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“SAP部署應用時遇到的502錯誤怎么解決”吧!
我在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即可:
到此,相信大家對“SAP部署應用時遇到的502錯誤怎么解決”有了更深的了解,不妨來實際操作一番吧!這里是億速云網站,更多相關內容可以進入相關頻道進行查詢,關注我們,繼續學習!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。