You are having issues connecting to Talend Cloud Management Console and would like
to test the connection.
Troubleshooting
Procedure
-
Run the following command to monitor the connection
between the Remote Engine Gen2
and Talend Cloud Management Console and
display the corresponding logs:
docker-compose logs -f --tail 50 remote-engine-agent
This command will display the last 50 lines of logs of the
engine.
- Optional:
If you want to display and print all the logs of your
Remote Engine Gen2, run the
following command:
docker-compose logs --tail 100000 > my-engine-all-logs.txt
This command would transfer the last 10000 log rows
in a .txt file.