• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

port 8447 not listening

StannisG

New Pleskian
Hello,

I keep having an issue with the updater, launching update through the panel ends in a white page. Port 8447 is open but not proces is listening on it when I check it.

Code:
netstat -anp |grep 8447

Returns nothing

Code:
/usr/local/psa/admin/bin/autoinstaller --service-mode=update --enable-xml-output --ssl-cert /usr/local/psa/admin/conf/httpsd.pem --with-ssl --disable-browser --debug

Returns

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?><autoinstaller status="ok" error_message="Parallels Installer daemon launched."><data secret="uunwklsgfjgc" /></autoinstaller>

The port is open for a moment and the proces shows up on netstat now, a few moments later the proces is gone and port is closed again

To my system:

Debian 7.0
Plesk 11.x.x

Anyone an idea?

Thank you,
Stan







*****************************
Seems i have found my answer here:
*****************************

The reason why you can not install updates from the panel is that the server is running with Debian 7.1, which is currently not supported according to the "Release Notes for Parallels Plesk Panel 11.5 for Linux Systems".

http://download1.parallels.com/Plesk...ased-os.html#3

As a temporary option to install the updates, you can use the update installation via the command line, forcibly entering the installer to use the version 7.0:

# /usr/local/psa/admin/sbin/autoinstaller --select-product-id plesk --select-release-current --reinstall-patch --install-component base --override-os-version 7.0
 
Last edited:
For customers having the same issue:

Code:
plesk installer --all-versions --select-product-id plesk --select-release-latest --show-components >/dev/null && plesk installer --version

this resolved my port 8447 not loading
 
Back
Top