Page unavailable,服务器在hiccup,无法打开网页

查询logs里面问题日志如下:
2016-08-17 20:31:28,480 [ERROR] django.request:256 handle_uncaught_exception Internal Server Error: /favicon.ico
Traceback (most recent call last):
File “/home/liqingran/seafile/installed/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 “/home/liqingran/seafile/installed/seafile-server-5.1.3/seahub/seahub/base/middleware.py”, line 46, in process_request
username)
File “/home/liqingran/seafile/installed/seafile-server-5.1.3/seafile/lib64/python2.6/site-packages/seaserv/service.py”, line 150, in get_personal_groups_by_user
groups_all = ccnet_threaded_rpc.get_groups(email)
File “/home/liqingran/seafile/installed/seafile-server-5.1.3/seafile/lib64/python2.6/site-packages/pysearpc/client.py”, line 110, in newfunc
ret_str = self.call_remote_func_sync(fcall_str)
File “/home/liqingran/seafile/installed/seafile-server-5.1.3/seafile/lib64/python2.6/site-packages/ccnet/rpc.py”, line 71, in call_remote_func_sync
client = self.pool.get_client()
File “/home/liqingran/seafile/installed/seafile-server-5.1.3/seafile/lib64/python2.6/site-packages/ccnet/pool.py”, line 29, in get_client
client = self._create_client()
File “/home/liqingran/seafile/installed/seafile-server-5.1.3/seafile/lib64/python2.6/site-packages/ccnet/pool.py”, line 19, in _create_client
client = SyncClient(self.conf_dir, self.central_config_dir)
File “/home/liqingran/seafile/installed/seafile-server-5.1.3/seafile/lib64/python2.6/site-packages/ccnet/sync_client.py”, line 17, in init
Client.init(self, config_dir, central_config_dir)
File “/home/liqingran/seafile/installed/seafile-server-5.1.3/seafile/lib64/python2.6/site-packages/ccnet/client.py”, line 75, in init
self.parse_config()
File “/home/liqingran/seafile/installed/seafile-server-5.1.3/seafile/lib64/python2.6/site-packages/ccnet/client.py”, line 94, in parse_config
self.port = self.config.getint(‘Client’, ‘PORT’)
File “/usr/lib64/python2.7/ConfigParser.py”, line 359, in getint
return self._get(section, int, option)
File “/usr/lib64/python2.7/ConfigParser.py”, line 356, in _get
return conv(self.get(section, option))
File “/usr/lib64/python2.7/ConfigParser.py”, line 607, in get
raise NoSectionError(section)
NoSectionError: No section: 'Client

你看一下你的 ../conf/ccnet.conf 文件中有没有这两行

[Client]
PORT = 13419

有的。。。。。。。。。。

这个要删吗 能不能解释下原因

你的服务器是什么版本?是自己编译的还是用我们提供的二进制包?

服务器centos7.2 seafile5.1.3官网下载的

请再找个干净的centos 7安装测下,我们用脚本测试过没有问题 https://github.com/haiwen/seafile-server-installer-cn

那这个问题到底是什么意思呢

配置文件 ../conf/ccnet.conf 缺少 Client 这项,可能安装过程哪里弄错了,没有按照我们文档上来;也可能是错误的编辑了ccnet.conf