溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

SAP部署應(yīng)用時遇到的502錯誤怎么解決

發(fā)布時間:2022-01-04 15:40:02 來源:億速云 閱讀:229 作者:iii 欄目:服務(wù)器

本篇內(nèi)容主要講解“SAP部署應(yīng)用時遇到的502錯誤怎么解決”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學(xué)習(xí)“SAP部署應(yīng)用時遇到的502錯誤怎么解決”吧!

我在SAP云平臺的WebIDE里創(chuàng)建了一個新的UI5應(yīng)用,添加了一個HTML5 module:

SAP部署應(yīng)用時遇到的502錯誤怎么解決SAP部署應(yīng)用時遇到的502錯誤怎么解決

試圖將其部署到SAP云平臺時,

SAP部署應(yīng)用時遇到的502錯誤怎么解決

遇到如下錯誤:

SAP部署應(yīng)用時遇到的502錯誤怎么解決

> 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部署應(yīng)用時遇到的502錯誤怎么解決SAP部署應(yīng)用時遇到的502錯誤怎么解決

到此,相信大家對“SAP部署應(yīng)用時遇到的502錯誤怎么解決”有了更深的了解,不妨來實際操作一番吧!這里是億速云網(wǎng)站,更多相關(guān)內(nèi)容可以進入相關(guān)頻道進行查詢,關(guān)注我們,繼續(xù)學(xué)習(xí)!

向AI問一下細節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

sap
AI