Port occupied.

Port occupied.

If the port is already occupied (as in the screenshot), prompt as in below message will appear. 



Case 1: If the application is running in the services and you try to start the application in CMD as well this error occurs ,if the application is started in the services then stop the application in the command prompt.

Case 2: If you still face issues follow the below steps to find application that uses the port

>>Open the CMD as an administrator and execute the command NETSTAT -ano | findstr 443. This command will display the processes and the ports used by them.

>>To find application that uses the port. Go to Task Manager>>Details>>Search with the PID number and find which service is using the port ,killing it may cause any server level changes so please contact your system administrator about this and try to free up the 443 port or change the port number for the existing service using the port 443.

Once the port is freed up then the application will start running.

>>Follow the below link to change the web server port.


                  New to ADSelfService Plus?

                    • Related Articles

                    • How to change the port on which MySQL runs

                      The following are the instructions to change the port for the MySQL database. 1. Edit the ManageEngine\ServiceDesk\Bin\StartDb.bat file and change "33366" to the port on which the default MySQL runs. 2. Edit the ...
                    • Port Occupied / Application Layer Starting

                      If the port is already occupied (as in the screenshot), prompt as in below screenshot will appear.  Find application that uses the port by following the steps below, Execute, netstat -oan (This command will display list of processes and the ports ...
                    • How to change application port

                      1. Stop the application  2. Open Command Prompt as Admin 3. Go to ManageEngine\ServiceDeskPlus-MSP\bin 4. Invoke command changeWebServerPort.bat [newportnumber] [Protocol http or https] 5. Start the application. Refer below screenshot  Note : ...
                    • Integrating Zoho Projects with SDP MSP change management

                      Overview: Automatically creating projects in Zoho Projects based on the changes in SDP MSP keeps everything in sync without manual updates. This means all tasks and updates on a Change are automatically reflected in Zoho Projects, making it easier to ...
                    • Change roles

                      SELECT chdt.changeid               "Change ID",         chdt.title                  "Title",         orgaaa.first_name           "Change Requester",         ownaaa.first_name           "Change Owner",  ...