Getting java.io.IOException Failed to bind to 0.0.0.0:0.0.0.0:8500 error when starting an agent controller. #402
Closed
bhakarswayamavarapu
started this conversation in
General
Replies: 1 comment 1 reply
-
This typically happens if the port of the XLT Agent Controller (8500 by default) is already used by another process. It may also be that the Agent Controller is already running (started manually by someone else or automatically when the machine was done booting). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @team,
When I was trying to start the agent controller in the virtual linux server(machine) getting the below error
java.io.IOException Failed to bind to 0.0.0.0:0.0.0.0:8500
I was using the below command:
cd ./agentcontroller.sh to start the agent controller.
Please find attached screenshot for reference:
Can you please suggest?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions