Last active
August 29, 2015 14:27
-
-
Save adngdb/ebf1ffb5764351ab6231 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-08-19 20:26:33,215 INFO - middleware - - MainThread - resource.fs.dump_field: upload_file_minidump | |
2015-08-19 20:26:33,216 INFO - middleware - - MainThread - resource.fs.dump_file_suffix: .dump | |
2015-08-19 20:26:33,216 INFO - middleware - - MainThread - resource.fs.fs_root: ./crashes | |
2015-08-19 20:26:33,216 INFO - middleware - - MainThread - resource.fs.json_file_suffix: .json | |
2015-08-19 20:26:33,216 INFO - middleware - - MainThread - resource.fs.jsonz_file_suffix: .jsonz | |
2015-08-19 20:26:33,216 INFO - middleware - - MainThread - resource.fs.name_branch_base: name | |
2015-08-19 20:26:33,216 INFO - middleware - - MainThread - resource.fs.umask: 18 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-08-19 20:26:46,099 INFO - middleware - - CP Server Thread-2 - didn't make directory: ./crashes | |
Traceback (most recent call last): | |
File "/home/adrian/mozilla/workspace/socorro/socorro-virtualenv/local/lib/python2.7/site-packages/web/application.py", line 237, in process | |
return self.handle() | |
File "/home/adrian/mozilla/workspace/socorro/socorro-virtualenv/local/lib/python2.7/site-packages/web/application.py", line 228, in handle | |
return self._delegate(fn, self.fvars, args) | |
File "/home/adrian/mozilla/workspace/socorro/socorro-virtualenv/local/lib/python2.7/site-packages/web/application.py", line 394, in _delegate | |
return handle_class(f) | |
File "/home/adrian/mozilla/workspace/socorro/socorro-virtualenv/local/lib/python2.7/site-packages/web/application.py", line 385, in handle_class | |
return tocall(*args) | |
File "/home/adrian/mozilla/workspace/socorro/socorro/middleware/middleware_app.py", line 522, in GET | |
result = method(**params) | |
File "/home/adrian/mozilla/workspace/socorro/socorro/external/crash_data_base.py", line 70, in get | |
return get(params.uuid) | |
File "/home/adrian/mozilla/workspace/socorro/socorro/external/fs/crashstorage.py", line 217, in get_raw_crash | |
'r') as f: | |
IOError: [Errno 2] No such file or directory: u'./crashes/20150816/name/60/59/7b/dc/60597bdc-5dbe-4409-6b38-4309c0150816.json' | |
127.0.0.1:37599 - - [19/Aug/2015 20:26:46] "HTTP/1.1 GET /crash_data/" - 500 Internal Server Error | |
2015-08-19 20:27:31,045 INFO - middleware - - CP Server Thread-3 - didn't make directory: ./crashes | |
Traceback (most recent call last): | |
File "/home/adrian/mozilla/workspace/socorro/socorro-virtualenv/local/lib/python2.7/site-packages/web/application.py", line 237, in process | |
return self.handle() | |
File "/home/adrian/mozilla/workspace/socorro/socorro-virtualenv/local/lib/python2.7/site-packages/web/application.py", line 228, in handle | |
return self._delegate(fn, self.fvars, args) | |
File "/home/adrian/mozilla/workspace/socorro/socorro-virtualenv/local/lib/python2.7/site-packages/web/application.py", line 394, in _delegate | |
return handle_class(f) | |
File "/home/adrian/mozilla/workspace/socorro/socorro-virtualenv/local/lib/python2.7/site-packages/web/application.py", line 385, in handle_class | |
return tocall(*args) | |
File "/home/adrian/mozilla/workspace/socorro/socorro/middleware/middleware_app.py", line 522, in GET | |
result = method(**params) | |
File "/home/adrian/mozilla/workspace/socorro/socorro/external/crash_data_base.py", line 70, in get | |
return get(params.uuid) | |
File "/home/adrian/mozilla/workspace/socorro/socorro/external/fs/crashstorage.py", line 217, in get_raw_crash | |
'r') as f: | |
IOError: [Errno 2] No such file or directory: u'./crashes/20150816/name/60/59/7b/dc/60597bdc-5dbe-4409-6b38-4309c0150816.json' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment