FunkLoad icon indicating copy to clipboard operation
FunkLoad copied to clipboard

gaierror: [Errno 8] nodename nor servname provided, or not known

Open ramonasuciu opened this issue 12 years ago • 0 comments

I get this error when using funkload for a certain number of users. The complete error message is: Traceback (most recent call last):

File "/Users//Documents/work/perf_tests/FunkLoad/src/funkload/FunkLoadTestCase.py", line 208, in _connect cert_file=self._certfile_path, method=rtype, consumer=consumer)

File "/Users/rsuciu/Documents/work/perf_tests/FunkLoad/src/funkload/PatchWebunit.py", line 427, in WF_fetch h.endheaders()

File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 937, in endheaders self._send_output(message_body)

File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 797, in _send_output self.send(msg)

File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 759, in send self.connect()

File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 740, in connect self.timeout, self.source_address)

File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 553, in create_connection for res in getaddrinfo(host, port, 0, SOCK_STREAM): gaierror: [Errno 8] nodename nor servname provided, or not known

ramonasuciu avatar Oct 15 '13 11:10 ramonasuciu