BASE DE DADOS DE CONHECIMENTO

Error "RuntimeException" Connecting to Tableau Server from Tableau Desktop


Publicado: 11 Apr 2015
Data da última modificação: 10 Oct 2022

Problemas

When connecting to Tableau Server from Tableau Desktop, the following error might occur:

RuntimeException
 
Additionally, the following exception is recorded in the vizportal log:
 
ERROR com.tableausoftware.app.vizportal.ClientXmlHandshakeController - java.lang.RuntimeException: Reading invalid int value: default for key: gateway.public.port
java.lang.RuntimeException: Reading invalid int value: default for key: gateway.public.port
 

Ambiente

Tableau Server

Resolução

In Tableau Server, set gateway.public.port to a port number (typically 80 or 443) by running the following commands:
tabadmin set gateway.public.port 80
tabadmin configure
tabadmin restart

Causa

The gateway.public.port setting is set to an invalid value.
Este artigo resolveu o problema?