You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to add nexus composer extension to nexus version 3.27.
I've downloaded the .kar file and copied it to the deploy folder, but I can't see the composer in the repositories when adding a new repository. and in the log of the nexus, i can see the below errors:
I am trying to add nexus composer extension to nexus version 3.27.
I've downloaded the .kar file and copied it to the deploy folder, but I can't see the composer in the repositories when adding a new repository. and in the log of the nexus, i can see the below errors:
2024-04-07 11:32:56,299+0430 ERROR [features-2-thread-1] *SYSTEM java.lang.Throwable - org.apache.felix.resolver.reason.ReasonException: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=nexus-repository-composer; type=karaf.feature; version="[0.0.29,0.0.29]"; filter:="(&(osgi.identity=nexus-repository-composer)(type=karaf.feature)(version>=0.0.29)(version<=0.0.29))" [caused by: Unable to resolve nexus-repository-composer/0.0.29: missing requirement [nexus-repository-composer/0.0.29] osgi.identity; osgi.identity=org.sonatype.nexus.plugins.nexus-repository-composer; type=osgi.bundle; version="[0.0.29,0.0.29]"; resolution:=mandatory [caused by: Unable to resolve org.sonatype.nexus.plugins.nexus-repository-composer/0.0.29: missing requirement [org.sonatype.nexus.plugins.nexus-repository-composer/0.0.29] osgi.wiring.package; filter:="(&(osgi.wiring.package=com.fasterxml.jackson.core.type)(version>=2.13.0))"]]
any idea to solve the problem is appreciated.
The text was updated successfully, but these errors were encountered: