Skip to content

Instantly share code, notes, and snippets.

@notmyname
Created June 13, 2016 20:58
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 notmyname/306c498e03b75735bd0768b09e81ae00 to your computer and use it in GitHub Desktop.
Save notmyname/306c498e03b75735bd0768b09e81ae00 to your computer and use it in GitHub Desktop.
Jun 13 13:50:43 ubuntu swift_proxy: Error: An error occurred:
Traceback (most recent call last):
File "/home/swift/swift/swift/common/middleware/catch_errors.py", line 41, in handle_request
resp = self._app_call(env)
File "/home/swift/swift/swift/common/wsgi.py", line 1042, in _app_call
resp = self.app(env, self._start_response)
File "/home/swift/swift/swift/common/middleware/gatekeeper.py", line 102, in __call__
return self.app(env, gatekeeper_response)
File "/home/swift/swift/swift/common/middleware/healthcheck.py", line 57, in __call__
return self.app(env, start_response)
File "/home/swift/swift/swift/common/middleware/proxy_logging.py", line 346, in __call__
six.reraise(exc_type, exc_value, exc_traceback)
File "/home/swift/swift/swift/common/middleware/proxy_logging.py", line 338, in __call__
iterable = self.app(env, my_start_response)
File "/home/swift/swift/swift/common/middleware/crossdomain.py", line 82, in __call__
return self.app(env, start_response)
File "/home/swift/swift/swift/common/middleware/memcache.py", line 109, in __call__
return self.app(env, start_response)
File "/home/swift/swift/swift/common/swob.py", line 1394, in _wsgify_self
return func(self, Request(env))(env, start_response)
File "/home/swift/swift/swift/common/swob.py", line 1394, in _wsgify_self
return func(self, Request(env))(env, start_response)
File "/home/swift/swift/swift/common/middleware/ratelimit.py", line 301, in __call__
return self.app(env, start_response)
File "/home/swift/swift/swift/common/middleware/tempurl.py", line 346, in __call__
return self.app(env, start_response)
File "/home/swift/swift/swift/common/middleware/tempauth.py", line 293, in __call__
return self.app(env, start_response)
File "/home/swift/swift/swift/common/middleware/copy.py", line 338, in __call__
return self.app(env, start_response)
File "/home/swift/swift/swift/common/middleware/staticweb.py", line 511, in __call__
return self.app(env, start_response)
File "/home/swift/swift/swift/common/middleware/slo.py", line 1068, in __call__
return self.app(env, start_response)
File "/home/swift/swift/swift/common/middleware/dlo.py", line 416, in __call__
return self.app(env, start_response)
File "/home/swift/swift/swift/common/swob.py", line 1394, in _wsgify_self
return func(self, Request(env))(env, start_response)
File "/home/swift/swift/swift/common/swob.py", line 1394, in _wsgify_self
return func(self, Request(env))(env, start_response)
File "/home/swift/swift/swift/common/middleware/versioned_writes.py", line 569, in __call__
return self.app(env, start_response)
File "/home/swift/swift/swift/common/middleware/decrypter.py", line 446, in __call__
return getattr(dec_context, req.method)(req, start_response)
File "/home/swift/swift/swift/common/middleware/decrypter.py", line 390, in process_json_resp
resp_body = ''.join(resp_iter)
TypeError: can only join an iterable (txn: tx965509082dd5418b97e30-00575f1ca3)
curl -i -H "X-Auth-Token: AUTH_tkf67a8a9b0f8e454e9d091548c47705a8" http://saio:8080/v1/AUTH_test/c/o -X process_json_resp --data-binary 1234
HTTP/1.1 500 Internal Error
Content-Length: 17
Content-Type: text/plain
X-Trans-Id: tx965509082dd5418b97e30-00575f1ca3
Date: Mon, 13 Jun 2016 20:50:43 GMT
An error occurred
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment