求救-服务器异常重启后,报错

2016-08-26 07:32:31,061 [ERROR] django.request:256 handle_uncaught_exception Internal Server Error: /
Traceback (most recent call last):
File “/root/haiwen/seafile-server-5.1.4/seahub/thirdpart/Django-1.8.10-py2.7.egg/django/core/handlers/base.py”, line 108, in get_response
response = middleware_method(request)
File “/root/haiwen/seafile-server-5.1.4/seahub/seahub/base/middleware.py”, line 64, in process_request
cur_note = cache.get(‘CUR_TOPINFO’) if cache.get(‘CUR_TOPINFO’) else
File “/root/haiwen/seafile-server-5.1.4/seahub/thirdpart/Django-1.8.10-py2.7.egg/django/core/cache/backends/filebased.py”, line 41, in get
if not self._is_expired(f):
File “/root/haiwen/seafile-server-5.1.4/seahub/thirdpart/Django-1.8.10-py2.7.egg/django/core/cache/backends/filebased.py”, line 138, in _is_expired
exp = pickle.load(f)
EOFError
2016-08-26 07:32:31,244 [ERROR] django.request:256 handle_uncaught_exception Internal Server Error: /favicon.ico
Traceback (most recent call last):
File “/root/haiwen/seafile-server-5.1.4/seahub/thirdpart/Django-1.8.10-py2.7.egg/django/core/handlers/base.py”, line 108, in get_response
response = middleware_method(request)
File “/root/haiwen/seafile-server-5.1.4/seahub/seahub/base/middleware.py”, line 64, in process_request
cur_note = cache.get(‘CUR_TOPINFO’) if cache.get(‘CUR_TOPINFO’) else
File “/root/haiwen/seafile-server-5.1.4/seahub/thirdpart/Django-1.8.10-py2.7.egg/django/core/cache/backends/filebased.py”, line 41, in get
if not self._is_expired(f):
File “/root/haiwen/seafile-server-5.1.4/seahub/thirdpart/Django-1.8.10-py2.7.egg/django/core/cache/backends/filebased.py”, line 138, in _is_expired
exp = pickle.load(f)
EOFError
2016-08-26 07:36:28,769 [ERROR] django.request:256 handle_uncaught_exception Internal Server Error: /accounts/login/
Traceback (most recent call last):
File “/root/haiwen/seafile-server-5.1.4/seahub/thirdpart/Django-1.8.10-py2.7.egg/django/core/handlers/base.py”, line 108, in get_response
response = middleware_method(request)
File “/root/haiwen/seafile-server-5.1.4/seahub/seahub/base/middleware.py”, line 64, in process_request
cur_note = cache.get(‘CUR_TOPINFO’) if cache.get(‘CUR_TOPINFO’) else
File “/root/haiwen/seafile-server-5.1.4/seahub/thirdpart/Django-1.8.10-py2.7.egg/django/core/cache/backends/filebased.py”, line 41, in get
if not self._is_expired(f):
File “/root/haiwen/seafile-server-5.1.4/seahub/thirdpart/Django-1.8.10-py2.7.egg/django/core/cache/backends/filebased.py”, line 138, in _is_expired
exp = pickle.load(f)
EOFError

看一下这里