New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Diagram installation remains on hold on a XWiki Cloud instance #148
Comments
…as#148 * be sure that there are not multiple renaming jobs that are trying to start the diagram threads at once when they not initialized yet by macking this process synchronized * verify that an entry queue added after page rename could be a needed entry by checking it has backlinks
* synchronize the process of starting threads to be sure that there are not multiple renaming jobs trying to start the threads at once when they not initialized yet (to avoid creating multiple threads and keep only the last assignment) * verify that an entry queue added after page rename could be a needed entry by checking it has backlinks
After further investigations this issue seems to be related to other causes too. |
…as#148 * static variable of abstract class was duplicated in child class * changed logger method that was showing the message only on debug mode * incorrect style on a page
Since the bug remains in Diagram Application version 1.13.1, it could also be reproduced when upgrading from 1.13.1 to 1.13.2+ (the upgrade will remain stuck) (upgrading any older version to 1.13.2+ would not have any problems) As an workaround, if the upgrade will remain stuck, after restarting the server a new upgrade try should work, or uninstalling 1.13.1 and installing the new version. |
A side effect of this issue is that while having installed Diagram Application 1.13.1, other upgrades or installs of licensed applications or simply the upgrade of Licensing Application will remain on hold and a restart of the wiki will be needed (but the upgrade will be done). |
Trying to install Diagram could sometimes result in having the installation process stuck in the Extension Manager.
This was reproduced on a XWiki 11.10.4 Cloud instance with Diagram Application 1.13.1.
The text was updated successfully, but these errors were encountered: