Windows – Issue with Server Ports Not Listening

portwindows

I have a business intelligence application called Qlikview that I am trying to install on a Windows Server 2003 SP2 64-bit machine. The application has several services that run, and they typically use ports 8081 – 8083. Usually what happens is when you start the services, you see the server listening on the ports in netstat. Ports 8082 & 8083 are working fine, but 8081 doesn't seem to want to listen. I've contacted the vendor and they have never experienced this issue before. There are no other applications trying to use the port so there are no conflicts. Is there something on the OS level that could prevent this port from being used? Any suggestions would be greatly appreciated.

Thanks!

Best Answer

Is there another application, like a web based application that's bound to port 8081?

for instance, I use PRTG which runs on port 81 but port 81 is only active and listed in the netstat (running with no options) output when I'm running the web based management tool in PRTG.

Try running netstat -a -n -p tcp -b and look for port 8081 in the output.