The URL of AWI is incorrect in SAP Solution Manager. It shows http://localhost:8080/awi instead of the one defined in the ini file of the SAP agent.
Release : 21.0.3
Component : SAP Agent
In the agent's ini file, the parameter webStartURL under section [SAP_SMSE] is being used. The parameter webStartURL is already deprecated.
[SAP_SMSE]
;
; webStartURL: The URL of the Web application that includes the UserInterface.
; To call the UserInterface directly via the SAP Solution Manager, you must specify this parameter.
;
webStartURL=http://<servername>:8080/awi
-Remove the entry from the SAP Solution Manager
-Stop the SAP agent
-Modify the SAP Agent's ini file:
From:
webStartURL=http:///<servername>:8080/awi
To:
AWI_URL=http:///<servername>:8080/awi
-Start the agent