seafile (엔터프라이즈 클라우드) 오류 보고
1852 단어 잘못 보고하다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/*
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
python 오류 발생TypeError:'NoneType'object is not subscriptable 해결 방법문제 발견 python을 쓸 때 이 오류가 발생했습니다. 그리고 인터넷의 튜토리얼의 해결 방안은 거의 모두 "이 변수를 다시 정의하십시오."라고 보았습니다. 나중에 내가 리턴 노네의 방법을 변수에 부여한 것을 발견하...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.