• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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