vm12 ubuntu16.04 系统更新后资料库显示红色错误

删除seahub_cache无效

2018-03-19 11:04:06,080 [ERROR] django.request:256 handle_uncaught_exception Internal Server Error: /api2/repos/
Traceback (most recent call last):
File “/home/az/sunrisecloud/seafile-server-6.2.2/seahub/thirdpart/Django-1.8.18-py2.7.egg/django/core/handlers/base.py”, line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File “/home/az/sunrisecloud/seafile-server-6.2.2/seahub/thirdpart/Django-1.8.18-py2.7.egg/django/views/decorators/csrf.py”, line 58, in wrapped_view
return view_func(*args, **kwargs)
File “/home/az/sunrisecloud/seafile-server-6.2.2/seahub/thirdpart/Django-1.8.18-py2.7.egg/django/views/generic/base.py”, line 71, in view
return self.dispatch(request, *args, **kwargs)
File “/home/az/sunrisecloud/seafile-server-6.2.2/seahub/seahub/api2/base.py”, line 23, in dispatch
response = super(APIView, self).dispatch(*a, **kw)
File “/home/az/sunrisecloud/seafile-server-6.2.2/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py”, line 466, in dispatch
response = self.handle_exception(exc)
File “/home/az/sunrisecloud/seafile-server-6.2.2/seahub/seahub/api2/base.py”, line 20, in handle_exception
return super(APIView, self).handle_exception(exc)
File “/home/az/sunrisecloud/seafile-server-6.2.2/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py”, line 463, in dispatch
response = handler(request, *args, **kwargs)
File “/home/az/sunrisecloud/seafile-server-6.2.2/seahub/seahub/api2/views.py”, line 456, in get
ret_corrupted=True)
File “/home/az/sunrisecloud/seafile-server-6.2.2/seafile/lib64/python2.6/site-packages/seaserv/api.py”, line 116, in get_owned_repo_list
start, limit)
File “/home/az/sunrisecloud/seafile-server-6.2.2/seafile/lib64/python2.6/site-packages/pysearpc/client.py”, line 110, in newfunc
ret_str = self.call_remote_func_sync(fcall_str)
File “/home/az/sunrisecloud/seafile-server-6.2.2/seafile/lib64/python2.6/site-packages/ccnet/rpc.py”, line 75, in call_remote_func_sync
req_id = self._start_service(client)
File “/home/az/sunrisecloud/seafile-server-6.2.2/seafile/lib64/python2.6/site-packages/ccnet/rpc.py”, line 36, in _start_service
raise SearpcError(“Error received: %s %s (In _start_service)” % (rsp.code, rsp.code_msg))
SearpcError: Error received: 511 Unknown service (In _start_service)

已经自行解决了,8082端口被别的进程占用了…