I'm working on a Bluemix Internet of Things (IoT) project and want to delete an IoT service. Bluemix returns:
Service broker error: Calling url
https://bluemix-staging.internetofthings.ibmcloud.com/broker/v2/service_instances/2a98b0e9-2d48-4fed-b66b-c20cac2f83c7?plan_id=iotf-service-free-id&service_id=iotf-service-id
failed with error message getaddrinfo ENOTFOUND
bluemix-staging.internetofthings.ibmcloud.com
I can't create a new service as well. Any ideas how to proceed?
There was a DNS problem on May 5th but it has now been resolved.
Related
I'm trying to deploy my application or connect to a Service Fabric cluster, but I get the following error: Could Not connect to cluster: System.Fabric.FabricException: An error occurred during this operation. Please check the trace logs for more details. ---> System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x80071C57
This occurred because I did not have the correct client certificate installed on my dev box. Once I installed it, I was able to connect to the cluster in PowerShell and deploy apps in Visual Studio.
I'm trying to deploy a service fabric application to an unsecure Azure Service Fabric cluster. When I open the publish window in VS 2017 I get the following. If my cluster is unsecure, shouldn't I be able to publish it w/o configuring the cert?
I tried a publish anyways and I got:
Try accessing the server via powershell to maybe get a better error. Usually, errors like this are caused by firewalls blocking the port 19000.
I am trying to launch a Message Connect Service.
I selected the message connect from experiment service catalog and then click create.
After waiting for a short moment, Bluemix returned a message indicating
Service broker error: {"description"=>"Error 502 received from broker url https://mcbroker-mcprod.ng.bluemix.net/v2/service_instances/5530bb71-179e-4508-8c0d-7ac9104f6f7c"}
Can someone please help? Thank you
Try now - looks like you tried to provision the service when it was experiencing an outage.
You can check the current provisioning status of Message Connect and other services on the Bluemix Status page
I have a Liberty Websphere application hosted on Bluemix that connects to Exchange Web Services. When I run this api on localhost it works fine and returns the desired results. But when I host it on bluemix, it returns the error
"500 Error: Failed to establish a backside connection"
No errors in the logs.
i have tried the solutions given in other posts and searched a lot on internet. But still not able to solve this issue.
Finally the problem is resolved. There was a configuration error in the application as my company's Bluemix server is on dev environment and the application was trying to connect to the prod environment.
When we connected using the dev IDs, from dev bluemix servers to dev exchange servers, the application works fine.
I am trying to deploy a rule app to a Rule Execution Service configuration in Bluemix and I receive the following error: IO error when contacting "/res/repositoryService".
How can I fix this error?
The Bluemix URL is HTTPS and I have set the IBM_JAVA_OPTIONS environment variable to -Dilog.rules.res.allowSelfSignedCertificate=true.
Could you check if you are behind a firewall? If so, please configure it to allow connecting to the RES URL.