This issue has been created
There are 5 updates.
 
 
XWiki Platform / cid:jira-generated-image-avatar-13bfbb1e-a0ed-435b-98f9-cb8e05abb74c XWIKI-22328 Open

IllegalStateException when installing extension on farm

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-3ac5db60-eebf-4cb6-89cc-003aa3effb16 Clément Aubin created this issue on 15/Jul/24 10:52
 
Summary: IllegalStateException when installing extension on farm
Issue Type: cid:jira-generated-image-avatar-13bfbb1e-a0ed-435b-98f9-cb8e05abb74c Bug
Affects Versions: 15.10.11
Assignee: Unassigned
Components: Extension
Created: 15/Jul/24 10:52
Priority: cid:jira-generated-image-static-blocker-62ba96d6-8352-4d1e-a025-900d307a031a Blocker
Reporter: Clément Aubin
Description:

Steps to reproduce :

  • Start from a vanilla XWiki instance in 15.10.11
  • Create two sub-wikis, sw1 and sw2
  • Try to install the OnlyOffice connector extension

When computing the install plan, the following logs appear, and the EM cannot produce the install plan :

        Starting job of type [installplan] with identifier [extension/plan/com.xwiki.onlyoffice-connector:application-onlyoffice-connector-ui]
        Resolving extension [com.xwiki.onlyoffice-connector:application-onlyoffice-connector-ui/2.3.1] on all namespaces
        Resolving extension dependency [com.xwiki.onlyoffice-connector:application-onlyoffice-connector-api-2.3.1] on all namespaces
        Resolving extension dependency [org.xwiki.platform:xwiki-platform-oldcore-[15.10.11]] on all namespaces
        There is already a core extension feature [XWiki Platform - Legacy - Old Core 15.10.11] ([XWiki Platform - Legacy - Old Core 15.10.11]) covering extension dependency [org.xwiki.platform:xwiki-platform-oldcore-[15.10.11]]
        Resolving extension dependency [org.xwiki.platform:xwiki-platform-rest-server-[15.10.11]] on all namespaces
        There is already a core extension feature [XWiki Platform - REST - Server 15.10.11] ([XWiki Platform - REST - Server 15.10.11]) covering extension dependency [org.xwiki.platform:xwiki-platform-rest-server-[15.10.11]]
        Resolving extension dependency [org.xwiki.platform:xwiki-platform-office-importer-[15.10.11]] on all namespaces
        There is already a core extension feature [XWiki Platform - Legacy - Office Importer 15.10.11] ([XWiki Platform - Legacy - Office Importer 15.10.11]) covering extension dependency [org.xwiki.platform:xwiki-platform-office-importer-[15.10.11]]
        Resolving extension dependency [com.inversoft:prime-jwt-1.3.1] on all namespaces
        Resolving extension dependency [com.fasterxml.jackson.core:jackson-core-2.13.0] on all namespaces
        There is already a core extension feature [Jackson-core 2.15.3] ([Jackson-core 2.15.3]) covering extension dependency [com.fasterxml.jackson.core:jackson-core-2.13.0]
        Resolving extension dependency [com.fasterxml.jackson.core:jackson-databind-2.13.0] on all namespaces
        There is already a core extension feature [jackson-databind 2.15.3] ([jackson-databind 2.15.3]) covering extension dependency [com.fasterxml.jackson.core:jackson-databind-2.13.0]
        Resolving extension dependency [com.fasterxml.jackson.core:jackson-annotations-2.13.0] on all namespaces
        There is already a core extension feature [Jackson-annotations 2.15.3] ([Jackson-annotations 2.15.3]) covering extension dependency [com.fasterxml.jackson.core:jackson-annotations-2.13.0]
        Resolving extension dependency [org.xwiki.platform:xwiki-platform-office-ui-[15.10.11]] on all namespaces
        Resolving extension [Office Importer Application 15.10.11] from namespace [Home]
        Resolving extension [Office Importer Application 15.10.11] from namespace [SW1]
        Failed to install optional dependency [org.xwiki.platform:xwiki-platform-office-ui-[15.10.11]] with error: IllegalStateException:
        Resolving extension dependency [org.xwiki.platform:xwiki-platform-office-ui-13.10] on all namespaces
        Resolving extension [Office Importer Application 15.10.11] from namespace [Home]
        Resolving extension [Office Importer Application 15.10.11] from namespace [SW1]
        Exception thrown during job execution
        Finished job of type [installplan] with identifier [extension/plan/com.xwiki.onlyoffice-connector:application-onlyoffice-connector-ui]

Marking as blocker as it is a regression.

 
 

5 updates

 
cid:jira-generated-image-avatar-446bffe6-6a31-4a83-8b82-f5526419e9cb Changes by Thomas Mortagne on 15/Jul/24 10:53
 
Fix Version: 16.4.2
Fix Version: 16.6.0-rc-1
Fix Version: 15.10.12
Assignee: Thomas Mortagne
Labels: regression