Can't deploy Apache Archiva into Payara server

0

I can't deploy Apache Archiva 2.2.4 into Payara 4.1.2 server on Debian 9. There is an error:

remote failure: Error occurred during deployment: Exception while loading 
the app : java.lang.IllegalStateException: ContainerBase.addChild: start: 
org.apache.catalina.LifecycleException: 
org.springframework.beans.factory.UnsatisfiedDependencyException: Error 
creating bean with name 'repositorySearch#maven' defined in URL 
[jar:file:/opt/payara/payara41/glassfish/domains/domain1/applications
/apache-archiva-2.2.4/WEB-INF/lib/archiva-indexer-2.2.4.jar!/org/apache
/archiva/indexer/search/MavenRepositorySearch.class]: Unsatisfied 
dependency expressed through constructor argument with index 0 of type 
[org.apache.archiva.common.plexusbridge.PlexusSisuBridge]: : Error 
creating bean with name 'plexusSisuBridge': Invocation of init method 
failed; nested exception is java.lang.IncompatibleClassChangeError: 
Implementing class; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating 
bean with name 'plexusSisuBridge': Invocation of init method failed; 
nested exception is java.lang.IncompatibleClassChangeError: Implementing 
class. Please see server.log for more details.

Command deploy failed.

Server.log: https://pastebin.com/hg1QrUgi

Can anybody help me with it? Thank you

Vojta Dušátko

Posted 2019-06-11T12:21:52.430

Reputation: 1

1"Please see server.log for more details." – DavidPostill – 2019-06-11T20:26:59.603

No answers