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

Resolved Plesk Onyx Windows Update Error

MorrisC

Basic Pleskian
Issues:
unable to connect to https://localhost:8447/add_components.html?secret=xxxxx&locale=en-US

it shows error_connection_Timeout

Tried:
*I did a command line update, it shows error message
error document empty
exit code 1

Error Log:
[2018-11-14 10:25:34] ERR [1] PHP Warning: DOMDocument::loadXML(): Document is empty in Entity, line: 1; File: C:\Program Files (x86)\Plesk\admin\plib\CommonPanel\Update\Patch.php, Line: 49

*When I type Plesk -V, it shows
2018/11/14 14:45:59 Failed to parse microupdates config: XML syntax error on line 1: illegal character code U+0000
Product version: Plesk Onyx 17.8.11
Build date: 2018/09/20 13:00
Build target: Windows 2008/2012/2016
Revision: e9df9caff8e588150f466eff382eded387dcb41a
Wrapper version: 1.2

Anyone has nay ideas how to fix this?
 
Got in touch with Plesk Support. The problem has been resolved.

Step 1. Check C:\ParallelsInstaller\microupdates.xml is not empty
Step 2. if it is empty, type

<code>
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<patches>
<product id="panel" version="17.8.11" installed-at="20180528T230120">
<patch version="30" timestamp="1541152957" installed-at="20181112T230921" revision="94ba4225f8c456e75d4a7e513c21915015223e38" />
</product>
</patches>
</code>
step 3. save and fixed
 
Back
Top