Advertisement
Guest User

Untitled

a guest
Apr 28th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.46 KB | None | 0 0
  1. Thu Apr 21 14:50:40 2016 - *** HARAKIRI ON WORKER 4 (pid: 97, try: 1) ***
  2. *** uWSGI Python tracebacker output ***
  3.  
  4. thread_id = Thread-1 filename = /usr/lib/python2.7/threading.py lineno = 783 function = __bootstrap line = self.__bootstrap_inner()
  5. thread_id = Thread-1 filename = /usr/lib/python2.7/threading.py lineno = 810 function = __bootstrap_inner line = self.run()
  6. thread_id = Thread-1 filename = /usr/lib/python2.7/threading.py lineno = 763 function = run line = self.__target(*self.__args, **self.__kwargs)
  7. thread_id = Thread-1 filename = /usr/local/lib/python2.7/dist-packages/concurrent/futures/thread.py lineno = 65 function = _worker line = work_item = work_queue.get(block=True)
  8. thread_id = Thread-1 filename = /usr/lib/python2.7/Queue.py lineno = 168 function = get line = self.not_empty.wait()
  9. thread_id = Thread-1 filename = /usr/lib/python2.7/threading.py lineno = 339 function = wait line = waiter.acquire()
  10.  
  11. thread_id = Connection heartbeat filename = /usr/lib/python2.7/threading.py lineno = 783 function = __bootstrap line = self.__bootstrap_inner()
  12. thread_id = Connection heartbeat filename = /usr/lib/python2.7/threading.py lineno = 810 function = __bootstrap_inner line = self.run()
  13. thread_id = Connection heartbeat filename = /usr/lib/python2.7/threading.py lineno = 620 function = wait line = self.__cond.wait(timeout)
  14. thread_id = Connection heartbeat filename = /usr/lib/python2.7/threading.py lineno = 358 function = wait line = _sleep(delay)
  15.  
  16. thread_id = uWSGIWorker4Core0 filename = /usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py lineno = 177 function = __call__ line = response = self.get_response(request)
  17. thread_id = uWSGIWorker4Core0 filename = /usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py lineno = 147 function = get_response line = response = wrapped_callback(request, *callback_args, **callback_kwargs)
  18. thread_id = uWSGIWorker4Core0 filename = switchdin/apps/accounts/views.py lineno = 19 function = custom_login line = return userena_views.signin(request, **kwargs)
  19. thread_id = uWSGIWorker4Core0 filename = /tmp/src/django-userena/userena/decorators.py lineno = 28 function = _wrapped_view line = return view_func(request, *args, **kwargs)
  20. thread_id = uWSGIWorker4Core0 filename = /tmp/src/django-userena/userena/views.py lineno = 438 function = signin line = if form.is_valid():
  21. thread_id = uWSGIWorker4Core0 filename = /usr/local/lib/python2.7/dist-packages/django/forms/forms.py lineno = 161 function = is_valid line = return self.is_bound and not self.errors
  22. thread_id = uWSGIWorker4Core0 filename = /usr/local/lib/python2.7/dist-packages/django/forms/forms.py lineno = 153 function = errors line = self.full_clean()
  23. thread_id = uWSGIWorker4Core0 filename = /usr/local/lib/python2.7/dist-packages/django/forms/forms.py lineno = 363 function = full_clean line = self._clean_form()
  24. thread_id = uWSGIWorker4Core0 filename = /usr/local/lib/python2.7/dist-packages/django/forms/forms.py lineno = 390 function = _clean_form line = cleaned_data = self.clean()
  25. thread_id = uWSGIWorker4Core0 filename = /tmp/src/django-userena/userena/forms.py lineno = 181 function = clean line = user = authenticate(identification=identification, password=password)
  26. thread_id = uWSGIWorker4Core0 filename = /usr/local/lib/python2.7/dist-packages/django/contrib/auth/__init__.py lineno = 74 function = authenticate line = user = backend.authenticate(**credentials)
  27. thread_id = uWSGIWorker4Core0 filename = /tmp/src/django-userena/userena/backends.py lineno = 41 function = authenticate line = if user.check_password(password):
  28. thread_id = uWSGIWorker4Core0 filename = /usr/local/lib/python2.7/dist-packages/django/contrib/auth/base_user.py lineno = 110 function = check_password line = return check_password(raw_password, self.password, setter)
  29. thread_id = uWSGIWorker4Core0 filename = /usr/local/lib/python2.7/dist-packages/django/contrib/auth/hashers.py lineno = 52 function = check_password line = is_correct = hasher.verify(password, encoded)
  30. thread_id = uWSGIWorker4Core0 filename = /usr/local/lib/python2.7/dist-packages/django/contrib/auth/hashers.py lineno = 265 function = verify line = encoded_2 = self.encode(password, salt, int(iterations))
  31. thread_id = uWSGIWorker4Core0 filename = /usr/local/lib/python2.7/dist-packages/django/contrib/auth/hashers.py lineno = 258 function = encode line = hash = pbkdf2(password, salt, iterations, digest=self.digest)
  32. thread_id = uWSGIWorker4Core0 filename = /usr/local/lib/python2.7/dist-packages/django/utils/crypto.py lineno = 191 function = pbkdf2 line = return b''.join(T) + F(l)[:r]
  33. thread_id = uWSGIWorker4Core0 filename = /usr/local/lib/python2.7/dist-packages/django/utils/crypto.py lineno = 187 function = F line = result ^= _bin_to_long(u)
  34. thread_id = uWSGIWorker4Core0 filename = /usr/local/lib/python2.7/dist-packages/django/utils/crypto.py lineno = 114 function = _bin_to_long line = return int(binascii.hexlify(x), 16)
  35.  
  36. thread_id = Task Scheduler filename = /usr/lib/python2.7/threading.py lineno = 783 function = __bootstrap line = self.__bootstrap_inner()
  37. thread_id = Task Scheduler filename = /usr/lib/python2.7/threading.py lineno = 810 function = __bootstrap_inner line = self.run()
  38. thread_id = Task Scheduler filename = /usr/lib/python2.7/threading.py lineno = 763 function = run line = self.__target(*self.__args, **self.__kwargs)
  39. thread_id = Task Scheduler filename = /usr/lib/python2.7/Queue.py lineno = 168 function = get line = self.not_empty.wait()
  40. thread_id = Task Scheduler filename = /usr/lib/python2.7/threading.py lineno = 339 function = wait line = waiter.acquire()
  41.  
  42. thread_id = cassandra_driver_event_loop filename = /usr/lib/python2.7/threading.py lineno = 783 function = __bootstrap line = self.__bootstrap_inner()
  43. thread_id = cassandra_driver_event_loop filename = /usr/lib/python2.7/threading.py lineno = 810 function = __bootstrap_inner line = self.run()
  44. thread_id = cassandra_driver_event_loop filename = /usr/lib/python2.7/threading.py lineno = 763 function = run line = self.__target(*self.__args, **self.__kwargs)
  45. thread_id = cassandra_driver_event_loop filename = /usr/local/lib/python2.7/dist-packages/cassandra/io/asyncorereactor.py lineno = 92 function = _run_loop line = asyncore.loop(timeout=0.001, use_poll=True, count=100)
  46. thread_id = cassandra_driver_event_loop filename = /usr/lib/python2.7/asyncore.py lineno = 220 function = loop line = poll_fun(timeout, map)
  47. thread_id = cassandra_driver_event_loop filename = /usr/lib/python2.7/asyncore.py lineno = 201 function = poll2 line = readwrite(obj, flags)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement