Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows agent connection error #1014

Closed
celenechang opened this issue Jul 2, 2014 · 2 comments · Fixed by #1047
Closed

Windows agent connection error #1014

celenechang opened this issue Jul 2, 2014 · 2 comments · Fixed by #1047
Assignees
Milestone

Comments

@celenechang
Copy link
Contributor

agent version: 4.4
OS: Windows 2008 Standard, SP2.
case: https://datadog.desk.com/agent/case/11902

  • log snippet:

2014-06-24 13:45:04 Eastern Daylight Time | ERROR | forwarder(ddagent.pyc:240) | Response: HTTPResponse(_body=None,buffer=None,code=599,effective_url='https://app.datadoghq.com/intake?api_key=#################',error=gaierror(11001, 'getaddrinfo failed'),headers={},reason='Unknown',request=<tornado.httpclient.HTTPRequest object at 0x01212170>,request_time=0.018000125885009766,time_info={})

2014-06-24 13:45:04 Eastern Daylight Time | WARNING | transaction(transaction.pyc:213) | Transaction 4 in error (5 errors), it will be replayed after 2014-06-24 13:46:34

2014-06-24 13:45:05 Eastern Daylight Time | INFO | win32.agent(agent.pyc:91) | pup has died. Restarting...

2014-06-24 13:45:05 Eastern Daylight Time | ERROR | forwarder(ddagent.pyc:240) | Response: HTTPResponse(_body=None,buffer=None,code=599,effective_url='https://app.datadoghq.com/api/v1/series/?api_key=################',error=gaierror(11001, 'getaddrinfo failed`

  • able to TCP connection (80 and 443) to app.datadoghq.com
    EDIT:

    telnet app.datadoghq.com 80
    telnet app.datadoghq.com 443

  • from agent python shell:

    print socket.getaddrinfo('app.datadoghq.com',443)
    Traceback (most recent call last):
    File "shell.py", line 13, in shell
    File "", line 1, in
    gaierror: [Errno 11001] getaddrinfo failed

@remh
Copy link
Contributor

remh commented Jul 2, 2014

Could you ask them how they tested the tcp connection to app.datadoghq.com please ?

@celenechang
Copy link
Contributor Author

yep, will do

EDIT:

telnet app.datadoghq.com 80
telnet app.datadoghq.com 443

@bunelr bunelr assigned bunelr and unassigned remh Jul 7, 2014
@remh remh added this to the 5.0 milestone Jul 10, 2014
@remh remh added the 1 - Ready label Jul 15, 2014
@bunelr bunelr added the windows label Jul 18, 2014
@bunelr bunelr added 3 - Done and removed 1 - Ready labels Jul 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants