2015-09-08 57 views
0

我正在使用API​​管理服務在Bluemix中構建CloudFoundry應用程序。爲此,我正在關注本教程http://www.ibm.com/developerworks/cloud/library/cl-bluemix-api-mgmt-app/index.htmlBluemix中的API管理服務不能綁定到CF應用程序

我可以成功地爲自定義REST API應用程序(也在Bluemix上的Liberty服務器上運行)創建API計劃並將其發佈。

我還可以使用新的自定義API在我的Bluemix儀表板中創建一項服務,在API計劃已成功部署到Bluemix上時使用該自定義API。

每當我試着結合這種新的服務,我得到以下信息:

BXNUI2055E: Unable to connect to Cloud Foundry because of the following exception: "Read timed out." If the problem persists, see the Troubleshooting topics in the IBM Bluemix Documentation to check service status, review troubleshooting information, or for information about getting help.

不時我也得到這個消息

The service broker returned an invalid response for the request to https://apimasv1-stage.stage1.mybluemix.net/d118dceb-edbf-4a7f-9bab-d44371b0c9f9/privateservices/v2/service_instances/1a60830c-0796-4105-afb4-e3477424acf9/service_bindings/ebb853dc-ec88-4987-b8f2-e9acd38d1741 . Status Code: 502 Bad Gateway, Body: 502 Bad Gateway: Registered endpoint failed to handle the request.

另外,我可以打開API門戶和請參閱那裏列出的服務。然而,每當我試圖測試該服務,我收到以下錯誤

A security error has occurred. If using a self-signed certificate on your gateway, you will need to accept it in your browser, which you can do by clicking the following link. https://api.wawona.apim.ibmcloud.com/victorshmx1ibmcom-dev/sb/LibraryREST/rs/authors/1

此外,下面的迴應,我得到這個消息:

NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load ' https://api.wawona.apim.ibmcloud.com/victorshmx1ibmcom-dev/sb/LibraryREST/rs/authors/1 '.

我必須澄清這個服務(自由應用程序)沒有任何安全限制來訪問REST服務,也沒有在API管理門戶中添加某種安全性。

要澄清的另一件事是,我可以綁定其他服務,但不是這個。

有誰知道我該如何解決這些問題? IBM API Management服務存在已知問題嗎?

回答

0

這似乎是您嘗試綁定到的服務API管理實例的錯誤。 你可以開出罰單,以支持團隊,你可以在這裏找到鏈接如下:關於「聯繫IBM」 https://developer.ibm.com/bluemix/support/

點擊並打開一個「支持票」

+0

嗨v.bontempi。 是的,它證明是Bluemix後端接線的問題。在某些問題得到解決後,我能夠成功地將服務綁定到我的應用程序 –

相關問題