sonatype-nexus-community / nexus-repository-apt

A Nexus Repository 3 plugin that allows usage of apt repositories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing requirements on install

hagna opened this issue · comments

commented
  • What are you trying to do?
    Install the plugin

  • What feature or behavior is this required for?
    Making nexus function as a debian package repo.

  • How could we solve this issue? (Not knowing is okay!)

Maybe show me how to install (osgi.wiring.package=org.apache.commons.compress.archivers)(version>=1.18.0)

  • Anything else?
267 | Installed | 200 | 1.0.10                     | net.staticsnow:nexus-repository-apt
karaf@root()> bundle:start 267
2019-06-14 22:34:26,590+0000 ERROR [Karaf local console user karaf] *SYSTEM org.apache.karaf.shell.support.ShellUtil - Exception caught while executing command
org.apache.karaf.shell.support.MultiException: Error executing command on bundles:
	Error starting bundle 267: Unable to resolve net.staticsnow.nexus-repository-apt [267](R 267.0): missing requirement [net.staticsnow.nexus-repository-apt [267](R 267.0)] osgi.wiring.package; (&(osgi.wiring.package=org.apache.commons.compress.archivers)(version>=1.18.0)) Unresolved requirements: [[net.staticsnow.nexus-repository-apt [267](R 267.0)] osgi.wiring.package; (&(osgi.wiring.package=org.apache.commons.compress.archivers)(version>=1.18.0))]
	at org.apache.karaf.shell.support.MultiException.throwIf(MultiException.java:61)
	at org.apache.karaf.bundle.command.BundlesCommand.doExecute(BundlesCommand.java:69)
	at org.apache.karaf.bundle.command.BundlesCommand.execute(BundlesCommand.java:54)
	at org.apache.karaf.shell.impl.action.command.ActionCommand.execute(ActionCommand.java:83)
	at org.apache.karaf.shell.impl.console.osgi.secured.SecuredCommand.execute(SecuredCommand.java:67)
	at org.apache.karaf.shell.impl.console.osgi.secured.SecuredCommand.execute(SecuredCommand.java:87)
	at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:480)
	at org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:406)
	at org.apache.felix.gogo.runtime.Pipe.run(Pipe.java:108)
	at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:182)
	at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:119)
	at org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:94)
	at org.apache.karaf.shell.impl.console.ConsoleSessionImpl.run(ConsoleSessionImpl.java:274)
	at java.lang.Thread.run(Thread.java:748)```