Skip to content

Instantly share code, notes, and snippets.

@pencilcheck
Created June 25, 2015 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pencilcheck/5f85e37df062a5ca2e8c to your computer and use it in GitHub Desktop.
Save pencilcheck/5f85e37df062a5ca2e8c to your computer and use it in GitHub Desktop.
errors when booting up containers
Successfully built 63a209282819
Recreating asperantweb_rabbit_1...
Recreating asperantweb_linkedin_1...
Recreating asperantweb_backend_1...
Recreating asperantweb_nginx_1...
Attaching to asperantweb_mongo_1, asperantweb_jobs_1, asperantweb_rabbit_1, asperantweb_linkedin_1, asperantweb_backend_1, asperantweb_nginx_1
Exception in thread Thread-4:
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/local/Cellar/fig/1.2.0/libexec/lib/python2.7/site-packages/compose/cli/multiplexer.py", line 41, in _enqueue_output
for item in generator:
File "/usr/local/Cellar/fig/1.2.0/libexec/lib/python2.7/site-packages/compose/cli/log_printer.py", line 59, in _make_log_generator
for line in line_generator:
File "/usr/local/Cellar/fig/1.2.0/libexec/lib/python2.7/site-packages/compose/cli/utils.py", line 77, in split_buffer
for data in reader:
File "/usr/local/Cellar/fig/1.2.0/libexec/vendor/lib/python2.7/site-packages/docker/client.py", line 225, in _multiplexed_response_stream_helper
socket = self._get_raw_response_socket(response)
File "/usr/local/Cellar/fig/1.2.0/libexec/vendor/lib/python2.7/site-packages/docker/client.py", line 167, in _get_raw_response_socket
self._raise_for_status(response)
File "/usr/local/Cellar/fig/1.2.0/libexec/vendor/lib/python2.7/site-packages/docker/client.py", line 119, in _raise_for_status
raise errors.APIError(e, response, explanation=explanation)
APIError: 500 Server Error: Internal Server Error ("http: Hijack is incompatible with use of CloseNotifier")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment