DLP Detector after upgrade (or install) doesn't communicate with Enforce server.
The Detector server shows on DLP console (UI) with status Unknown.
DLP 15.x and above
The Communication.properties configuration file is configured with a serverbindname=IPAddress. The host to IP address mapping is not configured at the server C:\Windows\System32\Drivers\etc\hosts file, and java.net.PlainSocketImpl.socketBind(Native Method) is configured to bind the tcp port 8100 to a host that doesn't exist in the hosts file.
Update the Communication.properties under the C:\SymantecDLP\Protect\config directory and try one of the following resolutions:
1. Verify that the serverbindname= has the correct value for the local network IP address of the network adapter you expect the Enforce server to connect to. (Note: This should NOT have the Enforce IP address). If the value is incorrect then update with the correct IP and then save the file and restart the detection server services.
2. Comment out the serverbindname=IPAddress line as shown below.