Skip to main content Skip to complementary content
Close announcements banner

Configuring stats and trace message transfer for Talend JobServer

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.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!