If I'm not mistaken, the error is in


Socket sClient = new Socket("doug-PC", 3002);

If "doug-PC" is not mapped to an IP in your hosts file, than it may be treated as an IP itself. You should...