0
最新のHUEバージョン3.11をインストールしました。私はそれは常に私のサーバーエラーを与える500HUEにアクセスするときのサーバーエラー500
http://localhost:8888を経由して試してみて、アクセス色相たびしかし、私は、ログを見てきましたし、runcpserver.logとsupervisor.logの両方が、すべてがOKに見えることを示しています。色相ディレクトリを削除して、make installを実行しようとしましたが、毎回同じように実行します。
runcpserver.log:
[20/Oct/2016 04:10:02 -0700] __init__ WARNING Couldn't import snappy. Support for snappy compression disabled.
[20/Oct/2016 04:10:03 -0700] settings INFO Welcome to Hue 3.11.0
[20/Oct/2016 04:10:04 -0700] __init__ WARNING Couldn't import snappy. Support for snappy compression disabled.
[20/Oct/2016 04:10:31 -0700] middleware INFO Unloading AuditLoggingMiddleware
[20/Oct/2016 04:10:31 -0700] middleware INFO Unloading SpnegoMiddleware
[20/Oct/2016 04:10:31 -0700] middleware INFO Unloading HueRemoteUserMiddleware
[20/Oct/2016 04:10:33 -0700] decorators INFO AXES: BEGIN LOG
[20/Oct/2016 04:10:33 -0700] decorators INFO Using django-axes 1.5.0
[20/Oct/2016 04:10:33 -0700] middleware INFO Redirecting to login page:/
[20/Oct/2016 04:10:33 -0700] access INFO 192.168.56.72 -anon- - "GET/HTTP/1.1" -- login redirection
[20/Oct/2016 04:10:33 -0700] fsmanager WARNING Filesystem not configured for s3a
[20/Oct/2016 04:10:34 -0700] decorators INFO AXES: Calling decorated function: dt_login
[20/Oct/2016 04:10:35 -0700] decorators INFO AXES: Calling decorated function: dt_login
[20/Oct/2016 04:10:35 -0700] decorators INFO args: (True,)
supervisor.log:
20/Oct/2016 12:09:51 ] supervisor INFO Starting process /usr/local/hue/build/env/bin/hue kt_renewer
[20/Oct/2016 12:09:51 ] supervisor INFO Starting process /usr/local/hue/build/env/bin/hue runcpserver
[20/Oct/2016 12:09:51 ] supervisor INFO Started proceses (pid 25860) /usr/local/hue/build/env/bin/hue kt_renewer
[20/Oct/2016 12:09:51 ] supervisor INFO Started proceses (pid 25861) /usr/local/hue/build/env/bin/hue runcpserver
[20/Oct/2016 12:10:03 ] supervisor INFO Command "/usr/local/hue/build/env/bin/hue kt_renewer" exited normally.
のaccess.log:
[20/Oct/2016 04:25:49 -0700] INFO 192.168.56.72 -anon- - "GET/HTTP/1.1" -- login redirection
[20/Oct/2016 04:25:49 -0700] DEBUG 192.168.56.72 -anon- - "GET /accounts/login/ HTTP/1.1"
[20/Oct/2016 04:25:50 -0700] DEBUG 192.168.56.72 -anon- - "GET /static/desktop/ext/fonts/Roboto-regular/Roboto-regular.f84cb1bf9be9.woff2 HTTP/1.1"
[20/Oct/2016 04:25:52 -0700] DEBUG 192.168.56.72 -anon- - "GET /static/desktop/art/favicon.2351422f4956.ico HTTP/1.1"
ここ
は丸太の一部からの出力です私はまた、これはCDH経由ではなくHUEのスタンドアロンインストールです。しかし、私はこの方法の前にそれを働かせるように管理してきたので、これを取引遮断者と見なさないでください。アイデア?
色相ウェブUIのエラーログ – BruceWayne
/usr/local/hue/logsからいくつかのログ情報を追加しました。多分私が気付いていない他のログがあるかもしれません。 – user3676476
このようなことが起こっていますか?http://stackoverflow.com/questions/37207387/hue-500-server-error?rq=1 – BruceWayne