This issue has been created
 
 
Publication Workflow Application / cid:jira-generated-image-avatar-1a9f4421-d055-4543-bef6-0fc5b0f7c923 XAWORKFLOW-128 Open

Installation fails on Xwiki XWiki Debian 17.10.2

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-cec9892a-30d3-461b-9216-815878af00a8 M.K. created this issue on 11/Jan/26 14:50
 
Summary: Installation fails on Xwiki XWiki Debian 17.10.2
Issue Type: cid:jira-generated-image-avatar-1a9f4421-d055-4543-bef6-0fc5b0f7c923 Bug
Affects Versions: 2.4.9
Assignee: Unassigned
Created: 11/Jan/26 14:50
Environment: Debian, installed from official package repo:
xwiki-xjetty-mariadb - XWiki Jetty/MariaDB based package
Virgin installation, only xwiki standard flavor was installed via the setup wizard
Priority: cid:jira-generated-image-static-major-ec80f252-3bc5-437a-bb30-37c4a5c5c557 Major
Reporter: M.K.
Description:

Install log:

 

                        Failed to get 
fields for class 
[org.xwiki.workflowpublication.internal.PublicationWorkflowRenameListener]
 because the class [difflib/PatchFailedException] couldn't be found in 
the ClassLoader.  
          class java.lang.NoClassDefFoundError: Failed to get fields for class [org.xwiki.workflowpublication.internal.PublicationWorkflowRenameListener] because the class [difflib/PatchFailedException] couldn't be found in the ClassLoader.
    at org.xwiki.component.util.ReflectionUtils.getAllFields(ReflectionUtils.java:83)
    at org.xwiki.component.annotation.ComponentDescriptorFactory.createComponentDescriptor(ComponentDescriptorFactory.java:178)
    at org.xwiki.component.annotation.ComponentDescriptorFactory.createComponentDescriptors(ComponentDescriptorFactory.java:147)
    at org.xwiki.component.annotation.ComponentAnnotationLoader.getComponentsDescriptors(ComponentAnnotationLoader.java:173)
    at org.xwiki.component.annotation.ComponentAnnotationLoader.register(ComponentAnnotationLoader.java:218)
    at org.xwiki.component.annotation.ComponentAnnotationLoader.initialize(ComponentAnnotationLoader.java:137)
    at org.xwiki.extension.jar.internal.handler.JarExtensionHandler.loadComponents(JarExtensionHandler.java:264)
    at org.xwiki.extension.jar.internal.handler.JarExtensionHandler.install(JarExtensionHandler.java:196)
    at org.xwiki.extension.handler.internal.DefaultExtensionHandlerManager.install(DefaultExtensionHandlerManager.java:85)
    at org.xwiki.extension.job.internal.AbstractExtensionJob.installExtension(AbstractExtensionJob.java:330)
    at org.xwiki.extension.job.internal.AbstractExtensionJob.applyAction(AbstractExtensionJob.java:233)
    at org.xwiki.extension.job.internal.AbstractExtensionJob.applyActions(AbstractExtensionJob.java:181)
    at org.xwiki.extension.job.internal.InstallJob.runInternal(InstallJob.java:140)
    at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:246)
    at org.xwiki.job.AbstractJob.run(AbstractJob.java:223)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
    at java.base/java.lang.Thread.run(Thread.java:1583)