There are 2 comments.
 
 
XWiki Platform / cid:jira-generated-image-avatar-d63d0859-4392-49d2-a19f-304ef360f606 XWIKI-24186 Open

Error when displaying an extension that was uninstalled that doesn't allow to access any other extension UI

 
View issue   ยท   Add comment
 

2 comments

 
cid:jira-generated-image-avatar-e4bf2f1f-9070-4ce3-8974-b9f3fd9fb320 Anca Luca on 03/Apr/26 01:29
 

Indeed, I don't understand how causes can end up null in there, all constructors are initializing it with a list (empty), and there is no setter for that variable...

 
cid:jira-generated-image-avatar-e4bf2f1f-9070-4ce3-8974-b9f3fd9fb320 Anca Luca on 03/Apr/26 01:33
 
Indeed, I don't understand how causes can end up null in there, all constructors are initializing it with a list (empty), and there is no setter for that variable...

Later edit: ChatGPT says that deserialization (or reflection) could end up creating a TransactionException with null causes, and since we're talking about the display of the log of the latest job on this extension, deserialization is pretty probable...