• 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.

Unhandled exception E06D7363

Gilles

New Pleskian
I get these errors on Plesk 12.5, Win Server 2012R2.


ERROR: Exception: Unable to get administrator password: Unexpected end of data when read from serializer.<br> at getPassword('pwd')(PleskSrvClient::getPassword line 218)<br> at (zif_get_admin_password line 277) (Helper.php:68)

OR
ERROR: Exception: Unable to get administrator password: The system cannot find the file specified. (Error code 2) at Unable to connect to pipe \\.\pipe\P_e7812b7c-c3bb-4e8f-8bc2-9322df6e1a7b<br> at (Con::ClientOverlappedPipe::create line 503)<br> at getPassword('pwd')(PleskSrvClient::getPassword line 218)<br> at (zif_get_admin_password line 277) (Helper.php:68)

Every time I have to restart the Plesk service but it fails.

Event Log Viewer:
Unhandled exception
E06D7363
Execute file name: C:\Program Files (x86)\Parallels\Plesk\admin\bin\plesksrv.exe
 
Looks like you have broken installation of Plesk Mobile module. Try to remove plesk-mobile folder from C:\Plesk\admin\plib\modules and check how it goes on.
 
Have you restarted psa service after removing module? Do you have other modules installed?
 
I am not sure what psa service is. I have Plesk Management Service, Plesk PopPass Service and Plesk SQL Server.
I restarted all of them.
Other modules? like what?
 
Use following command in CMD for Plesk restart

net stop plesksrv /Y && net start plesksrv && net start poppassd
 
Back
Top