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

[solved] plan syncing forever...

borisr

New Pleskian
Hi, I didn't find any solution to my problem: everytime I modify a plan (having subscriptions or none) and press "update and sync", the plan starts syncing and never stop. I let the plan syncing three hours today and the result is the same, trying to disconnect/reconnect and still syncing.

Any idea ?
Thanks for your help
boris

centos 6.6
plesk 12.0.18
brand new install
 
Try to enable debug loggings as it is described here http://kb.odin.com/en/120101
And run sync corresponding subscription with Service Plan with help of following command:

# plesk bin subscription --sync-subscription domain.com

Try to find any useful error messages in output.
 
Thanks for your help.
I enabled debug mode in panel.ini and typed the command you suggested according to my domains. The commands finish on "Subscription domain.com was synchronized with the associated service plans." with no mention of errors. So it seems to be working from the command line.
The problem still persist: I cant use update and sync from the interface. And when I do it the plans are syncing... So I cant edit the plan again in the interface (see attached picture).
I show my browser sending xhr request every 3 seconds to update syncing status but receiving always the same response: 'syncing'. Even restarting the server doesn't solve the problem.

Any other suggestion ?
Thanks in advance.
Br
 

Attachments

  • syncingplans.jpg
    syncingplans.jpg
    23.6 KB · Views: 7
Have you checked any related errors in panel.log?
 
I updated and sync my last accessible plan and panel log (debug enabled) is still showing no errors. Only queries and html to build interface. This request "/admin/customer-service-plan/sync-status/servicePlanId/x" seems to retrieve always the same status for the different subscriptions. I attached the log of page building. Hope it will help to find the glitch as I can't understand where the problem is.
Thanks.
Boris
 

Attachments

  • foreversyncing_plans.txt
    31.1 KB · Views: 7
Check the long tasks that are present on the server:

mysql> select * from longtasks;

Delete these tasks:

mysql> truncate longtasks;
mysql> truncate longtaskparams;

Contact Support Team if it not help.
 
Back
Top