0

Debian7 にアップグレードした後、opscenter は次のエラーで開始を拒否します:

2013-08-12 10:09:05+0200 []  INFO: Log opened.
2013-08-12 10:09:05+0200 []  INFO: twistd 10.2.0 (/usr/bin/python2.7 2.7.3) starting up.
2013-08-12 10:09:05+0200 []  INFO: reactor class: twisted.internet.selectreactor.SelectReactor.
2013-08-12 10:09:05+0200 []  INFO: set uid/gid 0/0
2013-08-12 10:09:05+0200 []  INFO: Logging level set to 'info'
2013-08-12 10:09:05+0200 []  INFO: OpsCenter version: 3.2.1
2013-08-12 10:09:05+0200 []  INFO: Compatible agent version: 3.2.1
2013-08-12 10:09:05+0200 []  INFO: Loading per-cluster config file /etc/opscenter/clusters/MLX_TEST.conf
2013-08-12 10:09:05+0200 []  INFO: HTTP BASIC authentication enabled
2013-08-12 10:09:05+0200 []  INFO: Starting webserver with ssl disabled.
2013-08-12 10:09:05+0200 []  INFO: Unhandled error in Deferred:
2013-08-12 10:09:05+0200 [] Unhandled Error
        Traceback (most recent call last):
          File "/usr/share/opscenter/lib/py-debian/2.7/amd64/twisted/scripts/_twistd_unix.py", line 317, in startApplication
            app.startApplication(application, not self.config['no_save'])
          File "/usr/share/opscenter/lib/py-debian/2.7/amd64/twisted/application/app.py", line 653, in startApplication
            service.IService(application).startService()
          File "/usr/share/opscenter/lib/py-debian/2.7/amd64/twisted/application/service.py", line 277, in startService
            service.startService()
          File "/usr/share/opscenter/lib/py-debian/2.7/amd64/twisted/internet/defer.py", line 1141, in unwindGenerator
            return _inlineCallbacks(None, f(*args, **kwargs), Deferred())
        --- <exception caught here> ---
          File "/usr/share/opscenter/lib/py-debian/2.7/amd64/twisted/internet/defer.py", line 1020, in _inlineCallbacks
            result = g.send(result)
          File "/usr/lib/python2.7/dist-packages/opscenterd/OpsCenterdService.py", line 51, in startService

          File "/usr/lib/python2.7/dist-packages/opscenterd/OpsCenterdService.py", line 136, in setupClusterManager

          File "/usr/lib/python2.7/dist-packages/opscenterd/ClusterServices.py", line 66, in __init__

          File "/usr/lib/python2.7/dist-packages/opscenterd/ClusterServices.py", line 264, in makeStatsReporter

          File "/usr/lib/python2.7/dist-packages/opscenterd/StatsReporter.py", line 60, in makeReporter

          File "/usr/lib/python2.7/dist-packages/opscenterd/StatsReporter.py", line 42, in __init__

          File "/usr/lib/python2.7/dist-packages/opscenterd/SslUtils.py", line 3, in <module>

          File "/usr/share/opscenter/lib/py-debian/2.7/amd64/OpenSSL/__init__.py", line 11, in <module>
            import rand, crypto, SSL, tsafe
        exceptions.ImportError: libssl.so.0.9.8: cannot open shared object file: No such file or directory

libssl0.9.8 の候補はないようです。これは他の質問で提案されています:

esb-a-test:~# apt-get install libssl0.9.8
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libssl0.9.8 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libssl0.9.8' has no installation candidate

/usr/lib32 にライブラリが表示されます。/usr/lib にはありません

4

1 に答える 1

1

これは既知の問題ですが、回避策は次の場所に記載されています。

http://www.datastax.com/documentation/opscenter/3.2/webhelp/#opsc/troubleshooting/opscTroubleshooting_g.html#topic_opsc_troubleshooting

そのインポート エラーに関連するセクションを参照してください。

于 2013-08-12T19:12:09.453 に答える