The Smart Connect service would not start after being deployed via group policy or manually installed.
There is one visible error message that appears during the installation or when restarting the service:
The Symantec Web Security.cloud Smart Connect service on local computer started and then stopped. Some services stop automatically if they are not in use by other services or programs.
The other error message can be located in the agent.log file under C:\Program Files (x86)\Symantec.cloud\Smart Connect
bind: An attempt was made to access a socket in a way forbidden by its access permissions.
This applies to Smart Connect version 1.6 and above, running on the following Windows operating systems:
Windows Vista
Windows 7
Windows 8.x
Windows 10
The error message in the agent.log file indicates that the Smart Connect service could not bind to the listening port (default port is 80, which was specified in the agentconfigure.xml), as another application/service is currently using this port.
To find out what application/service is running currently on port 80 and kill the process, please run the following commands:
Type c:\> tasklist /fi "PID eq 4 (Where 4 is the PID as shown above)
You should then see the following output:
If unable to kill the process, as a workaround the agentconfigure.xml file can be changed to use a different listening port as shown is step 3 in technical article "Customize the Smart Connect configuration file". It is strongly recommended that a privileged port (one below 1024) be used.