This article addresses cases where an AppWorx Agent, which has been running successfully, suddenly disconnects with an AwE-5103 error. Unlike startup failures, these are intermittent drops of an active connection.
SRVC_DOWN or STOPPED status.AwE-5103 network socket error: java.net.SocketException: Connection reset.CA Automic Applications Manager 9.x.x
A "Connection reset" on an established socket indicates that the local OS received a TCP RST packet. This is typically not an AppWorx software defect, but rather an external interruption:
To identify the source of the reset, perform the following:
netstat -ano | findstr <Port> during the failure to see if the socket is in CLOSE_WAIT, which indicates the other side closed the connection first.If the issue is resolved by a server reboot, it likely indicates that the OS network stack or a security driver was intercepting the traffic.
See to engage a Network Engineer for log analysis.