Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
17.10.3
-
None
-
None
-
Windows 11 Pro, Firefox 148, using an instance of XWiki 17.10.4 onOracle 19c, Tomcat 11, Java 21
-
Unknown
-
Description
Steps to reproduce
- Go to Main.WebHome
- Click 'Create' button
- On the Location, click on 'Edit the new location' (Pencil) button
- Insert a non existing parent
- Insert a page name
- Click 'Create' button
Expected results
No errors are displayed in the logs.
Actual results
The following stacktrace is displayed in XWiki console:
2026-03-04 14:38:38,425 [http-nio-1115-exec-9 - http://localhost:1115/xwiki/bin/get/Main/WebHome?] ERROR o.a.v.d.null - Exception in macro #rawResponse called at <unknown template>[line 2998, column 1] 2026-03-04 14:38:38,425 [http-nio-1115-exec-9 - http://localhost:1115/xwiki/bin/get/Main/WebHome?] ERROR o.a.v.d.null - Exception in macro #jsonResponse called at xwiki:XWiki.DocumentTreeMacros[line 103, column 1] 2026-03-04 14:38:38,425 [http-nio-1115-exec-9 - http://localhost:1115/xwiki/bin/get/Main/WebHome?] ERROR o.a.v.d.null - Exception in macro #handleDocumentTreeRequest called at xwiki:XWiki.ExportDocumentTree[line 3, column 1]
The above steps were done on a clean XWiki 17.10.4 (Oracle 19c/ Tomcat 11.0.18) instance.
Unfortunately, I couldn't find the exact steps to reproduce the issue, I also tried on another clean instance by backtracking the steps that could lead to the issue.