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

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