Skip to main content
Nintex Community Menu Bar

Reconfigure Production Sever Port 5554 and 5251 to 5555 and 5252

  • October 8, 2015
  • 0 replies
  • 7 views

Forum|alt.badge.img+18


 

Symptoms


Attempting to reconfigure K2 to use default ports "5555" and "5252" but seeing warning:

"Port 5555 cannot be used because it is already in use."
 

Diagnoses


Command Prompt:

1. Use netstat to find PID using port 5555

netstat -o -n -a | findstr "5555"

2. Use tasklist to find what PID belongs to:

tasklist | findstr "[PIDfromNetstatResult]"
 

Resolution

A third party backup service was using port 5555. Third party software was uninstalled will re-install it with a different port. K2 was configured to use default port 5555.