問題
Tableau Server 10 にアップグレードした後、以下の問題が発生する場合があります。
Tableau Server にログインしようとすると "サインインに失敗しました" エラーで失敗します。
または
次のエラーがログに記録される場合があります。
"PSQLException: Connection to localhost:8060 refused" (localhost:8060 への接続は拒否されました)
リポジトリが "stopped (停止中)" または "setting up (セットアップ中)" と表示される場合があります。
この解決策を適用できるかどうかを判断するには、障害発生時の clustercontroller のログに次のエラーがないか確認します。
WARN : com.tableausoftware.cluster.postgres.SpawnPostgresRunner - Monitoring thread for the master instance didn't start. Trying failover... (マスター インスタンスのスレッドの監視が開始しませんでした。フェールオーバー試行中...)
org.postgresql.util.PSQLException: FATAL: the database system is starting up (致命的: データベース システムは起動中です)
...
INFO : com.tableausoftware.cluster.postgres.SpawnPostgresRunner - Failing over master Postgres to localhost:8060 (マスター Postgres を localhost:8060 にフェールオーバーしています)
INFO : com.tableausoftware.cluster.postgres.SpawnPostgresRunner - Stopping the monitoring thread for Postgres instance on localhost:8060 (localhost:8060 で Postgres インスタンスの監視スレッドを停止しています)
INFO : com.tableausoftware.cluster.postgres.SpawnPostgresRunner - Starting the monitoring thread for master Postgres instance on localhost:8060 (localhost:8060 で Postgres インスタンスの監視スレッドを開始しています)