How to troubleshoot port binding errors in Thinfinity VirtualUI 3.0

How to troubleshoot port binding errors in Thinfinity VirtualUI 3.0

Table of contents

In this guide, we will explain to you how to troubleshoot port binding errors in Thinfinity® VirtualUI. 
A port binding is the configuration information that determines where and how a message will be sent or received. Some binding errors on the Log of Thinfinity® VirtualUI will show you an error on the landing page.

The most common errors are :

Binding port:6580 with error:5
Binding port:6580 with error:183

In this case we will use the default port for VirtualUI, port 6580, as an example.
This would apply to any port assigned on the General tab of the VirtualUI Manager.

Screenshot example

If you see the error 183, by clicking on the Show Log button found on the bottom left corner of the VirtualUI Manager window, please follow these steps:

Screenshot example

  1. First off, open a Command Prompt window as an Administrator and enter the following line:

netsh http show urlacl | find “6580” (or the port configured on VirtualUI)

  1. You will see a screen like this one:

Reserved URL: https://*:6580

Screenshot example

  1. In order to unbind this port, use the following command line:

netsh http delete urlacl url=https://*:6580

Bear in mind, the URL has to match the one that came back from the Reserver URL

For the binding error 5, you would need to follow these steps:

  1. Open a Command Prompt window as an administrator and type the following line:

netstat -ano | find “6580”

  1. This will return something like this:

Screenshot example

The last column shows the PID (process ID), which can be used to check which process is occupying this port, as shown below:

Screenshot example

Bear in mind that Thinfinity® uses ‘http.sys’ as a Microsoft web service component, and its name is System.

If you have any questions, please email us at [email protected].

Regards!

Have any questions?

Book a call today to learn more about how Thinfinity® can help your organization. We are always available to guide you and provide the best solution based on your specific needs.

Add Comment

Thinfinity_logo

Get a Demo

Experience how Universal ZTNA with Thinfinity® integrates with VDI and DaaS for unmatched security and flexibility.

Table of contents

Blogs you might be interested in

<span>Configuration</span>, <span>Independent software Vendor (ISV)</span>, <span>IT Admin</span>, <span>Port Binding</span>, <span>Secure Application Delivery</span>, <span>Thinfinity VirtualUI</span>, <span>Thinfinity Workspace</span>, <span>Troubleshooting</span>, <span>Web-Based Applications</span>