Problema
Después de actualizar a Tableau Server 10, pueden producirse los siguientes problemas:
Al intentar iniciar sesión en Tableau Server, puede producirse el error "Sign in failed" (Error de inicio de sesión).
O bien
Los registros podrían mostrar el siguiente error:
"PSQLException: Connection to localhost:8060 refused" ("PSQLException: se rechazó la conexión a localhost:8060"
El repositorio podría aparecer como "detenido" o "configurando".
Para determinar si se puede aplicar esta solución, revise el registro de clustercontroller cuando se produzca el fallo para ver si aparece este error:
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 (WARN : com.tableausoftware.cluster.postgres.SpawnPostgresRunner - No se inició la supervisión del proceso de la instancia maestra. Pruebe con una conmutación por error... org.postgresql.util.PSQLException: FATAL: el sistema de la base de datos se está iniciando)
...
INFO : com.tableausoftware.cluster.postgres.SpawnPostgresRunner - Failing over master Postgres to localhost:8060 (INFO : com.tableausoftware.cluster.postgres.SpawnPostgresRunner - Ejecutando una conmutación por error de la instancia maestra de Postgres en localhost:8060)
INFO : com.tableausoftware.cluster.postgres.SpawnPostgresRunner - Stopping the monitoring thread for Postgres instance on localhost:8060 (INFO : com.tableausoftware.cluster.postgres.SpawnPostgresRunner - Deteniendo el proceso de supervisión de la instancia de Postgres en localhost:8060)
INFO : com.tableausoftware.cluster.postgres.SpawnPostgresRunner - Starting the monitoring thread for master Postgres instance on localhost:8060 (INFO : com.tableausoftware.cluster.postgres.SpawnPostgresRunner - Iniciando la supervisión del proceso de la instancia maestra de Postgres en localhost:8060)