There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-4383f9fb-d8ca-487c-b21f-01e091851309 XWIKI-22572 Open

Cannot invoke "java.util.List.size()" because "<parameter1>" is null

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-1acbefee-a143-4884-b4f1-f01fbc09b41c Thomas Mortagne on 14/Oct/24 10:04
 
java.lang.NullPointerException: Cannot invoke "java.util.List.size()" because "<parameter1>" is null
        at java.base/java.util.Collections.reverse(Unknown Source)
        at org.xwiki.extension.job.history.internal.DefaultExtensionJobHistory.load(DefaultExtensionJobHistory.java:176)

This one is often the sign that Java is missing some --add-opens, see the blue box in https://dev.xwiki.org/xwiki/bin/view/Community/SupportStrategy/JavaSupportStrategy/#HSupportedJavaVersions for the list.