Apache Felix Web Management Console deploy fails with Unsatisfied requirement(s). Here is the log:
$ java -jar bin/felix.jar
____________________________
Welcome to Apache Felix Gogo
g! repos list
http://incubator.apache.org/sling/obr/sling.xml
http://sling.apache.org/obr/repository.xml
http://incubator.apache.org/sling/obr/thirdparty.xml
http://felix.apache.org/obr/releases.xml
g! deploy -s "Apache Felix Web Management Console"
Unsatisfied requirement(s):
---------------------------
(&(package=org.apache.commons.fileupload))
Apache Felix Web Management Console
(&(package=org.apache.commons.io))
Apache Felix Web Management Console
(&(package=org.apache.commons.fileupload.servlet))
Apache Felix Web Management Console
(&(package=org.apache.commons.fileupload.disk))
Apache Felix Web Management Console
(&(package=org.json))
Apache Felix Web Management Console
As per above I tried adding some other repositories to help with the resolution.
Any known workarounds?
Looks like this selects the “bare” version of the WebConsole which does not include various dependencies. You might want to try “org.apache.felix.webconsole” as the name to select the Web Console by the symbolic name.