IIS probe listening on port 8080
search cancel

IIS probe listening on port 8080

book

Article ID: 130985

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

The iis probe is LISTENING on 0.0.0.0:8080 when configured to monitor IIS on the localhost.  This is preventing the World Wide Web Publishing Service from running because it cannot bind to the 0.0.0.0:8080 transport.  Stop then start the Nimbus Robot, and the iis probe is no longer LISTENING on 0.0.0.0:8080 and the World Wide Web Publishing service no longer fails.

The controller probe is configured with first_probe_port set to 48000 and the probe itself is using port 4812 when viewed through Infrastructure Manager or Admin Console.

Environment

UIM Server 9.02
iis probe:  1.91

Cause

The Filter port configured for the localhost monitoring profile was set to 8080.  This caused the probe to create 3 LISTENING TCP connections, one for the probe (using the probe's port number assigned by the controller probe), one for 999 as configured in the IISRequest.cfg file, and one for 8080.

Resolution

Change the Filter Port number configured in the localhost monitoring profile from 8080 to 999.  This port value specifies the port to communicate between the IIS Server and the probe.  Apply the change and cold start (deactivate then activate) the iis probe to force the probe to release its connection to the 8080 port.