Details
Description
Currently, the Karaf itest fail for mostly two reasons:
- security related, the ssh connections fail, for instance:
testShellCommandSecurityViaSsh(org.apache.karaf.itests.ShellCommandSecurityTest) , cause: Could not open SSH channel
- CDI features installation
installPaxCdi12WeldFeature(org.apache.karaf.itests.features.CdiFeaturesTest) , cause: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=pax-cdi-1.2-weld; type=karaf.feature; version="[0.9.0,0.9.0]"; filter:="(&(osgi.identity=pax-cdi-1.2-weld)(type=karaf.feature)(version>=0.9.0)(version<=0.9.0))" [caused by: Unable to resolve pax-cdi-1.2-weld/0.9.0: missing requirement [pax-cdi-1.2-weld/0.9.0] osgi.identity; osgi.identity=org.ops4j.pax.cdi.weld; type=osgi.bundle; version="[0.9.0,0.9.0]"; resolution:=mandatory [caused by: Unable to resolve org.ops4j.pax.cdi.weld/0.9.0: missing requirement [org.ops4j.pax.cdi.weld/0.9.0] osgi.wiring.package; filter:="(&(osgi.wiring.package=org.jboss.weld.bootstrap)(version>=1.0.0)(!(version>=3.0.0)))" [caused by: Unable to resolve org.jboss.weld.osgi-bundle/2.2.4.Final: missing requirement [org.jboss.weld.osgi-bundle/2.2.4.Final] osgi.wiring.package; filter:="(&(osgi.wiring.package=javax.annotation)(version>=1.1.0)(!(version>=2147483647.2147483647.2147483647)))"]]]
Attachments
Issue Links
- is related to
-
KARAF-3290 Upgrade to felix gogo runtime 0.14.0
-
- Resolved
-