Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
This error may occur due to the command port being used by other applications.
Can you use the command "netstat -a -n -o | find "[COMMAND-PORT]"" to check this?
Change the below configuration in TalendJobserver.properties file in location \jobserver\agent\conf :
org.talend.remote.jobserver.server.TalendJobServer.COMMAND_SERVER_PORT=XXXX to a free port.
Restart JobServer
I hope this helps.
Thanks!!