seafile (엔터프라이즈 클라우드) 오류 보고

에이, 몇 년 동안 운영이 진행되면서 마음이 조급해졌습니다. 작은 실수를 했습니다. 실행 중인 서버를 강제로 리셋했습니다. 리셋한 후에 seafile 클라우드에 접근했을 때 다음과 같은 오류를 해결했습니다.
Traceback (most recent call last):
File "/home/haiwen/seafile-server-5.1.2/seahub/thirdpart/Django-1.8.10-py2.7.egg/django/core/handlers/base.py", line 108, in get_response
response = middleware_method(request)
File "/home/haiwen/seafile-server-5.1.2/seahub/seahub/base/middleware.py", line 64, in process_request
cur_note = cache.get('CUR_TOPINFO') if cache.get('CUR_TOPINFO') else \
File "/home/haiwen/seafile-server-5.1.2/seahub/thirdpart/Django-1.8.10-py2.7.egg/django/core/cache/backends/filebased.py", line 41, in get
if not self.isexpired(f):
File "/home/haiwen/seafile-server-5.1.2/seahub/thirdpart/Django-1.8.10-py2.7.egg/django/core/cache/backends/filebased.py", line 138, in isexpired
exp = pickle.load(f)
EOFError
2016-06-08 08:47:20,003 [ERROR] django.request:256 handle_uncaught_exception Internal Server Error: /cgi-bin/common/attr
Traceback (most recent call last):
File "/home/haiwen/seafile-server-5.1.2/seahub/thirdpart/Django-1.8.10-py2.7.egg/django/core/handlers/base.py", line 108, in get_response
response = middleware_method(request)
File "/home/haiwen/seafile-server-5.1.2/seahub/seahub/base/middleware.py", line 64, in process_request
cur_note = cache.get('CUR_TOPINFO') if cache.get('CUR_TOPINFO') else \
File "/home/haiwen/seafile-server-5.1.2/seahub/thirdpart/Django-1.8.10-py2.7.egg/django/core/cache/backends/filebased.py", line 41, in get
if not self.isexpired(f):
File "/home/haiwen/seafile-server-5.1.2/seahub/thirdpart/Django-1.8.10-py2.7.egg/django/core/cache/backends/filebased.py", line 138, in isexpired
exp = pickle.load(f)

해결 방법:
캐시 정리:
rm -rf/tmp/seahub_cache/*

좋은 웹페이지 즐겨찾기