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

UtilityError Cannot Pack Theme For Vendor AdminSTDOUT

Can someone help me with this problem? I've been getting it for a while and have not found any way to fix it. It happens on every backup, even Plesk local backups. Anyone experience this problem before?

<?xml version="1.0" encoding="UTF-8"?>
<execution-result status="warnings" log-location="/usr/local/psa/PMM/sessions/2015-09-25-214703.109/migration.result">
<object name="server" type="server">
<message id="eaf765db-bfed-4c60-8ccc-e21d6c3eeb72" severity="warning" code="UtilityError">
<description>Cannot pack theme for vendor adminSTDOUT:</description>
</message>
</object>
</execution-result>
 
Usually this error message occur when you have IP address attached to domain which are not present in the server. Try to find this extra IP address and assign existing IP to this domain instead of this IP.
 
Could you please elaborate IgorG? Not sure what you mean.
We are having the same issue.

migration.log
[2015-10-29 04:14:55.186| 752] INFO: Ftp init url ftp://DOMAIN/FOLDER/backup_1510290413.tar
[2015-10-29 04:18:16.984| 752] INFO: CurlError[82ab0a1f-75ec-4be7-8330-4f3a4f0de7d5]: Curl error: Failed sending data to the peer [./ftp.cpp:418]
void plesk::tFtpConnection::UploadFile(const std::string&)
[2015-10-29 04:18:16.984| 752] INFO: TransportError[468f1893-7085-4c33-8366-3a56595573c4]: Transport error: unable to put local file /usr/local/psa/PMM/tmp/backupZtU79u/backup_1510290413.tar to backup_1510290413.tar: Curl error: Failed sending data to the peer [./transport.cpp:706]
virtual void plesk::tRepositoryFtp::putFile(const std::string&, const std::string&)
[2015-10-29 04:18:17.378| 752] INFO: pmm-ras finished. Exit code: 1

migration.result
<?xml version="1.0" encoding="UTF-8"?>
<execution-result status="error" log-location="/usr/local/psa/PMM/sessions/2015-10-29-041301.593/migration.result">
<message id="8329c6da-fe89-4bbe-8881-c38982828ac8" severity="error" code="msgtext">
<description>Can&#39;t upload file &#39;backup_info_1510290413.xml&#39; to ftp. Error code: 1</description>
</message>
<object name="server" type="server">
<message id="4b5931c6-ccaa-4e4f-80db-029ae783c57f" severity="warning" code="UtilityError">
<description>Cannot pack theme for vendor adminSTDOUT:</description>
</message>
</object>
</execution-result>
 
Back
Top