Ivan A. Malich created KARAF-6896:
-------------------------------------
Summary: Missing feature 'jetty' in repo 'standard-4.3.0'
Key: KARAF-6896
URL: https://issues.apache.org/jira/browse/KARAF-6896
Project: Karaf
Issue Type: Bug
Components: karaf
Affects Versions: 4.3.0
Environment: Karaf-4.3.0
Windows 10 / Ubuntu 20.04
No '_jetty_' feature:
{code:java}
karaf@root()> feature:repo-list
Repository | URL
----------------------------------+---------------------------------------------------------------------------------------------
spring-4.3.0 |
mvn:org.apache.karaf.features/spring/4.3.0/xml/features
hibernate-validator-osgi-features |
mvn:org.hibernate.validator/hibernate-validator-osgi-karaf-features/6.1.6.Final/xml/features
standard-4.3.0 |
mvn:org.apache.karaf.features/standard/4.3.0/xml/features
org.ops4j.pax.web-7.3.9 |
mvn:org.ops4j.pax.web/pax-web-features/7.3.9/xml/features
aries-jpa-2.7.2 |
mvn:org.apache.aries.jpa/jpa-features/2.7.2/xml/features
pax-transx-0.4.4 |
mvn:org.ops4j.pax.transx/pax-transx-features/0.4.4/xml/features
openjpa-3.1.2 |
mvn:org.apache.openjpa/openjpa-features/3.1.2/xml/features
enterprise-4.3.0 |
mvn:org.apache.karaf.features/enterprise/4.3.0/xml/features
org.ops4j.pax.cdi-1.0.0 |
mvn:org.ops4j.pax.cdi/pax-cdi-features/1.0.0/xml/features
framework-4.3.0 |
mvn:org.apache.karaf.features/framework/4.3.0/xml/features
org.ops4j.pax.jdbc-1.4.4 |
mvn:org.ops4j.pax.jdbc/pax-jdbc-features/1.4.4/xml/features
cxf-3.4.0 |
mvn:org.apache.cxf.karaf/apache-cxf/RELEASE/xml/features
org.ops4j.pax.cdi-1.1.3 |
mvn:org.ops4j.pax.cdi/pax-cdi-features/1.1.3/xml/features
pax-jms-1.0.7 |
mvn:org.ops4j.pax.jms/pax-jms-features/1.0.7/xml/features
karaf@root()> feature:list | grep jetty
pax-jetty | 9.4.31.v20200723 | | Uninstalled |
org.ops4j.pax.web-7.3.9 | Provide Jetty engine support
pax-jetty-http2 | 7.3.9 | | Uninstalled |
org.ops4j.pax.web-7.3.9 | Optional additional feature to run Jetty
with SPDY
pax-http-jetty | 7.3.9 | | Uninstalled |
org.ops4j.pax.web-7.3.9 |
pax-cdi-web-weld-jetty | 1.0.0 | | Uninstalled |
org.ops4j.pax.cdi-1.0.0 | Weld Web CDI / Jetty support
cxf-http-jetty | 3.4.0 | | Uninstalled |
cxf-3.4.0 |
pax-cdi-web-weld-jetty | 1.1.3 | | Uninstalled |
org.ops4j.pax.cdi-1.1.3 | Weld Web CDI / Jetty support
karaf@root()>
{code}
Cannot install '_cxf_' feature:
{code:java}
karaf@root()> feature:install cxf
org.apache.felix.resolver.reason.ReasonException: Unable to resolve root:
missing requirement [root] osgi.identity; osgi.identity=cxf;
type=karaf.feature; version="[3.4.0,3.4.0]";
filter:="(&(osgi.identity=cxf)(type=karaf.feature)(version>=3.4.0)(version<=3.4.0))"
[caused by: Unable to resolve cxf/3.4.0: missing requirement [cxf/3.4.0]
osgi.identity; osgi.identity=cxf-http-provider; type=karaf.feature;
version="[3.4.0,3.4.0]" [caused by: Unable to resolve cxf-http-provider/3.4.0:
missing requirement [cxf-http-provider/3.4.0] cxf.http.provider [caused by:
Unable to resolve cxf-http-jetty/3.4.0: missing requirement
[cxf-http-jetty/3.4.0] osgi.identity; osgi.identity=jetty; type=karaf.feature;
version="[9.0.0,11.0.0)"]]]
{code}
Reporter: Ivan A. Malich
Feature ++_jetty_ is not present in _standard-4.3.0_ repository.
So feature _cxf_ cannot be installed.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)