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.
Related
During AKS installation on stack hci fails without more details
Notification details
ErrorError
Set platform configurations
Source
Go to Azure Kubernetes Service.
Type
Error
Message
Applying platform configurations failed. Error: The provided configuration is not valid. Please review the report moc_validation_report.html, fix the configuration and retry.
Resolve issues and errors during an AKS hybrid installation
Verify your Vnet Config, if you use different VLANs for AKS and host Management. Enable full traffic between it. Make sure the cloudcidr is set from host network.
I can't access to ejbca CLI althought the deploy build successfully, JBoss is up and running, FirewallD is not running and all Troubleshooting steps are treated mentioned here:
https://doc.primekey.com/ejbca/troubleshooting-guide/command-line-interface
/opt/ejbca/bin/ejbcaa.sh return
Error: CLI could not contact EJBCA instance. Either your application server is not up and running, EJBCA has not been deployed successfully, or some firewall rule is blocking the CLI from the application server.
This is most commonly due to that EJBCA has not been deployed correctly. Check the server.log file in WildFly/JBoss for errors.
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 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'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.