• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • 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.

Issue Backup xmlSchemaParse() failed after upgrade to Obsidian

PawelK

New Pleskian
Hello,

After upgrade Plesk to Obsidian I have error in Backup Manager :
xmlSchemaParse() failed

System : Ubuntu Xenial
Plesk Version : Obsidian 18.0.20

I see errors in the logs (/var/log/plesk/PMM/pmmcli.log) :

2019-10-26 20:27:03.232|22298] DEBUG: send-error-report /opt/psa/admin/bin/send-error-report <?xml version="1.0" ?><error><file>pmmcli, &lt;class 'libxml2.parserError'&gt;</file><line>0</line><message>xmlSchemaParse() failed</m
essage><trace> File &quot;/usr/lib/python2.7/runpy.py&quot;, line 174, in _run_module_as_main
&quot;__main__&quot;, fname, loader, pkg_name)
File &quot;/usr/lib/python2.7/runpy.py&quot;, line 72, in _run_code
exec code in run_globals
File &quot;/opt/psa/admin/sbin/pmmcli/__main__.py&quot;, line 25, in &lt;module&gt;
bootstrap_pex(__entry_point__)
File &quot;/opt/psa/admin/sbin/pmmcli/.bootstrap/_pex/pex_bootstrapper.py&quot;, line 98, in bootstrap_pex
pex.PEX(entry_point).execute()
File &quot;/opt/psa/admin/sbin/pmmcli/.bootstrap/_pex/pex.py&quot;, line 324, in execute
self._wrap_coverage(self._wrap_profiling, self._execute)
File &quot;/opt/psa/admin/sbin/pmmcli/.bootstrap/_pex/pex.py&quot;, line 254, in _wrap_coverage
runner(*args)
File &quot;/opt/psa/admin/sbin/pmmcli/.bootstrap/_pex/pex.py&quot;, line 286, in _wrap_profiling
runner(*args)
File &quot;/opt/psa/admin/sbin/pmmcli/.bootstrap/_pex/pex.py&quot;, line 367, in _execute
return self.execute_entry(self._pex_info.entry_point)
File &quot;/opt/psa/admin/sbin/pmmcli/.bootstrap/_pex/pex.py&quot;, line 425, in execute_entry
runner(entry_point)
File &quot;/opt/psa/admin/sbin/pmmcli/.bootstrap/_pex/pex.py&quot;, line 430, in execute_module
runpy.run_module(module_name, run_name='__main__')
File &quot;/usr/lib/python2.7/runpy.py&quot;, line 192, in run_module
fname, loader, pkg_name)
File &quot;/usr/lib/python2.7/runpy.py&quot;, line 72, in _run_code
exec code in run_globals
File &quot;/opt/psa/admin/sbin/pmmcli/pmmcli.py&quot;, line 3030, in &lt;module&gt;
File &quot;/opt/psa/admin/sbin/pmmcli/pmmcli.py&quot;, line 3023, in main
File &quot;/opt/psa/admin/sbin/pmmcli/pmmcli.py&quot;, line 2917, in logUnhandledError
File &quot;/opt/psa/admin/sbin/pmmcli/error_reporter.py&quot;, line 18, in sendException
stack_trace = traceback.format_stack()
</trace></error>
[2019-10-26 20:27:03.236|22298] INFO: Executing asynchronously <subprocess[22300] '/opt/psa/admin/bin/send-error-report send-error-report pmm'>
[2019-10-26 20:27:03.237|22298] INFO: Outgoing packet:
<?xml version="1.0" ?><response>
<errcode>1001</errcode>
<errmsg>xmlSchemaParse() failed</errmsg>
</response>​

I try reinstall python-libxml2 python python2.7 python3 python3.5 - no change.

Any help ? Tip ?
 
Back
Top