• 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.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • 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.

[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