Hi, I’m using XWiki 12.2 on Tomcat 9.0.16 on Debian 10.
Whenever I try to rename or delete a page I get this warning:
This job is waiting to start, please be patient: another job might be tunning on the same pages.
I checked in the Active Jobs Extension and I see many jobs in the queues, like this:
I don’t see any errors in the Tomcat logs, only these WARN messages:
[2020-04-29 18:44:48] [info] 2020-04-29 18:44:48,977 [http://127.0.0.1:8080/xwiki/bin/view/Prova%20Import%20Word/?xpage=delete&jobId=refactoring/delete/1588178688860-260] WARN o.a.v.introspection - Deprecated usage of getter [org.xwiki.velocity.tools.CollectionsTool.getSet] in xwiki:Licenses.Code.LicensesNotificationsUIX^XWiki.UIExtensionClass[0]@11,42
[2020-04-29 18:44:48] [info] 2020-04-29 18:44:48,978 [http://127.0.0.1:8080/xwiki/bin/view/Prova%20Import%20Word/?xpage=delete&jobId=refactoring/delete/1588178688860-260] WARN o.a.v.introspection - Deprecated usage of getter [org.xwiki.velocity.tools.CollectionsTool.getSet] in xwiki:Licenses.Code.LicensesNotificationsUIX^XWiki.UIExtensionClass[0]@19,49
[2020-04-29 18:44:48] [info] 2020-04-29 18:44:48,978 [http://127.0.0.1:8080/xwiki/bin/view/Prova%20Import%20Word/?xpage=delete&jobId=refactoring/delete/1588178688860-260] WARN o.a.v.introspection - Deprecated usage of getter [org.xwiki.velocity.tools.CollectionsTool.getQueue] in xwiki:Licenses.Code.LicensesNotificationsUIX^XWiki.UIExtensionClass[0]@32,48
[2020-04-29 18:44:48] [info] 2020-04-29 18:44:48,978 [http://127.0.0.1:8080/xwiki/bin/view/Prova%20Import%20Word/?xpage=delete&jobId=refactoring/delete/1588178688860-260] WARN o.a.v.introspection - Deprecated usage of getter [org.xwiki.velocity.tools.CollectionsTool.getSet] in xwiki:Licenses.Code.LicensesNotificationsUIX^XWiki.UIExtensionClass[0]@52,51
[2020-04-29 18:44:48] [info] 2020-04-29 18:44:48,979 [http://127.0.0.1:8080/xwiki/bin/view/Prova%20Import%20Word/?xpage=delete&jobId=refactoring/delete/1588178688860-260] WARN o.a.v.introspection - Deprecated usage of getter [org.xwiki.velocity.tools.CollectionsTool.getSortedSet] in xwiki:Licenses.Code.LicensesNotificationsUIX^XWiki.UIExtensionClass[0]@4,42
Could you help me please?
Thanks!