Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. Jul 4 12:32:23 slave2.ldap.mdc1.mozilla.com humanizer.py[16716]: Traceback (most recent call last):
  2. Jul 4 12:32:23 slave2.ldap.mdc1.mozilla.com humanizer.py[16716]: File "/usr/lib64/python2.7/SocketServer.py", line 295, in _handle_request_noblock
  3. Jul 4 12:32:23 slave2.ldap.mdc1.mozilla.com humanizer.py[16716]: self.process_request(request, client_address)
  4. Jul 4 12:32:23 slave2.ldap.mdc1.mozilla.com humanizer.py[16716]: File "/usr/lib64/python2.7/SocketServer.py", line 321, in process_request
  5. Jul 4 12:32:23 slave2.ldap.mdc1.mozilla.com humanizer.py[16716]: self.finish_request(request, client_address)
  6. Jul 4 12:32:23 slave2.ldap.mdc1.mozilla.com humanizer.py[16716]: File "/usr/lib64/python2.7/SocketServer.py", line 334, in finish_request
  7. Jul 4 12:32:23 slave2.ldap.mdc1.mozilla.com humanizer.py[16716]: self.RequestHandlerClass(request, client_address, self)
  8. Jul 4 12:32:23 slave2.ldap.mdc1.mozilla.com humanizer.py[16716]: File "/usr/lib64/python2.7/SocketServer.py", line 649, in __init__
  9. Jul 4 12:32:23 slave2.ldap.mdc1.mozilla.com humanizer.py[16716]: self.handle()
  10. Jul 4 12:32:23 slave2.ldap.mdc1.mozilla.com humanizer.py[16716]: File "/usr/lib/python2.7/site-packages/ldap_access_log_humanizer/syslog_server.py", line 17, in handle
  11. Jul 4 12:32:23 slave2.ldap.mdc1.mozilla.com humanizer.py[16716]: global syslog_server_parser
  12. Jul 4 12:32:23 slave2.ldap.mdc1.mozilla.com humanizer.py[16716]: File "/usr/lib/python2.7/site-packages/ldap_access_log_humanizer/parser.py", line 16, in parse_line
  13. Jul 4 12:32:23 slave2.ldap.mdc1.mozilla.com humanizer.py[16716]: event = RawLogParser(self.args_dict).parse(line.rstrip())
  14. Jul 4 12:32:23 slave2.ldap.mdc1.mozilla.com humanizer.py[16716]: File "/usr/lib/python2.7/site-packages/ldap_access_log_humanizer/raw_log_parser.py", line 25, in parse
  15. Jul 4 12:32:23 slave2.ldap.mdc1.mozilla.com humanizer.py[16716]: self.logger.log("ERROR: Failed to parse raw line: {}".format(line))
  16. Jul 4 12:32:23 slave2.ldap.mdc1.mozilla.com humanizer.py[16716]: File "/usr/lib/python2.7/site-packages/ldap_access_log_humanizer/custom_logger.py", line 72, in log
  17. Jul 4 12:32:23 slave2.ldap.mdc1.mozilla.com humanizer.py[16716]: msg['summary'] = 'LDAP-Humanizer:{}:{}'.format(data['conn_id'], data['client'])
  18. Jul 4 12:32:23 slave2.ldap.mdc1.mozilla.com humanizer.py[16716]: TypeError: string indices must be integers, not str
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement