seahub启动失败!救助

LC_ALL is not set in ENV, set to en_US.UTF-8
Starting seahub at port 8000 ...
Error:Seahub failed to start.
Please try to run "./seahub.sh start" again

之前安装社区版没有问题,停止服务后删除社区版文件夹,安装专业版,然后seahub就打不开了。

系统debian 9,数据库mariadb

配置文件中没有中文,端口也没有被占用。

error.log

[2017-10-12 03:34:16 +0000] [2286] [ERROR] Exception in worker process:
Traceback (most recent call last):
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/arbiter.py", line 515, in spawn_worker
    worker.init_process()
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/workers/base.py", line 122, in init_process
    self.load_wsgi()
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/workers/base.py", line 130, in load_wsgi
    self.wsgi = self.app.wsgi()
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/app/base.py", line 67, in wsgi
    self.callable = self.load()
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/app/wsgiapp.py", line 65, in load
    return self.load_wsgiapp()
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/app/wsgiapp.py", line 52, in load_wsgiapp
    return util.import_app(self.app_uri)
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/util.py", line 357, in import_app
    __import__(module)
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/seahub/__init__.py", line 3, in <module>
    from handlers import repo_created_cb, repo_deleted_cb
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/seahub/handlers.py", line 16, in <module>
    import seafevents
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/seafevents/__init__.py", line 43, in <module>
    from .tasks import IndexUpdater
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/seafevents/tasks/__init__.py", line 2, in <module>
    from .index_updater import IndexUpdater
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/seafevents/tasks/index_updater.py", line 7, in <module>
    from ccnet.async import Timer
  File "/home/ksana/seafile-pro-server-6.1.9/seafile/lib64/python2.6/site-packages/ccnet/async/__init__.py", line 7, in <module>
    from .async_client import AsyncClient
  File "/home/ksana/seafile-pro-server-6.1.9/seafile/lib64/python2.6/site-packages/ccnet/async/async_client.py", line 2, in <module>
    import libevent
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/libevent/__init__.py", line 1, in <module>
    from .libevent import *
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/libevent/libevent.py", line 1, in <module>
    from _libevent import *
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/libevent/_libevent.py", line 17, in <module>
    __bootstrap__()
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/libevent/_libevent.py", line 15, in __bootstrap__
    imp.load_dynamic(__name__,__file__)
ImportError: libpython2.7.so.1.0: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/arbiter.py", line 515, in spawn_worker
    worker.init_process()
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/workers/base.py", line 122, in init_process
    self.load_wsgi()
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/workers/base.py", line 130, in load_wsgi
    self.wsgi = self.app.wsgi()
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/app/base.py", line 67, in wsgi
    self.callable = self.load()
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/app/wsgiapp.py", line 65, in load
    return self.load_wsgiapp()
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/app/wsgiapp.py", line 52, in load_wsgiapp
    return util.import_app(self.app_uri)
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/util.py", line 357, in import_app
    __import__(module)
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/seahub/__init__.py", line 3, in <module>
    from handlers import repo_created_cb, repo_deleted_cb
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/seahub/handlers.py", line 16, in <module>
    import seafevents
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/seafevents/__init__.py", line 43, in <module>
    from .tasks import IndexUpdater
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/seafevents/tasks/__init__.py", line 2, in <module>
    from .index_updater import IndexUpdater
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/seafevents/tasks/index_updater.py", line 7, in <module>
    from ccnet.async import Timer
  File "/home/ksana/seafile-pro-server-6.1.9/seafile/lib64/python2.6/site-packages/ccnet/async/__init__.py", line 7, in <module>
    from .async_client import AsyncClient
  File "/home/ksana/seafile-pro-server-6.1.9/seafile/lib64/python2.6/site-packages/ccnet/async/async_client.py", line 2, in <module>
    import libevent
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/libevent/__init__.py", line 1, in <module>
    from .libevent import *
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/libevent/libevent.py", line 1, in <module>
    from _libevent import *
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/libevent/_libevent.py", line 17, in <module>
    __bootstrap__()
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/libevent/_libevent.py", line 15, in __bootstrap__
    imp.load_dynamic(__name__,__file__)
ImportError: libpython2.7.so.1.0: cannot open shared object file: No such file or directory
[2017-10-12 03:34:16 +0000] [2286] [INFO] Worker exiting (pid: 2286)
[2017-10-12 03:34:16 +0000] [2289] [ERROR] Exception in worker process:
Traceback (most recent call last):
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/arbiter.py", line 515, in spawn_worker
    worker.init_process()
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/workers/base.py", line 122, in init_process
    self.load_wsgi()
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/workers/base.py", line 130, in load_wsgi
    self.wsgi = self.app.wsgi()
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/app/base.py", line 67, in wsgi
    self.callable = self.load()
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/app/wsgiapp.py", line 65, in load
    return self.load_wsgiapp()
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/app/wsgiapp.py", line 52, in load_wsgiapp
    return util.import_app(self.app_uri)
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/util.py", line 357, in import_app
    __import__(module)
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/seahub/__init__.py", line 3, in <module>
    from handlers import repo_created_cb, repo_deleted_cb
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/seahub/handlers.py", line 16, in <module>
    import seafevents
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/seafevents/__init__.py", line 43, in <module>
    from .tasks import IndexUpdater
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/seafevents/tasks/__init__.py", line 2, in <module>
    from .index_updater import IndexUpdater
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/seafevents/tasks/index_updater.py", line 7, in <module>
    from ccnet.async import Timer
  File "/home/ksana/seafile-pro-server-6.1.9/seafile/lib64/python2.6/site-packages/ccnet/async/__init__.py", line 7, in <module>
    from .async_client import AsyncClient
  File "/home/ksana/seafile-pro-server-6.1.9/seafile/lib64/python2.6/site-packages/ccnet/async/async_client.py", line 2, in <module>
    import libevent
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/libevent/__init__.py", line 1, in <module>
    from .libevent import *
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/libevent/libevent.py", line 1, in <module>
    from _libevent import *
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/libevent/_libevent.py", line 17, in <module>
    __bootstrap__()
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/libevent/_libevent.py", line 15, in __bootstrap__
    imp.load_dynamic(__name__,__file__)
ImportError: libpython2.7.so.1.0: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/arbiter.py", line 515, in spawn_worker
    worker.init_process()
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/workers/base.py", line 122, in init_process
    self.load_wsgi()
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/workers/base.py", line 130, in load_wsgi
    self.wsgi = self.app.wsgi()
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/app/base.py", line 67, in wsgi
    self.callable = self.load()
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/app/wsgiapp.py", line 65, in load
    return self.load_wsgiapp()
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/app/wsgiapp.py", line 52, in load_wsgiapp
    return util.import_app(self.app_uri)
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/util.py", line 357, in import_app
    __import__(module)
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/seahub/__init__.py", line 3, in <module>
    from handlers import repo_created_cb, repo_deleted_cb
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/seahub/handlers.py", line 16, in <module>
    import seafevents
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/seafevents/__init__.py", line 43, in <module>
    from .tasks import IndexUpdater
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/seafevents/tasks/__init__.py", line 2, in <module>
    from .index_updater import IndexUpdater
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/seafevents/tasks/index_updater.py", line 7, in <module>
    from ccnet.async import Timer
  File "/home/ksana/seafile-pro-server-6.1.9/seafile/lib64/python2.6/site-packages/ccnet/async/__init__.py", line 7, in <module>
    from .async_client import AsyncClient
  File "/home/ksana/seafile-pro-server-6.1.9/seafile/lib64/python2.6/site-packages/ccnet/async/async_client.py", line 2, in <module>
    import libevent
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/libevent/__init__.py", line 1, in <module>
    from .libevent import *
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/libevent/libevent.py", line 1, in <module>
    from _libevent import *
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/libevent/_libevent.py", line 17, in <module>
    __bootstrap__()
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/libevent/_libevent.py", line 15, in __bootstrap__
    imp.load_dynamic(__name__,__file__)
ImportError: libpython2.7.so.1.0: cannot open shared object file: No such file or directory
[2017-10-12 03:34:16 +0000] [2289] [INFO] Worker exiting (pid: 2289)
[2017-10-12 03:34:16 +0000] [2287] [ERROR] Exception in worker process:
Traceback (most recent call last):
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/arbiter.py", line 515, in spawn_worker
    worker.init_process()
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/workers/base.py", line 122, in init_process
    self.load_wsgi()
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/workers/base.py", line 130, in load_wsgi
    self.wsgi = self.app.wsgi()
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/app/base.py", line 67, in wsgi
    self.callable = self.load()
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/app/wsgiapp.py", line 65, in load
    return self.load_wsgiapp()
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/app/wsgiapp.py", line 52, in load_wsgiapp
    return util.import_app(self.app_uri)
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/util.py", line 357, in import_app
    __import__(module)
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/seahub/__init__.py", line 3, in <module>
    from handlers import repo_created_cb, repo_deleted_cb
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/seahub/handlers.py", line 16, in <module>
    import seafevents
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/seafevents/__init__.py", line 43, in <module>
    from .tasks import IndexUpdater
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/seafevents/tasks/__init__.py", line 2, in <module>
    from .index_updater import IndexUpdater
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/seafevents/tasks/index_updater.py", line 7, in <module>
    from ccnet.async import Timer
  File "/home/ksana/seafile-pro-server-6.1.9/seafile/lib64/python2.6/site-packages/ccnet/async/__init__.py", line 7, in <module>
    from .async_client import AsyncClient
  File "/home/ksana/seafile-pro-server-6.1.9/seafile/lib64/python2.6/site-packages/ccnet/async/async_client.py", line 2, in <module>
    import libevent
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/libevent/__init__.py", line 1, in <module>
    from .libevent import *
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/libevent/libevent.py", line 1, in <module>
    from _libevent import *
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/libevent/_libevent.py", line 17, in <module>
    __bootstrap__()
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/libevent/_libevent.py", line 15, in __bootstrap__
    imp.load_dynamic(__name__,__file__)
ImportError: libpython2.7.so.1.0: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/arbiter.py", line 515, in spawn_worker
    worker.init_process()
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/workers/base.py", line 122, in init_process
    self.load_wsgi()
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/workers/base.py", line 130, in load_wsgi
    self.wsgi = self.app.wsgi()
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/app/base.py", line 67, in wsgi
    self.callable = self.load()
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/app/wsgiapp.py", line 65, in load
    return self.load_wsgiapp()
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/app/wsgiapp.py", line 52, in load_wsgiapp
    return util.import_app(self.app_uri)
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/thirdpart/gunicorn-19.4.5-py2.7.egg/gunicorn/util.py", line 357, in import_app
    __import__(module)
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/seahub/__init__.py", line 3, in <module>
    from handlers import repo_created_cb, repo_deleted_cb
  File "/home/ksana/seafile-pro-server-6.1.9/seahub/seahub/handlers.py", line 16, in <module>
    import seafevents
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/seafevents/__init__.py", line 43, in <module>
    from .tasks import IndexUpdater
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/seafevents/tasks/__init__.py", line 2, in <module>
    from .index_updater import IndexUpdater
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/seafevents/tasks/index_updater.py", line 7, in <module>
    from ccnet.async import Timer
  File "/home/ksana/seafile-pro-server-6.1.9/seafile/lib64/python2.6/site-packages/ccnet/async/__init__.py", line 7, in <module>
    from .async_client import AsyncClient
  File "/home/ksana/seafile-pro-server-6.1.9/seafile/lib64/python2.6/site-packages/ccnet/async/async_client.py", line 2, in <module>
    import libevent
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/libevent/__init__.py", line 1, in <module>
    from .libevent import *
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/libevent/libevent.py", line 1, in <module>
    from _libevent import *
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/libevent/_libevent.py", line 17, in <module>
    __bootstrap__()
  File "/home/ksana/seafile-pro-server-6.1.9/pro/python/libevent/_libevent.py", line 15, in __bootstrap__
    imp.load_dynamic(__name__,__file__)
ImportError: libpython2.7.so.1.0: cannot open shared object file: No such file or directory
[2017-10-12 03:34:16 +0000] [2287] [INFO] Worker exiting (pid: 2287)

求助大神帮忙

企业版比社区版需要更多的依赖,详细请看

https://manual.seafile.com/deploy_pro/download_and_setup_seafile_professional_server.html