• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Plesk Migration Agent Error

J

JeffT

Guest
On one of my 8.1 Plesk servers, I am not able to get the Plesk Migration Agent to run. The error message is "Port 6489 is used by another program."


Any help would be appreciated.
 
Please make sure that no other process occupies port 6489. For example you can see which process is listenning by executing command below in Command Prompt:

netstat -o -n -a | findstr 6489

You can as well post it's output here.
 
Below is the results from netstat...



C:\Documents and Settings\Administrator>netstat -o -n -a | findstr 6489

C:\Documents and Settings\Administrator>
 
Back
Top