Created
September 20, 2013 13:50
-
-
Save jrm2k6/6637870 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
| ->./hist log_history_parser dney4mhqe2oy 2013-09-15 2013-09-20 | |
| Process Process-2: | |
| Process Process-1: | |
| Traceback (most recent call last): | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/multiprocessing/process.py", line 232, in _bootstrap | |
| Traceback (most recent call last): | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/multiprocessing/process.py", line 232, in _bootstrap | |
| self.run() | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/multiprocessing/process.py", line 88, in run | |
| self._target(*self._args, **self._kwargs) | |
| File "/Users/prezideveloper/Workspace/prezi-repo/history/history/log/log_fetcher.py", line 232, in fetch_files_for_oid | |
| self.run() | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/multiprocessing/process.py", line 88, in run | |
| self._target(*self._args, **self._kwargs) | |
| File "/Users/prezideveloper/Workspace/prezi-repo/history/history/log/log_fetcher.py", line 251, in fetch_files_for_oid | |
| for f in self.hadoop_log_fetcher.fetch_files_for_oid(): | |
| File "/Users/prezideveloper/Workspace/prezi-repo/history/history/log/log_fetcher.py", line 150, in fetch_files_for_oid | |
| if not self._local_file_exist(curr_date) and not self._s3_file_exist(curr_date): | |
| File "/Users/prezideveloper/Workspace/prezi-repo/history/history/log/log_fetcher.py", line 169, in _s3_file_exist | |
| bucket = self.s3_fetcher.get_bucket(self.OUTPUT_BUCKET) | |
| File "/Users/prezideveloper/Workspace/prezi-repo/history/history/log/log_fetcher.py", line 52, in get_bucket | |
| self.conn = boto.connect_s3(self.AWS_ACCESS_KEY_ID, self.AWS_SECRET_ACCESS_KEY) | |
| File "/Users/prezideveloper/Workspace/prezi-repo/history/virtualenv/lib/python2.6/site-packages/boto/__init__.py", line 135, in connect_s3 | |
| for f in self.hadoop_log_fetcher.fetch_files_for_oid(): | |
| File "/Users/prezideveloper/Workspace/prezi-repo/history/history/log/log_fetcher.py", line 150, in fetch_files_for_oid | |
| if not self._local_file_exist(curr_date) and not self._s3_file_exist(curr_date): | |
| File "/Users/prezideveloper/Workspace/prezi-repo/history/history/log/log_fetcher.py", line 169, in _s3_file_exist | |
| bucket = self.s3_fetcher.get_bucket(self.OUTPUT_BUCKET) | |
| File "/Users/prezideveloper/Workspace/prezi-repo/history/history/log/log_fetcher.py", line 52, in get_bucket | |
| self.conn = boto.connect_s3(self.AWS_ACCESS_KEY_ID, self.AWS_SECRET_ACCESS_KEY) | |
| File "/Users/prezideveloper/Workspace/prezi-repo/history/virtualenv/lib/python2.6/site-packages/boto/__init__.py", line 135, in connect_s3 | |
| return S3Connection(aws_access_key_id, aws_secret_access_key, **kwargs) | |
| File "/Users/prezideveloper/Workspace/prezi-repo/history/virtualenv/lib/python2.6/site-packages/boto/s3/connection.py", line 174, in __init__ | |
| validate_certs=validate_certs) | |
| File "/Users/prezideveloper/Workspace/prezi-repo/history/virtualenv/lib/python2.6/site-packages/boto/connection.py", line 554, in __init__ | |
| return S3Connection(aws_access_key_id, aws_secret_access_key, **kwargs) | |
| File "/Users/prezideveloper/Workspace/prezi-repo/history/virtualenv/lib/python2.6/site-packages/boto/s3/connection.py", line 174, in __init__ | |
| host, config, self.provider, self._required_auth_capability()) | |
| File "/Users/prezideveloper/Workspace/prezi-repo/history/virtualenv/lib/python2.6/site-packages/boto/auth.py", line 728, in get_auth_handler | |
| validate_certs=validate_certs) | |
| File "/Users/prezideveloper/Workspace/prezi-repo/history/virtualenv/lib/python2.6/site-packages/boto/connection.py", line 554, in __init__ | |
| 'Check your credentials' % (len(names), str(names))) | |
| NoAuthHandlerFound: No handler was ready to authenticate. 1 handlers were checked. ['HmacAuthV1Handler'] Check your credentials | |
| host, config, self.provider, self._required_auth_capability()) | |
| File "/Users/prezideveloper/Workspace/prezi-repo/history/virtualenv/lib/python2.6/site-packages/boto/auth.py", line 728, in get_auth_handler | |
| Process Process-3: | |
| Traceback (most recent call last): | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/multiprocessing/process.py", line 232, in _bootstrap | |
| self.run() | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/multiprocessing/process.py", line 88, in run | |
| 'Check your credentials' % (len(names), str(names))) | |
| self._target(*self._args, **self._kwargs) | |
| File "/Users/prezideveloper/Workspace/prezi-repo/history/history/log/log_fetcher.py", line 270, in fetch_files_for_oid | |
| NoAuthHandlerFound: No handler was ready to authenticate. 1 handlers were checked. ['HmacAuthV1Handler'] Check your credentials | |
| for f in self.hadoop_log_fetcher.fetch_files_for_oid(): | |
| File "/Users/prezideveloper/Workspace/prezi-repo/history/history/log/log_fetcher.py", line 150, in fetch_files_for_oid | |
| if not self._local_file_exist(curr_date) and not self._s3_file_exist(curr_date): | |
| File "/Users/prezideveloper/Workspace/prezi-repo/history/history/log/log_fetcher.py", line 169, in _s3_file_exist | |
| bucket = self.s3_fetcher.get_bucket(self.OUTPUT_BUCKET) | |
| File "/Users/prezideveloper/Workspace/prezi-repo/history/history/log/log_fetcher.py", line 52, in get_bucket | |
| self.conn = boto.connect_s3(self.AWS_ACCESS_KEY_ID, self.AWS_SECRET_ACCESS_KEY) | |
| File "/Users/prezideveloper/Workspace/prezi-repo/history/virtualenv/lib/python2.6/site-packages/boto/__init__.py", line 135, in connect_s3 | |
| return S3Connection(aws_access_key_id, aws_secret_access_key, **kwargs) | |
| File "/Users/prezideveloper/Workspace/prezi-repo/history/virtualenv/lib/python2.6/site-packages/boto/s3/connection.py", line 174, in __init__ | |
| validate_certs=validate_certs) | |
| File "/Users/prezideveloper/Workspace/prezi-repo/history/virtualenv/lib/python2.6/site-packages/boto/connection.py", line 554, in __init__ | |
| host, config, self.provider, self._required_auth_capability()) | |
| File "/Users/prezideveloper/Workspace/prezi-repo/history/virtualenv/lib/python2.6/site-packages/boto/auth.py", line 728, in get_auth_handler | |
| 'Check your credentials' % (len(names), str(names))) | |
| NoAuthHandlerFound: No handler was ready to authenticate. 1 handlers were checked. ['HmacAuthV1Handler'] Check your credentials | |
| Starting to parse logs.. | |
| Verifying fingerprints.. | |
| Verifying messages are received once sent.. | |
| Generating HTML.. | |
| Printing events.. | |
| Check report: open history/report/html/dney4mhqe2oy.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment