Skip to content
This repository has been archived by the owner on Apr 27, 2019. It is now read-only.

Request canceled while waiting for connection #83

Open
husseinsa opened this issue Mar 23, 2017 · 0 comments
Open

Request canceled while waiting for connection #83

husseinsa opened this issue Mar 23, 2017 · 0 comments

Comments

@husseinsa
Copy link

I am running Consul on Windows in Development mode as suggested in your readme document.

Then, I am using microphone.net to register a a service.

Problem:

However after running the app to register the service, and checking the consul I get the following

image

This is also the output of http://localhost:8500/v1/agent/checks:

{
    "service:values_localhost_5011": {
        "Node": "hsalman-pc",
        "CheckID": "service:values_localhost_5011",
        "Name": "Service 'values' check",
        "Status": "critical",
        "Notes": "",
        "Output": "Get http://localhost:5011/status: net/http: request canceled while waiting for connection",
        "ServiceID": "values_localhost_5011",
        "ServiceName": "values",
        "CreateIndex": 0,
        "ModifyIndex": 0
    }
}

What is the problem?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant