API Management service in Bluemix can't be bound to CF application - ibm-cloud

I'm building a CloudFoundry application in Bluemix using the API Management service. For this I'm following this tutorial http://www.ibm.com/developerworks/cloud/library/cl-bluemix-api-mgmt-app/index.html.
I can successfully create an API Plan for a custom REST API application (running on a Liberty server on Bluemix as well) and it is published.
I can also create a service in my Bluemix dashboard using the new Custom API, which I take as the API plan was successfully deployed on Bluemix.
Whenever I try to bind this new service I get the following message:
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.
From time to time I also get this message
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.
Also, I can open the API portal and see the services listed in there. However, whenever I try to test the service, I get the following error
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
Also, below in the response I get this message:
NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to
load
'https://api.wawona.apim.ibmcloud.com/victorshmx1ibmcom-dev/sb/LibraryREST/rs/authors/1'.
I must clarify this service (the liberty app) doesn't have any security constraint to access the REST service nor I added some kind of security in the API Management portal.
Another thing to clarify is that I can bind other services, but not this one.
Does anyone know how I can fix those problems? Is there a known issue with IBM API Management service?

this seems to be an error with the service API Management instance you are trying to bind to.
You could open a ticket to support team following the link you can find here:
https://developer.ibm.com/bluemix/support/
Click on 'Contact IBM' and open a 'Support ticket'

Related

Unable to access apex or sql-developer through Oracle Cloud web console 404

I'm having issues with the Oracle Cloud ADW (always free tier). The status of the server is available, but when I navigate to tools and click APEX or sql-developer I am met with the message:
404 Not Found --- The request could not be mapped to any database. Check the request URL is correct, and that URL to database mappings have been correctly configured.
When I navigate to the resource monitor, it seems that the server is running but all REST API calls fail. In using the web console to perform all these actions, any insight or help would be greatly appreciated.

problem occurred contacting the resource controller

I'm using IBM Cloud Node-Red and I'm trying to connect speech to text to my Node Red instance. I keep getting the following message "BXNUI0033E: The 'node-red-speechtotext-1590542039496' service wasn't added to the 'Node RED' app because a problem occurred contacting the resource controller.
Try again later. If you see this message again, go to the IBM Cloud status page to check whether a service or component has an issue. If the problem continues, go to IBM Cloud Support." Any suggestions?

Cannot delete the mogolab service or the app with the message 401 Unauthorized

I tried to delete an old app bound with a mongolab service which is out of service. I can neither delete the app nor the mongolab service because the endpoint of the mongolab doesn't exist anymore. Do IBM Cloud or Bluemix people have a solution to this?
An error (10001) occurred while deleting the service.
Description:
Service instance MongoLab-NF: Service broker error: {"description"=>"TRANSPORT_ERROR - Received error with message \"401 Unauthorized\" while calling integration endpoint https://api.mongolab.com/api/appdirect/1/partners/IbmCloud/events?eventUrl=https%3A%2F%2Fbluemix.marketplace.ibmcloud.com%2Fapi%2Fintegration%2Fv1%2Fevents%2F4a1b66dd-531d-43e6-966d-0939fade9fa5 (1272 / MongoLab). Received response:\n"}
Visit IBM Cloud Support and open a support ticket.
We users can't do much about it. Even, it won't allow deletion of app/service.
Once, the same is removed, bind new mLab service to your app.

Azure Mobile App API throws error 403 after deployment in Azure

We have a Mobile backend Service API crated and deployed on Azure. This app makes an external http call to an API using httpClient.GetAsync.
The call works well and returns expected result while running locally, but after publishing on Azure it throws 403(Forbidden) error.
403(Forbidden) is a common error. Please contact the API provider and check whether there are some restrictions of accessing the AP. For example,
Only specific IP addresses(whitelist) can access the API.
The API need to verify the client certificate.

Can't delete Cloudant service - Error 400

I am taking the DWC001 Bluemix Intro course exercise 3b. After creating a node.js app and binding a new Cloudant database, then deleted my app from dashboard, checked delete for Cloudant, my Cloudant service remains and I cannot delete it.
This error from Dashboard & cmdline:
Service instance RLCCloudant: Service broker error:
{"description"=>"Error 400 received from broker url
https://cloudantbroker.ng.bluemix.net/v2/service_instances/40791045-620f-
4fda-b9d4-eabe50c4783c?plan_id=cloudant-shared&service_id=cloudant"}
As you can see in the Bluemix Status Page we are currently experiencing some issues provisioning and managing Cloudant service instances in Bluemix. Bluemix users attempting to provision/unprovision/bind/unbind Cloudant service instances may see errors during these operations. The operations team has restored the service to allow provisioning, binding and unbinding. Issues may still be experienced when unprovisioning a service (as in your case).
Please visit that status page to see when the issues are resolved.
The service has been restored by Cloudant team as announced at https://developer.ibm.com/bluemix/support/#status.
Now the deletion action is working as normal.
"Service Broker Error" usually means that something went wrong communicating with the service side. Please send a request to delete the service to Bluemix Support.