When starting the RmiServer and AgentService process, it starts up successfully but the java awapi does not start.
Reviewing the RmiServer and AgenService logs show that the local agent in unable to connect to the master due to an Agent Validation error with the details showing a "not authorized to make connection" error. Below is an example of the error.
AgentService: AwE-5126
AgentService: .AxOptions: NoErrorMsgProperties=false
ErrorMsg: AwE-5126 Agent validation error
Details: <AGENT> <host>/10.10.10.10 60010
Agent validation error : <AGENT> <host>/10.10.10.10 60010 : java.net.ConnectException: not authorized to make connection
at com.appworx.server.data.MasterSocketManager.B(MasterSocketManager.java:480)
at com.appworx.server.data.AxRmiServer$3$1.run(AxRmiServer.java:729)
Caused by: java.net.ConnectException: not authorized to make connection
... 2 more