문제
Tableau Server 10으로 업그레이드한 후 다음과 같은 문제가 발생할 수 있습니다.
Tableau Server에 로그인하는 데 실패하고 "Sign in failed(로그인 실패)" 오류가 발생할 수 있음
또는
로그에 다음 오류가 표시될 수 있음:
"PSQLException: Connection to localhost:8060 refused"(PSQLException: localhost:8060 연결 거부됨)
리포지토리가 'stopped(중지됨)' 또는 'setting up(설정 중)' 상태로 표시될 수 있음
이 해결 방법을 적용할 수 있는지 결정하려면 오류 발생 시점에 clustercontroller 로그에 다음 오류가 있는지 확인하세요.
WARN : com.tableausoftware.cluster.postgres.SpawnPostgresRunner - Monitoring thread for the master instance didn't start. Trying failover...((WARN : com.tableausoftware.cluster.postgres.SpawnPostgresRunner - 마스터 인스턴스의 모니터링 스레드가 시작되지 않았습니다. 장애 조치 시도 중...)
org.postgresql.util.PSQLException: FATAL: the database system is starting up(org.postgresql.util.PSQLException: FATAL: 데이터베이스 시스템 시작 중)
...
INFO : com.tableausoftware.cluster.postgres.SpawnPostgresRunner - Failing over master Postgres to localhost:8060(INFO : com.tableausoftware.cluster.postgres.SpawnPostgresRunner - 마스터 Postgres를 localhost:8060으로 이동하는 장애 조치 수행 중)
INFO : com.tableausoftware.cluster.postgres.SpawnPostgresRunner - Stopping the monitoring thread for Postgres instance on localhost:8060(INFO : com.tableausoftware.cluster.postgres.SpawnPostgresRunner - localhost:8060에서 Postgres 인스턴스에 대한 모니터링 스레드를 중지하는 중)
INFO : com.tableausoftware.cluster.postgres.SpawnPostgresRunner - Starting the monitoring thread for master Postgres instance on localhost:8060(INFO : com.tableausoftware.cluster.postgres.SpawnPostgresRunner - localhost:8060에서 마스터 Postgres 인스턴스에 대한 모니터링 스레드를 시작하는 중)