|
| Summary: |
Error in Extension Manager logs when installing Blog on XWiki 17.10.3 |
| Issue Type: |
Bug |
| Affects Versions: |
9.15.9 |
| Assignee: |
Unassigned |
| Attachments: |
Blog_Error_install.png |
| Created: |
05/Feb/26 14:41 |
| Environment: |
Windows 11 Pro, Edge 144, using an instance of XWiki 17.10.3 on PostgreSQL 17, Tomcat 11, Java 21 |
| Priority: |
Critical |
| Reporter: |
Ilie Andriuta |
| Description: |
Steps to reproduce
- Start an instance of XWiki 17.10.3
- Go to Administer Wiki > Extensions > Extensions
- Search for Blog (tested with Blog 9.15.9, and some older versions too)
- Install it
- Observe the Extension Manager logs
Expected results No errors are displayed. Actual results The following error is encountered:
Cannot load the owner document of [<spaces>
<cache>0</cache>
<classname/>
<customDisplay/>
<disabled>0</disabled>
<displayType>checkbox</displayType>
<idField/>
<multiSelect>1</multiSelect>
<name>spaces</name>
<number>4</number>
<picker>0</picker>
<prettyName>spaces</prettyName>
<relationalStorage>0</relationalStorage>
<separator>,</separator>
<separators>,</separators>
<size>10</size>
<sort>none</sort>
<sql>select distinct doc.web from XWikiDocument doc order by doc.web</sql>
<unmodifiable>0</unmodifiable>
<validationMessage/>
<validationRegExp/>
<valueField/>
<classType>com.xpn.xwiki.objects.classes.DBListClass</classType>
</spaces>] with reference []. Falling back on empty database list values.
The issue couldn't be reproduced when installing Blog App 9.15.9 on XWiki 17.10.0, 17.4.8 or 16.10.16. |
|