知識庫

Error "RuntimeException" Connecting to Tableau Server from Tableau Desktop


發佈時間 : 11 Apr 2015
上次修改日期 : 10 Oct 2022

問題

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
 

環境

Tableau Server

解決方法

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

原因

The gateway.public.port setting is set to an invalid value.
這篇文章是否解決了問題?