问题:服务器连接问题

我的电脑部署了seafile的服务器,使用了2天都没有问题,通过客户端和网页都可以上传下载文件,但是后来客户端就显示一些服务器未连接,我也不知道是什么服务器没有连接,网页也无法打开,目前不能通过客户端和网页进行文件的上传下载。客户端图标处有一个感叹号,并提示获取资料库信息失败。

查看一下 log 中有什么报错信息,主要是 ccnet.log, seafile.log, seahub.log, seahub_django_request.log.

@lian 我这里只看到3种log:ccnet.log, seafile.log, applet.log

@lian:ccnet.log
(398): Accepted a local client
[11/29/16 16:45:09] …/common/peer.c
(943): Local peer down
[11/29/16 16:45:09]

是指服务器中 seafile 的 log

贴下 seahub_django_request.log 或者清空下 seahub_cache 目录

@xie.zheng seahub_django_request.log
2016-11-29 18:32:53,358 [ERROR] django.request:256 handle_uncaught_exception Internal Server Error: /api2/ping/
Traceback (most recent call last):
File “D:\SeafileProgram\seafile-server-5.1.3\seahub\thirdpart\django-1.8.10-py2.7.egg\django\core\handlers\base.py”, line 108, in get_response
response = middleware_method(request)
File “D:\SeafileProgram\seafile-server-5.1.3\seahub\seahub\base\middleware.py”, line 64, in process_request
cur_note = cache.get(‘CUR_TOPINFO’) if cache.get(‘CUR_TOPINFO’) else
File “D:\SeafileProgram\seafile-server-5.1.3\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 “D:\SeafileProgram\seafile-server-5.1.3\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

@xie.zheng Thank you very much! 我做了情况seahub_cache 目录,就好了!
请问这个目录是做什么用的?经常需要情况吗?

是清空seahub_cache目录吗?