The devmapserver is establishing port connections on TCP/IP ports needed by other applications.
What is this application?
Is there any way to bind it to specific ports?
Is there any way to block it from using required ports?
The problem was our server was expecting to use port 1080 and some others at very low numbers. When this application is started it listens on 17302 and a few others not the ones we needed. 1080 and the others we needed were being used by the other side of the 17302 connection which are automatically assigned by windows. We just changed our servers default ports to higher numbers and it resolved the problem.