• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Backup error

S

SOMMERMEYERA

Guest
Hi!
When I want to make a backup I have this message
Erreur: Runtime error in pmmcli:
libxml2.parserError xmlSchemaParse() failed
Traceback (most recent call last):
File "/usr/local/psa/admin/share/pmmcli/pmmcli.py", line 1846, in main
data_action_response, errcode_response, error_message = actions.get(sys.argv[1][2:])(parameters)
File "/usr/local/psa/admin/share/pmmcli/pmmcli.py", line 1665, in get_dumps_list
return ActionRunner(GetDumpsListAction, dump_list_query, None).doActivity()
File "/usr/local/psa/admin/share/pmmcli/pmmcli.py", line 65, in __init__
self.processor = ActionProcessor(parameter_stdin, parameters)
File "/usr/local/psa/admin/share/pmmcli/pmmcli.py", line 117, in __init__
PMMCliAction.__init__(self, parameter_stdin, parameters)
File "/usr/local/psa/admin/share/pmmcli/pmmcli.py", line 89, in __init__
self.__input_validator = validator.Validator(pmm_config.pmm_api_xml_protocols_schema())
File "/usr/local/psa/admin/lib/python/validator.py", line 19, in __init__
self.ctxt_schema = self.ctxt_parser.schemaParse()
File "/usr/lib64/sw/python2.4/site-packages/libxml2.py", line 6257, in schemaParse
if ret is None:raise parserError('xmlSchemaParse() failed')
parserError: xmlSchemaParse() failed

Thank you,

André
 
Unfortunately here is not enough details but I can assume only that something wrong with libxml2 library there.
Try to update this package with all related dependences. I hope it will help.
 
Back
Top