I'm following the manual install on Debian buster, which is fairly similar to the documented Ubuntu platform.
I'm at the karaf steps. Version 4.2.10 binary runtime installed. I've noticed the karaf client will hang until it times out at 30 minutes. So I watch the karaf log and then ^D the client once the connection has closed. Seems to be a known karaf bug (6422).
Using the latest versions at maven, the commands become:
/opt/karaf/bin/client repo-add mvn:org.apache.activemq/activemq-karaf/5.16.0/xml/features
/opt/karaf/bin/client repo-add mvn:org.apache.camel.karaf/apache-camel/3.6.0/xml/features
/opt/karaf/bin/client repo-add mvn:ca.islandora.alpaca/islandora-karaf/LATEST/xml/features
/opt/karaf/bin/client repo-add mvn:org.apache.jena/jena-osgi-features/3.16.0/xml/features
When run this command from the guide, I see errors in the karaf log:
/opt/karaf/bin/client feature:install camel-blueprint
The traceback errors are in the attachment.
A notice in the install guide said someone should know when there are dependency issues, which I think is the issue here.
How should we proceed?