• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

plesk panel - stopped

E

EbrahimM

Guest
On my server it says Plesk panel stopped but i am able to use plesk.

I tried to restart it via the service manager, it came normal for a couple of seconds then marked with the x mark (plesk stopped)

Also while trying to create or delete any domain on plesk im getting this error

dnsmng::update() failed: dnsmng failed: Empty error message from utility.
---------------------- Debug Info -------------------------------
0: DNSManager.php:954
DNSManager::updateDNSZone(object of type DNSZone)
1: DNSToggleUIPointer.php:49
DNSToggleUIPointer->accessItem(string 'GET', NULL null)
2: UIPointer.php:600
UIPointer->access(string 'GET')
3: plesk.php:50


Please help
 
from event viewer

Execute websrvmng.exe --start-plesk-website failed with error code -1073741819: at (execUtil line 142) at Execute C:\Program Files (x86)\Parallels\Plesk\admin\bin\websrvmng.exe --start-plesk-website(execUtil line 149) at Start control panel(PleskControlPanel::serviceMain line 107) at PleskControlPanel::serviceMain(PleskControlPanel::serviceMain line 122)
C:\Program Files (x86)\Parallels\Plesk\admin\bin\PleskControlPanel.exe
 
Most probably configuration files of DNS server are corrupted. You can try fixing it using Plesk command line tool:
"%plesk_bin%\defpackagemng.exe" --fix --type=dnsserver

"%plesk_bin%\DNSMng.exe" update *
 
Back
Top