• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved PleskPMMResponseException - PMMConnector.php 831

Hello Igor,

yes it is installed

plesk_migrator.PNG

The creation of backups actually stopped as well... Last Backup made on 2016-11-08
 
Hello. Could you please try to run the following command:
Code:
/usr/local/psa/admin/bin/pmmcli --get-tasks-list Backup
 
Ah, interesting output:

Code:
Traceback (most recent call last):
  File "/opt/psa/admin/sbin/pmmcli", line 5, in <module>
    import pmmcli
  File "/opt/psa/admin/share/pmmcli/pmmcli.py", line 20, in <module>
    import pmmcli_session
  File "/opt/psa/admin/share/pmmcli/pmmcli_session.py", line 15, in <module>
    import pmm_migration_handler
  File "/opt/psa/admin/share/pmmcli/pmm_migration_handler.py", line 14, in <module>
    import migration_handler
  File "/opt/psa/admin/share/migration-handler/migration_handler.py", line 17, in <module>
    from migration_handler_restore import MigrationRestore, MigrationRestoreException
  File "/opt/psa/admin/share/migration-handler/migration_handler_restore.py", line 27, in <module>
    import pmm_repository_access_service
ValueError: bad marshal data (string ref out of range)

ValueError: bad marshal data (string ref out of range)

Seems like a problem with Python, do you know how i can fix it?

Code:
apt-get install --reinstall python2.7
Does not solve it...
 
Could you please try to remove *.pyc and *.pyo files inside plesk directory. They will be re-created automatically.
Code:
# find /usr/local/psa/ -name *.pyc | xargs rm -f
# find /usr/local/psa/ -name *.pyo | xargs rm -f
 
Also you can try to reinstall PMM component with

# plesk installer --select-product-id plesk --select-release-current --remove-component pmm
# plesk installer --select-product-id plesk --select-release-current --install-component pmm
 
Could you please try to remove *.pyc and *.pyo files inside plesk directory. They will be re-created automatically.
Code:
# find /usr/local/psa/ -name *.pyc | xargs rm -f
# find /usr/local/psa/ -name *.pyo | xargs rm -f

Scared me a little bit :) but worked like a charm!

Also you can try to reinstall PMM component with

# plesk installer --select-product-id plesk --select-release-current --remove-component pmm
# plesk installer --select-product-id plesk --select-release-current --install-component pmm

Should have worked as well, but I decided to try Sergey's solution first, because I thought "removing" and "re-installung" could potentially result in an loss of "Backup-Task-Configurations".
With around 40-Domains backingup to an FTP-Repo this would have been a real pain :)


Thank you to both of you! Problem solved!
 
Back
Top