Advertisement
Guest User

Untitled

a guest
Aug 29th, 2014
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. socket.error: [Errno 104] Connection reset by peer
  2.  
  3. Traceback (most recent call last):
  4. File "./manage.py", line 10, in <module>
  5. execute_from_command_line(sys.argv)
  6. File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 443, in execute_from_command_line
  7. utility.execute()
  8. File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 382, in execute
  9. self.fetch_command(subcommand).run_from_argv(self.argv)
  10. File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 196, in run_from_argv
  11. self.execute(*args, **options.__dict__)
  12. File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 232, in execute
  13. output = self.handle(*args, **options)
  14. File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 371, in handle
  15. return self.handle_noargs(**options)
  16. File "/usr/local/lib/python2.7/dist-packages/django/contrib/staticfiles/management/commands/collectstatic.py", line 163, in handle_noargs
  17. collected = self.collect()
  18. File "/usr/local/lib/python2.7/dist-packages/django/contrib/staticfiles/management/commands/collectstatic.py", line 113, in collect
  19. handler(path, prefixed_path, storage)
  20. File "/usr/local/lib/python2.7/dist-packages/django/contrib/staticfiles/management/commands/collectstatic.py", line 303, in copy_file
  21. self.storage.save(prefixed_path, source_file)
  22. File "/usr/local/lib/python2.7/dist-packages/django/core/files/storage.py", line 45, in save
  23. name = self._save(name, content)
  24. File "/usr/local/lib/python2.7/dist-packages/storages/backends/s3boto.py", line 392, in _save
  25. self._save_content(key, content, headers=headers)
  26. File "/usr/local/lib/python2.7/dist-packages/storages/backends/s3boto.py", line 403, in _save_content
  27. rewind=True, **kwargs)
  28. File "/usr/local/lib/python2.7/dist-packages/boto/s3/key.py", line 1222, in set_contents_from_file
  29. chunked_transfer=chunked_transfer, size=size)
  30. File "/usr/local/lib/python2.7/dist-packages/boto/s3/key.py", line 714, in send_file
  31. chunked_transfer=chunked_transfer, size=size)
  32. File "/usr/local/lib/python2.7/dist-packages/boto/s3/key.py", line 890, in _send_file_internal
  33. query_args=query_args
  34. File "/usr/local/lib/python2.7/dist-packages/boto/s3/connection.py", line 547, in make_request
  35. retry_handler=retry_handler
  36. File "/usr/local/lib/python2.7/dist-packages/boto/connection.py", line 966, in make_request
  37. retry_handler=retry_handler)
  38. File "/usr/local/lib/python2.7/dist-packages/boto/connection.py", line 927, in _mexe
  39. raise e
  40. socket.error: [Errno 104] Connection reset by peer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement