The Application Server (VizPortal) handles the web application and REST API calls. Application Server also supports browsing and searching. To ensure high availability of Application Server, configure instances on each node in the Tableau Server cluster.
ProcessApplication Server
Status Status of the Application Server process is visible on the Status Page. For more information, see View Server Process Status Logging Logs generated by the Application Server process are located in/var/opt/tableau/tableau_server/data/tabsvc/logs/
vizportal
. For more information, see Tableau Server Logs and Log File Locations
What happens when an Application Server process fails? Requests being handled by that instance will fail, but subsequent requests will be routed to other running Application Server processes. Assuming the node containing the failed Application Server is still running, the failed process should automatically restart within seconds.
Troubleshooting problems with Application ServerBeginning with version 2024.2.0, admins can enable Activity and Resource Tracing (ART) data to trouble issues with Application Server. The ART data captured provides detailed insights of memory and CPU usage. This can be useful if your server is experiencing Server Resource Manager (SRM) restarts due to native memory saturation with Application Server (VizPortal).
Important:Â When you enable ART, additional entries are written to vizportal java and cpp logs. You should not leave ART enabled after you are finished investigating. Be sure to disable ART to avoid extra disk space usage.
Enable ART data on Tableau ServerTo enable ART data:
Open a command prompt as administrator on the initial node (the node where TSM is installed).
Run the following tsm commands:
tsm configuration set -k vizportal.enable_art -v true
tsm configuration set -k vizportal.log_art_java -v true
tsm configuration set -k vizportal.art_skip_list -v "/v1/reportEventUnauthenticated,/v1/getSessionInfo,/v1/hasUnseenNotifications,/v1/refreshSession,/v1/getViews,/v1/getUsers,/v1/getWorkbooks,/v1/getView,/v1/getServerSettingsUnauthenticated,/v1/getProjectAncestors,/v1/getWorkbook"
tsm restart
Application Server logs are found here by default:
C:\ProgramData\Tableau\Tableau Server\data\tabsvc\logs\vizportalDisable ART
Disable ART data after completing your investigation. To disable ART, run the following commands at a command prompt:
tsm configuration set -k vizportal.enable_art -v false
tsm configuration set -k vizportal.log_art_java -v false
tsm configuration set -k vizportal.art_skip_list -v ""
tsm restart
Â
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4