Error Message :
ErrorMsg: AwE-5103 network socket error (12/20/16 8:16 PM)
Details: 10.20.9.69:49153
network socket error : 10.20.9.69:49153 : java.net.ConnectException:
Remote Agent fails to start and the above error message is seen in AgentService log on the Remote Agent's machine. 20:16:27.87 AgentService: .AwComm: lookup 49153 Y 10.20.9.69
20:16:27.88 AgentService: .AgentService: createSocket: 10.20.9.69:49153 From DC1RH730/10.10.50.66:49175 encrypt true
20:16:27.88 AgentService: .AgentService: using sun ssl
20:16:27.146 AgentService: AwE-5103
20:16:27.147 AgentService: .AxOptions: NoErrorMsgProperties=false
ErrorMsg: AwE-5103 network socket error (12/20/16 8:16 PM)
Details: 10.20.9.69:49153
network socket error : 10.20.9.69:49153 : java.net.ConnectException: Connection refused Other Remote Agents remain running and jobs are executing successfully.
Investigation- Confirm that the awcomm process is able to connect by reviewing the logs.
- Verify the information in the $AW_HOME/data/net_con.dat file to ensure it is correct.
- Look at the AgentService process on the Master, since this is the next step in a Master/Remote Agent connection.
- Check to see that the process is running by issuing:
Unix/Linux
ps -ef |grep <AM user>
or
ck (only if you are logged in as the AM user on the Remote Agent and have executed the sosite file)
Windows
Task Manager and look for any processes running for the Remote Agent
Kill/Terminate any AM-related processes that are still running on the Remote Agent.
- Use the 'netstat' command to check any connections from the Remote Agent machine to see if it is connected to the IP of the Master.
netstat | grep <Master's IP>
If there are any connections to the Master machine's 'awcomm' or 'MasterServer' port, go ahead and kill them.
- Ensure that there is an AgentService log present on the Master machine. If it does not exist, stop and restart the AgentService process.
The AgentService process should start and successfully run Jobs. If it does not, open a case with Support.