Configuring stats and trace message transfer for Talend JobServer - 8.0

Talend Installation Guide

Version
8.0
Language
English
Operating system
Windows
Subscription type
Subscription
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30
You can specify a port through which the Talend Studio fetches the latest stats and trace messages from the Talend JobServer for Jobs being executed remotely.

Procedure

  1. Go to the directory <root>\conf, where <root> is the Talend JobServer path, and open the TalendJobServer.properties file to edit it.
  2. In the line dedicated to the configuration of the message transfer port, specify a port number.
    org.talend.remote.jobserver.server.TalendJobServer.PROCESS_MESSAGE_PORT=<port_number>

    The default port is 8555. You can specify any port that is available in the system.

  3. To enable stats and trace message transfer, set the following parameter to true.
    org.talend.remote.jobserver.server.TalendJobServer.ENABLED_PROCESS_MESSAGE=true

    If the Talend JobServer is deployed on the same machine with the Talend Studio, you can set this parameter to false to disable the service and save your port resources.

  4. Save your changes and restart the Talend JobServer so that the configuration takes effect.