Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. Jul 10 15:32:31 slave1.ldap.mdc1.mozilla.com humanizer.py[1268]: Traceback (most recent call last):
  2. Jul 10 15:32:31 slave1.ldap.mdc1.mozilla.com humanizer.py[1268]: File "/usr/lib64/python2.7/SocketServer.py", line 295, in _handle_request_noblock
  3. Jul 10 15:32:31 slave1.ldap.mdc1.mozilla.com humanizer.py[1268]: self.process_request(request, client_address)
  4. Jul 10 15:32:31 slave1.ldap.mdc1.mozilla.com humanizer.py[1268]: File "/usr/lib64/python2.7/SocketServer.py", line 321, in process_request
  5. Jul 10 15:32:31 slave1.ldap.mdc1.mozilla.com humanizer.py[1268]: self.finish_request(request, client_address)
  6. Jul 10 15:32:31 slave1.ldap.mdc1.mozilla.com humanizer.py[1268]: File "/usr/lib64/python2.7/SocketServer.py", line 334, in finish_request
  7. Jul 10 15:32:31 slave1.ldap.mdc1.mozilla.com humanizer.py[1268]: self.RequestHandlerClass(request, client_address, self)
  8. Jul 10 15:32:31 slave1.ldap.mdc1.mozilla.com humanizer.py[1268]: File "/usr/lib64/python2.7/SocketServer.py", line 649, in __init__
  9. Jul 10 15:32:31 slave1.ldap.mdc1.mozilla.com humanizer.py[1268]: self.handle()
  10. Jul 10 15:32:31 slave1.ldap.mdc1.mozilla.com humanizer.py[1268]: File "/usr/lib/python2.7/site-packages/ldap_access_log_humanizer/syslog_server.py", line 18, in handle
  11. Jul 10 15:32:31 slave1.ldap.mdc1.mozilla.com humanizer.py[1268]: syslog_server_parser.parse_line(str(data))
  12. Jul 10 15:32:31 slave1.ldap.mdc1.mozilla.com humanizer.py[1268]: File "/usr/lib/python2.7/site-packages/ldap_access_log_humanizer/parser.py", line 25, in parse_line
  13. Jul 10 15:32:31 slave1.ldap.mdc1.mozilla.com humanizer.py[1268]: connection.add_event(event)
  14. Jul 10 15:32:31 slave1.ldap.mdc1.mozilla.com humanizer.py[1268]: File "/usr/lib/python2.7/site-packages/ldap_access_log_humanizer/connection.py", line 104, in add_event
  15. Jul 10 15:32:31 slave1.ldap.mdc1.mozilla.com humanizer.py[1268]: self.add_rest(event['rest'])
  16. Jul 10 15:32:31 slave1.ldap.mdc1.mozilla.com humanizer.py[1268]: File "/usr/lib/python2.7/site-packages/ldap_access_log_humanizer/connection.py", line 108, in add_rest
  17. Jul 10 15:32:31 slave1.ldap.mdc1.mozilla.com humanizer.py[1268]: self.add_operation(rest)
  18. Jul 10 15:32:31 slave1.ldap.mdc1.mozilla.com humanizer.py[1268]: File "/usr/lib/python2.7/site-packages/ldap_access_log_humanizer/connection.py", line 70, in add_operation
  19. Jul 10 15:32:31 slave1.ldap.mdc1.mozilla.com humanizer.py[1268]: operation.add_event(match.group(2))
  20. Jul 10 15:32:31 slave1.ldap.mdc1.mozilla.com humanizer.py[1268]: File "/usr/lib/python2.7/site-packages/ldap_access_log_humanizer/operation.py", line 139, in add_event
  21. Jul 10 15:32:31 slave1.ldap.mdc1.mozilla.com humanizer.py[1268]: if len(tokenized_rest) > 1:
  22. Jul 10 15:32:31 slave1.ldap.mdc1.mozilla.com humanizer.py[1268]: IndexError: list index out of range
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement