博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
seafile(企业云盘)报错
阅读量:6181 次
发布时间:2019-06-21

本文共 1807 字,大约阅读时间需要 6 分钟。

哎,当了这么几年的运维,心情急躁了,犯了个小小错误,强制重启了一台运行的服务器,重启后访问seafile云盘的时候,解决报错如下:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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/*

本文转自 baishuchao 51CTO博客,原文链接:http://blog.51cto.com/baishuchao/1932997

转载地址:http://gadda.baihongyu.com/

你可能感兴趣的文章
【对讲机的那点事】北京无线电协会C4FM数字中继台终端设备调制方式
查看>>
Unity3d资源解决方案之AssetBundle
查看>>
具有1-10年开发经验的程序员应该如何提升自己
查看>>
HTML5 FormData实现文件上传实例
查看>>
SAP语境下什么是The Business Engineer?
查看>>
C# 桌面软件开发-深入学习 [1]- AY-C#人爱学不学-aaronyang技术分享
查看>>
Jquery ajax异步传值的两个实用的方法,你看后肯定会用第二个
查看>>
HashMap实现原理
查看>>
spring、springMvc、springBoot和springCloud的联系与区别
查看>>
物联网无处不在取决于Wi-Fi和蓝牙
查看>>
windows和Linux上安装php7 alpha 并安装 yaf
查看>>
MongoDB简介
查看>>
事件驱动的详解
查看>>
Google I/O 2019 将于5月7日举办
查看>>
分析程序员如何选择适合自己职业规划的 offer
查看>>
科技化浪潮下,金融牌照还有没有价值?
查看>>
生成项目目录结构(based on windows system)
查看>>
VS 2013 打包程序教程
查看>>
SD-WAN来了,分支路由器就不要了?
查看>>
使用golang写一个redis-cli
查看>>