When launching or logging into the Automic Applications Manager Java Web Client, the connection fails with an "AwE-5009 - RMI connection failure" or "AwE-9999 Internal error" message. Selecting the details button reveals the following Java connection exception: java.net.ConnectException: Connection refused: connect
This issue occurs when the client machine is unable to successfully establish a socket connection to the master server’s IP and port, preventing the application from initializing.
Applications Manager 9.4 and above
The java.net.ConnectException: Connection refused: connect error indicates that the Java Client cannot establish a TCP/IP connection to the master server. This is typically caused by:
Test-NetConnection -ComputerName [Master_IP] -Port [RMI Registry Port_Number]$AW_HOME/web/classes/Options.properties file to ensure the RMIHostID and RMIRegistryPortNumber are correctly set for your environment.