Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
12.10.3
-
None
-
Windows 10 Pro 64 bit, Chrome 88, using a Docker instance of XWiki 12.10.3 on MariaDB 10.5/ Tomcat
-
Unknown
-
Description
STEPS TO REPRODUCE
- Create a subwiki using the Standard Flavor by setting it as template
- Create some pages in the subwiki
- Create a new subwiki using the template
EXPECTED RESULTS
No warnings/errors are displayed.
ACTUAL RESULTS
In console, there is the following stacktrace displayed:
2021-02-02 09:17:55,487 [Mentions thread] WARN i.DefaultMentionsEventExecutor - Error during mention analysis of task [documentReference = [subwikiglobal2:a.b.c.d], version = [5.1], authorReference = [xwiki:XWiki.ILIE], wikiId = [subwikiglobal2]]. Cause [ObjectNotFoundException: No row with the given identifier exists: [com.xpn.xwiki.doc.rcs.XWikiRCSNodeContent#com.xpn.xwiki.doc.rcs.XWikiRCSNodeId@121db2c[docId=2324366954350776624,version=4.1]]]. 2021-02-02 09:17:55,490 [Mentions thread] WARN i.DefaultMentionsEventExecutor - Error during mention analysis of task [documentReference = [subwikiglobal2:a.b.c.d], version = [5.1], authorReference = [xwiki:XWiki.ILIE], wikiId = [subwikiglobal2]]. Cause [ObjectNotFoundException: No row with the given identifier exists: [com.xpn.xwiki.doc.rcs.XWikiRCSNodeContent#com.xpn.xwiki.doc.rcs.XWikiRCSNodeId@fb745[docId=2324366954350776624,version=4.1]]]. 2021-02-02 09:17:55,492 [Mentions thread] WARN i.DefaultMentionsEventExecutor - Error during mention analysis of task [documentReference = [subwikiglobal2:a.b.c.d], version = [5.1], authorReference = [xwiki:XWiki.ILIE], wikiId = [subwikiglobal2]]. Cause [ObjectNotFoundException: No row with the given identifier exists: [com.xpn.xwiki.doc.rcs.XWikiRCSNodeContent#com.xpn.xwiki.doc.rcs.XWikiRCSNodeId@39e52876[docId=2324366954350776624,version=4.1]]]. 2021-02-02 09:17:55,494 [Mentions thread] WARN i.DefaultMentionsEventExecutor - Error during mention analysis of task [documentReference = [subwikiglobal2:a.b.c.d], version = [5.1], authorReference = [xwiki:XWiki.ILIE], wikiId = [subwikiglobal2]]. Cause [ObjectNotFoundException: No row with the given identifier exists: [com.xpn.xwiki.doc.rcs.XWikiRCSNodeContent#com.xpn.xwiki.doc.rcs.XWikiRCSNodeId@7e72d18d[docId=2324366954350776624,version=4.1]]]. 2021-02-02 09:17:55,496 [Mentions thread] WARN i.DefaultMentionsEventExecutor - Error during mention analysis of task [documentReference = [subwikiglobal2:a.b.c.d], version = [5.1], authorReference = [xwiki:XWiki.ILIE], wikiId = [subwikiglobal2]]. Cause [ObjectNotFoundException: No row with the given identifier exists: [com.xpn.xwiki.doc.rcs.XWikiRCSNodeContent#com.xpn.xwiki.doc.rcs.XWikiRCSNodeId@33279967[docId=2324366954350776624,version=4.1]]].
It is to be mentioned that these warnings could not be reproduced consistently every time.