[
https://issues.apache.org/jira/browse/CXF-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443870#comment-17443870
]
Andriy Redko commented on CXF-8593:
-----------------------------------
Hey [~amichai] , CXF provides compatibility bundle to fix this particular issue
(we sadly cannot fix it in CXF only, afaik), so you need to add the feature
processing instructions to your Apache Karaf distribution, which is
{*}etc/org.apache.karaf.features.xml{*}, under{*}<featureReplacements>{*}
section:
{noformat}
<featureReplacements>
...
<replacement mode="merge">
<feature name="pax-http-jetty" version="7.2.23">
<f:bundle
start-level="35">mvn:org.apache.cxf/cxf-servlet-compatible/3.4.5</f:bundle>
</feature>
</replacement>
</featureReplacements>{noformat}
Please let us know if the problem still persists, thank you.
> Error when installing CXF OpenAPI v3 under Karaf 4.2.11
> -------------------------------------------------------
>
> Key: CXF-8593
> URL: https://issues.apache.org/jira/browse/CXF-8593
> Project: CXF
> Issue Type: Bug
> Components: OSGi
> Affects Versions: 3.4.4
> Reporter: Serge Huber
> Assignee: Andriy Redko
> Priority: Major
> Fix For: 3.4.5
>
> Attachments: cxf-servlet-compatible-3.4.4.jar,
> org.apache.karaf.features.xml
>
>
> I've found an error when using the CXF OpenAPI v3 feature with Karaf 4.2.11.
> Here's a reproduction scenario:
> {code}
> __ __ ____
> / //_/____ __________ _/ __/
> / ,< / __ `/ ___/ __ `/ /_
> / /| |/ /_/ / / / /_/ / __/
> /_/ |_|\__,_/_/ \__,_/_/
> Apache Karaf (4.2.11)
> Hit '<tab>' for a list of available commands
> and '[cmd] --help' for help on a specific command.
> Hit '<ctrl-d>' or type 'system:shutdown' or 'logout' to shutdown Karaf.
> karaf@root()> feature:repo-add cxf
> Adding feature url mvn:org.apache.cxf.karaf/apache-cxf/RELEASE/xml/features
> karaf@root()> feature:install cxf-rs-description-openapi-v3
> org.apache.karaf.features.internal.util.MultiException: Error restarting
> bundles:
> Activator start error in bundle org.apache.cxf.cxf-rt-transports-http
> [85].
> at
> org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:1052)
> at
> org.apache.karaf.features.internal.service.FeaturesServiceImpl.doProvision(FeaturesServiceImpl.java:1063)
> at
> org.apache.karaf.features.internal.service.FeaturesServiceImpl.lambda$doProvisionInThread$13(FeaturesServiceImpl.java:998)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> Suppressed: org.osgi.framework.BundleException: Activator start error
> in bundle org.apache.cxf.cxf-rt-transports-http [85].
> at
> org.apache.felix.framework.Felix.activateBundle(Felix.java:2290)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2146)
> at
> org.apache.felix.framework.BundleImpl.start(BundleImpl.java:998)
> at
> org.apache.felix.framework.BundleImpl.start(BundleImpl.java:984)
> at
> org.apache.karaf.features.internal.service.BundleInstallSupportImpl.startBundle(BundleInstallSupportImpl.java:165)
> at
> org.apache.karaf.features.internal.service.FeaturesServiceImpl.startBundle(FeaturesServiceImpl.java:1154)
> at
> org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:1044)
> ... 6 more
> Caused by: java.lang.NoClassDefFoundError:
> org/osgi/service/http/HttpService
> at
> org.apache.cxf.transport.http.osgi.HTTPTransportActivator.start(HTTPTransportActivator.java:62)
> at
> org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:697)
> at
> org.apache.felix.framework.Felix.activateBundle(Felix.java:2240)
> ... 12 more
> Caused by: java.lang.ClassNotFoundException:
> org.osgi.service.http.HttpService not found by
> org.apache.cxf.cxf-rt-transports-http [85]
> at
> org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1639)
> at
> org.apache.felix.framework.BundleWiringImpl.access$200(BundleWiringImpl.java:80)
> at
> org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:2053)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> ... 15 more
> Error executing command: Error restarting bundles:
> Activator start error in bundle org.apache.cxf.cxf-rt-transports-http
> [85].
> {code}
> The corresponding log :
> {code}
> 18:08:34.905 INFO [pipe-feature:install cxf-rs-description-openapi-v3] Adding
> features: cxf-rs-description-openapi-v3/[3.4.4,3.4.4]
> 18:08:35.300 INFO [features-3-thread-1] Changes to perform:
> 18:08:35.300 INFO [features-3-thread-1] Region: root
> 18:08:35.301 INFO [features-3-thread-1] Bundles to install:
> 18:08:35.301 INFO [features-3-thread-1]
> mvn:com.fasterxml.jackson.core/jackson-annotations/2.11.4
> 18:08:35.302 INFO [features-3-thread-1]
> mvn:com.fasterxml.jackson.core/jackson-core/2.11.4
> 18:08:35.302 INFO [features-3-thread-1]
> mvn:com.fasterxml.jackson.core/jackson-databind/2.11.4
> 18:08:35.302 INFO [features-3-thread-1]
> mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/2.11.4
> 18:08:35.303 INFO [features-3-thread-1]
> mvn:com.fasterxml.jackson.datatype/jackson-datatype-jsr310/2.11.4
> 18:08:35.303 INFO [features-3-thread-1]
> mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.11.4
> 18:08:35.304 INFO [features-3-thread-1]
> mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.11.4
> 18:08:35.304 INFO [features-3-thread-1]
> mvn:com.fasterxml.woodstox/woodstox-core/6.2.6
> 18:08:35.304 INFO [features-3-thread-1]
> mvn:com.sun.istack/istack-commons-runtime/3.0.7
> 18:08:35.305 INFO [features-3-thread-1]
> mvn:io.github.classgraph/classgraph/4.8.25
> 18:08:35.305 INFO [features-3-thread-1]
> mvn:io.swagger.core.v3/swagger-annotations/2.1.6
> 18:08:35.306 INFO [features-3-thread-1]
> mvn:io.swagger.core.v3/swagger-core/2.1.6
> 18:08:35.306 INFO [features-3-thread-1]
> mvn:io.swagger.core.v3/swagger-integration/2.1.6
> 18:08:35.306 INFO [features-3-thread-1]
> mvn:io.swagger.core.v3/swagger-jaxrs2/2.1.6
> 18:08:35.307 INFO [features-3-thread-1]
> mvn:io.swagger.core.v3/swagger-models/2.1.6
> 18:08:35.307 INFO [features-3-thread-1]
> mvn:jakarta.annotation/jakarta.annotation-api/1.3.5
> 18:08:35.308 INFO [features-3-thread-1]
> mvn:jakarta.mail/jakarta.mail-api/1.6.5
> 18:08:35.308 INFO [features-3-thread-1]
> mvn:jakarta.servlet/jakarta.servlet-api/4.0.4
> 18:08:35.309 INFO [features-3-thread-1]
> mvn:jakarta.validation/jakarta.validation-api/2.0.2
> 18:08:35.309 INFO [features-3-thread-1]
> mvn:javax.servlet/javax.servlet-api/3.1.0
> 18:08:35.310 INFO [features-3-thread-1]
> mvn:javax.websocket/javax.websocket-api/1.1
> 18:08:35.310 INFO [features-3-thread-1]
> mvn:org.apache.aries.spifly/org.apache.aries.spifly.dynamic.bundle/1.3.2
> 18:08:35.311 INFO [features-3-thread-1]
> mvn:org.apache.commons/commons-lang3/3.11
> 18:08:35.311 INFO [features-3-thread-1]
> mvn:org.apache.cxf/cxf-core/3.4.4
> 18:08:35.311 INFO [features-3-thread-1]
> mvn:org.apache.cxf/cxf-rt-frontend-jaxrs/3.4.4
> 18:08:35.312 INFO [features-3-thread-1]
> mvn:org.apache.cxf/cxf-rt-management/3.4.4
> 18:08:35.312 INFO [features-3-thread-1]
> mvn:org.apache.cxf/cxf-rt-rs-client/3.4.4
> 18:08:35.313 INFO [features-3-thread-1]
> mvn:org.apache.cxf/cxf-rt-rs-extension-providers/3.4.4
> 18:08:35.313 INFO [features-3-thread-1]
> mvn:org.apache.cxf/cxf-rt-rs-extension-search/3.4.4
> 18:08:35.313 INFO [features-3-thread-1]
> mvn:org.apache.cxf/cxf-rt-rs-json-basic/3.4.4
> 18:08:35.314 INFO [features-3-thread-1]
> mvn:org.apache.cxf/cxf-rt-rs-service-description/3.4.4
> 18:08:35.314 INFO [features-3-thread-1]
> mvn:org.apache.cxf/cxf-rt-rs-service-description-common-openapi/3.4.4
> 18:08:35.315 INFO [features-3-thread-1]
> mvn:org.apache.cxf/cxf-rt-rs-service-description-openapi-v3/3.4.4
> 18:08:35.315 INFO [features-3-thread-1]
> mvn:org.apache.cxf/cxf-rt-rs-service-description-swagger-ui/3.4.4
> 18:08:35.316 INFO [features-3-thread-1]
> mvn:org.apache.cxf/cxf-rt-security/3.4.4
> 18:08:35.316 INFO [features-3-thread-1]
> mvn:org.apache.cxf/cxf-rt-transports-http/3.4.4
> 18:08:35.316 INFO [features-3-thread-1]
> mvn:org.apache.cxf.karaf/cxf-karaf-commands/3.4.4
> 18:08:35.316 INFO [features-3-thread-1]
> mvn:org.apache.felix/org.apache.felix.scr/2.1.26
> 18:08:35.316 INFO [features-3-thread-1]
> mvn:org.apache.geronimo.specs/geronimo-jaspic_1.0_spec/1.1
> 18:08:35.317 INFO [features-3-thread-1]
> mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
> 18:08:35.317 INFO [features-3-thread-1]
> mvn:org.apache.geronimo.specs/geronimo-osgi-registry/1.1
> 18:08:35.317 INFO [features-3-thread-1]
> mvn:org.apache.karaf.http/org.apache.karaf.http.core/4.2.11
> 18:08:35.317 INFO [features-3-thread-1]
> mvn:org.apache.karaf.scr/org.apache.karaf.scr.management/4.2.11
> 18:08:35.318 INFO [features-3-thread-1]
> mvn:org.apache.karaf.scr/org.apache.karaf.scr.state/4.2.11
> 18:08:35.318 INFO [features-3-thread-1]
> mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.fastinfoset/1.2.18_1
> 18:08:35.318 INFO [features-3-thread-1]
> mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-runtime/2.3.2_1
> 18:08:35.318 INFO [features-3-thread-1]
> mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-xjc/2.3.2_1
> 18:08:35.318 INFO [features-3-thread-1]
> mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xmlresolver/1.2_5
> 18:08:35.319 INFO [features-3-thread-1]
> mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/2.9.0
> 18:08:35.319 INFO [features-3-thread-1]
> mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxb-api-2.3/2.3_2
> 18:08:35.319 INFO [features-3-thread-1]
> mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxrs-api-2.1/2.9.1
> 18:08:35.319 INFO [features-3-thread-1]
> mvn:org.apache.ws.xmlschema/xmlschema-core/2.2.5
> 18:08:35.319 INFO [features-3-thread-1]
> mvn:org.apache.xbean/xbean-bundleutils/4.18
> 18:08:35.320 INFO [features-3-thread-1]
> mvn:org.apache.xbean/xbean-finder/4.18
> 18:08:35.320 INFO [features-3-thread-1]
> mvn:org.codehaus.jettison/jettison/1.4.1
> 18:08:35.320 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-client/9.4.38.v20210224
> 18:08:35.320 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-continuation/9.4.38.v20210224
> 18:08:35.320 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-deploy/9.4.38.v20210224
> 18:08:35.320 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-http/9.4.38.v20210224
> 18:08:35.320 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-io/9.4.38.v20210224
> 18:08:35.321 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-jaas/9.4.38.v20210224
> 18:08:35.321 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-jmx/9.4.38.v20210224
> 18:08:35.321 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-jndi/9.4.38.v20210224
> 18:08:35.321 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-plus/9.4.38.v20210224
> 18:08:35.321 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-proxy/9.4.38.v20210224
> 18:08:35.321 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-rewrite/9.4.38.v20210224
> 18:08:35.321 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-security/9.4.38.v20210224
> 18:08:35.322 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-jaspi/9.4.38.v20210224
> 18:08:35.322 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-server/9.4.38.v20210224
> 18:08:35.322 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-servlet/9.4.38.v20210224
> 18:08:35.322 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-servlets/9.4.38.v20210224
> 18:08:35.322 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-util/9.4.38.v20210224
> 18:08:35.322 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-util-ajax/9.4.38.v20210224
> 18:08:35.323 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-webapp/9.4.38.v20210224
> 18:08:35.323 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty.websocket/websocket-api/9.4.38.v20210224
> 18:08:35.323 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty.websocket/websocket-client/9.4.38.v20210224
> 18:08:35.323 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty.websocket/websocket-common/9.4.38.v20210224
> 18:08:35.323 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty.websocket/javax-websocket-client-impl/9.4.38.v20210224
> 18:08:35.324 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty.websocket/javax-websocket-server-impl/9.4.38.v20210224
> 18:08:35.324 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty.websocket/websocket-server/9.4.38.v20210224
> 18:08:35.324 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty.websocket/websocket-servlet/9.4.38.v20210224
> 18:08:35.324 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-xml/9.4.38.v20210224
> 18:08:35.324 INFO [features-3-thread-1] mvn:org.ow2.asm/asm/9.1
> 18:08:35.325 INFO [features-3-thread-1] mvn:org.ow2.asm/asm-commons/9.1
> 18:08:35.325 INFO [features-3-thread-1] mvn:org.ow2.asm/asm-tree/9.1
> 18:08:35.325 INFO [features-3-thread-1] mvn:org.ow2.asm/asm-analysis/9.1
> 18:08:35.325 INFO [features-3-thread-1] mvn:org.ow2.asm/asm-util/9.1
> 18:08:35.325 INFO [features-3-thread-1]
> mvn:org.ops4j.pax.web/pax-web-api/7.2.23
> 18:08:35.326 INFO [features-3-thread-1]
> mvn:org.ops4j.pax.web/pax-web-jetty/7.2.23
> 18:08:35.326 INFO [features-3-thread-1]
> mvn:org.ops4j.pax.web/pax-web-runtime/7.2.23
> 18:08:35.326 INFO [features-3-thread-1]
> mvn:org.ops4j.pax.web/pax-web-spi/7.2.23
> 18:08:35.326 INFO [features-3-thread-1] mvn:org.yaml/snakeyaml/1.26
> 18:08:35.327 INFO [features-3-thread-1]
> mvn:org.codehaus.woodstox/stax2-api/4.2.1
> 18:08:35.327 INFO [features-3-thread-1] Installing bundles:
> 18:08:35.327 INFO [features-3-thread-1]
> mvn:com.fasterxml.jackson.core/jackson-annotations/2.11.4
> 18:08:35.331 INFO [features-3-thread-1]
> mvn:com.fasterxml.jackson.core/jackson-core/2.11.4
> 18:08:35.337 INFO [features-3-thread-1]
> mvn:com.fasterxml.jackson.core/jackson-databind/2.11.4
> 18:08:35.349 INFO [features-3-thread-1]
> mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/2.11.4
> 18:08:35.352 INFO [features-3-thread-1]
> mvn:com.fasterxml.jackson.datatype/jackson-datatype-jsr310/2.11.4
> 18:08:35.357 INFO [features-3-thread-1]
> mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.11.4
> 18:08:35.361 INFO [features-3-thread-1]
> mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.11.4
> 18:08:35.364 INFO [features-3-thread-1]
> mvn:com.fasterxml.woodstox/woodstox-core/6.2.6
> 18:08:35.377 INFO [features-3-thread-1]
> mvn:com.sun.istack/istack-commons-runtime/3.0.7
> 18:08:35.381 INFO [features-3-thread-1]
> mvn:io.github.classgraph/classgraph/4.8.25
> 18:08:35.387 INFO [features-3-thread-1]
> mvn:io.swagger.core.v3/swagger-annotations/2.1.6
> 18:08:35.390 INFO [features-3-thread-1]
> mvn:io.swagger.core.v3/swagger-core/2.1.6
> 18:08:35.396 INFO [features-3-thread-1]
> mvn:io.swagger.core.v3/swagger-integration/2.1.6
> 18:08:35.399 INFO [features-3-thread-1]
> mvn:io.swagger.core.v3/swagger-jaxrs2/2.1.6
> 18:08:35.404 INFO [features-3-thread-1]
> mvn:io.swagger.core.v3/swagger-models/2.1.6
> 18:08:35.410 INFO [features-3-thread-1]
> mvn:jakarta.annotation/jakarta.annotation-api/1.3.5
> 18:08:35.413 INFO [features-3-thread-1]
> mvn:jakarta.mail/jakarta.mail-api/1.6.5
> 18:08:35.419 INFO [features-3-thread-1]
> mvn:jakarta.servlet/jakarta.servlet-api/4.0.4
> 18:08:35.424 INFO [features-3-thread-1]
> mvn:jakarta.validation/jakarta.validation-api/2.0.2
> 18:08:35.428 INFO [features-3-thread-1]
> mvn:javax.servlet/javax.servlet-api/3.1.0
> 18:08:35.434 INFO [features-3-thread-1]
> mvn:javax.websocket/javax.websocket-api/1.1
> 18:08:35.439 INFO [features-3-thread-1]
> mvn:org.apache.aries.spifly/org.apache.aries.spifly.dynamic.bundle/1.3.2
> 18:08:35.444 INFO [features-3-thread-1]
> mvn:org.apache.commons/commons-lang3/3.11
> 18:08:35.451 INFO [features-3-thread-1] mvn:org.apache.cxf/cxf-core/3.4.4
> 18:08:35.464 INFO [features-3-thread-1]
> mvn:org.apache.cxf/cxf-rt-frontend-jaxrs/3.4.4
> 18:08:35.476 INFO [features-3-thread-1]
> mvn:org.apache.cxf/cxf-rt-management/3.4.4
> 18:08:35.482 INFO [features-3-thread-1]
> mvn:org.apache.cxf/cxf-rt-rs-client/3.4.4
> 18:08:35.488 INFO [features-3-thread-1]
> mvn:org.apache.cxf/cxf-rt-rs-extension-providers/3.4.4
> 18:08:35.492 INFO [features-3-thread-1]
> mvn:org.apache.cxf/cxf-rt-rs-extension-search/3.4.4
> 18:08:35.497 INFO [features-3-thread-1]
> mvn:org.apache.cxf/cxf-rt-rs-json-basic/3.4.4
> 18:08:35.501 INFO [features-3-thread-1]
> mvn:org.apache.cxf/cxf-rt-rs-service-description/3.4.4
> 18:08:35.505 INFO [features-3-thread-1]
> mvn:org.apache.cxf/cxf-rt-rs-service-description-common-openapi/3.4.4
> 18:08:35.508 INFO [features-3-thread-1]
> mvn:org.apache.cxf/cxf-rt-rs-service-description-openapi-v3/3.4.4
> 18:08:35.512 INFO [features-3-thread-1]
> mvn:org.apache.cxf/cxf-rt-rs-service-description-swagger-ui/3.4.4
> 18:08:35.515 INFO [features-3-thread-1]
> mvn:org.apache.cxf/cxf-rt-security/3.4.4
> 18:08:35.519 INFO [features-3-thread-1]
> mvn:org.apache.cxf/cxf-rt-transports-http/3.4.4
> 18:08:35.526 INFO [features-3-thread-1]
> mvn:org.apache.cxf.karaf/cxf-karaf-commands/3.4.4
> 18:08:35.529 INFO [features-3-thread-1]
> mvn:org.apache.felix/org.apache.felix.scr/2.1.26
> 18:08:35.536 INFO [features-3-thread-1]
> mvn:org.apache.geronimo.specs/geronimo-jaspic_1.0_spec/1.1
> 18:08:35.543 INFO [features-3-thread-1]
> mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
> 18:08:35.547 INFO [features-3-thread-1]
> mvn:org.apache.geronimo.specs/geronimo-osgi-registry/1.1
> 18:08:35.551 INFO [features-3-thread-1]
> mvn:org.apache.karaf.http/org.apache.karaf.http.core/4.2.11
> 18:08:35.562 INFO [features-3-thread-1]
> mvn:org.apache.karaf.scr/org.apache.karaf.scr.management/4.2.11
> 18:08:35.566 INFO [features-3-thread-1]
> mvn:org.apache.karaf.scr/org.apache.karaf.scr.state/4.2.11
> 18:08:35.570 INFO [features-3-thread-1]
> mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.fastinfoset/1.2.18_1
> 18:08:35.577 INFO [features-3-thread-1]
> mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-runtime/2.3.2_1
> 18:08:35.591 INFO [features-3-thread-1]
> mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-xjc/2.3.2_1
> 18:08:35.604 INFO [features-3-thread-1]
> mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xmlresolver/1.2_5
> 18:08:35.609 INFO [features-3-thread-1]
> mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/2.9.0
> 18:08:35.613 INFO [features-3-thread-1]
> mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxb-api-2.3/2.3_2
> 18:08:35.618 INFO [features-3-thread-1]
> mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxrs-api-2.1/2.9.1
> 18:08:35.622 INFO [features-3-thread-1]
> mvn:org.apache.ws.xmlschema/xmlschema-core/2.2.5
> 18:08:35.627 INFO [features-3-thread-1]
> mvn:org.apache.xbean/xbean-bundleutils/4.18
> 18:08:35.631 INFO [features-3-thread-1]
> mvn:org.apache.xbean/xbean-finder/4.18
> 18:08:35.636 INFO [features-3-thread-1]
> mvn:org.codehaus.jettison/jettison/1.4.1
> 18:08:35.641 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-client/9.4.38.v20210224
> 18:08:35.647 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-continuation/9.4.38.v20210224
> 18:08:35.649 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-deploy/9.4.38.v20210224
> 18:08:35.653 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-http/9.4.38.v20210224
> 18:08:35.658 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-io/9.4.38.v20210224
> 18:08:35.663 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-jaas/9.4.38.v20210224
> 18:08:35.666 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-jmx/9.4.38.v20210224
> 18:08:35.669 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-jndi/9.4.38.v20210224
> 18:08:35.673 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-plus/9.4.38.v20210224
> 18:08:35.676 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-proxy/9.4.38.v20210224
> 18:08:35.680 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-rewrite/9.4.38.v20210224
> 18:08:35.683 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-security/9.4.38.v20210224
> 18:08:35.687 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-jaspi/9.4.38.v20210224
> 18:08:35.690 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-server/9.4.38.v20210224
> 18:08:35.697 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-servlet/9.4.38.v20210224
> 18:08:35.702 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-servlets/9.4.38.v20210224
> 18:08:35.706 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-util/9.4.38.v20210224
> 18:08:35.712 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-util-ajax/9.4.38.v20210224
> 18:08:35.716 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-webapp/9.4.38.v20210224
> 18:08:35.720 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty.websocket/websocket-api/9.4.38.v20210224
> 18:08:35.723 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty.websocket/websocket-client/9.4.38.v20210224
> 18:08:35.726 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty.websocket/websocket-common/9.4.38.v20210224
> 18:08:35.731 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty.websocket/javax-websocket-client-impl/9.4.38.v20210224
> 18:08:35.736 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty.websocket/javax-websocket-server-impl/9.4.38.v20210224
> 18:08:35.740 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty.websocket/websocket-server/9.4.38.v20210224
> 18:08:35.743 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty.websocket/websocket-servlet/9.4.38.v20210224
> 18:08:35.746 INFO [features-3-thread-1]
> mvn:org.eclipse.jetty/jetty-xml/9.4.38.v20210224
> 18:08:35.749 INFO [features-3-thread-1] mvn:org.ow2.asm/asm/9.1
> 18:08:35.753 INFO [features-3-thread-1] mvn:org.ow2.asm/asm-commons/9.1
> 18:08:35.757 INFO [features-3-thread-1] mvn:org.ow2.asm/asm-tree/9.1
> 18:08:35.760 INFO [features-3-thread-1] mvn:org.ow2.asm/asm-analysis/9.1
> 18:08:35.764 INFO [features-3-thread-1] mvn:org.ow2.asm/asm-util/9.1
> 18:08:35.767 INFO [features-3-thread-1]
> mvn:org.ops4j.pax.web/pax-web-api/7.2.23
> 18:08:35.771 INFO [features-3-thread-1]
> mvn:org.ops4j.pax.web/pax-web-jetty/7.2.23
> 18:08:35.784 INFO [features-3-thread-1]
> mvn:org.ops4j.pax.web/pax-web-runtime/7.2.23
> 18:08:35.790 INFO [features-3-thread-1]
> mvn:org.ops4j.pax.web/pax-web-spi/7.2.23
> 18:08:35.796 INFO [features-3-thread-1] mvn:org.yaml/snakeyaml/1.26
> 18:08:35.803 INFO [features-3-thread-1]
> mvn:org.codehaus.woodstox/stax2-api/4.2.1
> 18:08:35.842 INFO [features-3-thread-1] Creating configuration file
> /Users/loom/Downloads/apache-karaf-4.2.11/etc/jetty.xml
> 18:08:36.041 INFO [features-3-thread-1] Starting bundles:
> 18:08:36.041 INFO [features-3-thread-1]
> org.apache.geronimo.specs.geronimo-osgi-registry/1.1.0
> 18:08:36.052 INFO [features-3-thread-1] jakarta.annotation-api/1.3.5
> 18:08:36.053 INFO [features-3-thread-1]
> org.apache.servicemix.specs.jaxb-api-2.3/2.3.0.2
> 18:08:36.065 INFO [features-3-thread-1]
> org.apache.servicemix.specs.jaxrs-api-2.1/2.9.1
> 18:08:36.077 INFO [features-3-thread-1]
> jakarta.validation.jakarta.validation-api/2.0.2
> 18:08:36.079 INFO [features-3-thread-1] jakarta.mail-api/1.6.5
> 18:08:36.081 INFO [features-3-thread-1]
> org.apache.servicemix.bundles.jaxb-runtime/2.3.2.1
> 18:08:36.082 INFO [features-3-thread-1]
> org.apache.servicemix.bundles.jaxb-xjc/2.3.2.1
> 18:08:36.083 INFO [features-3-thread-1] com.sun.istack.commons-runtime/3.0.7
> 18:08:36.085 INFO [features-3-thread-1] stax2-api/4.2.1
> 18:08:36.086 INFO [features-3-thread-1]
> com.fasterxml.woodstox.woodstox-core/6.2.6
> 18:08:36.087 INFO [features-3-thread-1]
> org.apache.servicemix.bundles.xmlresolver/1.2.0.5
> 18:08:36.093 INFO [features-3-thread-1] javax.servlet-api/3.1.0
> 18:08:36.094 INFO [features-3-thread-1] org.ops4j.pax.web.pax-web-api/7.2.23
> 18:08:36.095 INFO [features-3-thread-1] org.ops4j.pax.web.pax-web-spi/7.2.23
> 18:08:36.096 INFO [features-3-thread-1]
> org.apache.aries.spifly.dynamic.bundle/1.3.2
> 18:08:36.145 INFO [features-3-thread-1]
> org.eclipse.jetty.util/9.4.38.v20210224
> 18:08:36.147 INFO [features-3-thread-1]
> org.eclipse.jetty.jmx/9.4.38.v20210224
> 18:08:36.149 INFO [features-3-thread-1]
> org.eclipse.jetty.io/9.4.38.v20210224
> 18:08:36.150 INFO [features-3-thread-1]
> org.eclipse.jetty.http/9.4.38.v20210224
> 18:08:36.185 INFO [features-3-thread-1]
> org.eclipse.jetty.server/9.4.38.v20210224
> 18:08:36.186 INFO [features-3-thread-1]
> org.apache.geronimo.specs.geronimo-jaspic_1.0_spec/1.1.0
> 18:08:36.189 INFO [features-3-thread-1]
> org.eclipse.jetty.security.jaspi/9.4.38.v20210224
> 18:08:36.195 INFO [features-3-thread-1]
> org.eclipse.jetty.security/9.4.38.v20210224
> 18:08:36.196 INFO [features-3-thread-1]
> org.eclipse.jetty.util.ajax/9.4.38.v20210224
> 18:08:36.197 INFO [features-3-thread-1]
> org.eclipse.jetty.servlet/9.4.38.v20210224
> 18:08:36.198 INFO [features-3-thread-1]
> org.eclipse.jetty.xml/9.4.38.v20210224
> 18:08:36.200 INFO [features-3-thread-1]
> org.eclipse.jetty.jaas/9.4.38.v20210224
> 18:08:36.201 INFO [features-3-thread-1]
> org.eclipse.jetty.websocket.common/9.4.38.v20210224
> 18:08:36.218 INFO [features-3-thread-1]
> org.eclipse.jetty.websocket.api/9.4.38.v20210224
> 18:08:36.220 INFO [features-3-thread-1]
> org.eclipse.jetty.client/9.4.38.v20210224
> 18:08:36.221 INFO [features-3-thread-1]
> org.eclipse.jetty.websocket.client/9.4.38.v20210224
> 18:08:36.222 INFO [features-3-thread-1] javax.websocket-api/1.1.0
> 18:08:36.223 INFO [features-3-thread-1]
> org.eclipse.jetty.websocket.javax.websocket/9.4.38.v20210224
> 18:08:36.225 INFO [features-3-thread-1]
> org.eclipse.jetty.websocket.servlet/9.4.38.v20210224
> 18:08:36.226 INFO [features-3-thread-1]
> org.eclipse.jetty.websocket.server/9.4.38.v20210224
> 18:08:36.228 INFO [features-3-thread-1]
> org.eclipse.jetty.websocket.javax.websocket.server/9.4.38.v20210224
> 18:08:36.232 INFO [features-3-thread-1]
> org.eclipse.jetty.continuation/9.4.38.v20210224
> 18:08:36.233 INFO [features-3-thread-1]
> org.apache.geronimo.specs.geronimo-jta_1.1_spec/1.1.1
> 18:08:36.234 INFO [features-3-thread-1]
> org.eclipse.jetty.jndi/9.4.38.v20210224
> 18:08:36.235 INFO [features-3-thread-1]
> org.eclipse.jetty.webapp/9.4.38.v20210224
> 18:08:36.236 INFO [features-3-thread-1]
> org.eclipse.jetty.plus/9.4.38.v20210224
> 18:08:36.237 INFO [features-3-thread-1]
> org.eclipse.jetty.deploy/9.4.38.v20210224
> 18:08:36.238 INFO [features-3-thread-1]
> org.eclipse.jetty.proxy/9.4.38.v20210224
> 18:08:36.239 INFO [features-3-thread-1]
> org.eclipse.jetty.servlets/9.4.38.v20210224
> 18:08:36.240 INFO [features-3-thread-1]
> org.eclipse.jetty.rewrite/9.4.38.v20210224
> 18:08:36.241 INFO [features-3-thread-1]
> org.ops4j.pax.web.pax-web-jetty/7.2.23
> 18:08:36.270 INFO [features-3-thread-1] Logging initialized @50925ms to
> org.eclipse.jetty.util.log.Slf4jLog
> 18:08:36.279 INFO [features-3-thread-1]
> org.ops4j.pax.web.pax-web-runtime/7.2.23
> 18:08:36.288 INFO [features-3-thread-1] EventAdmin support enabled, servlet
> events will be postet to topics.
> 18:08:36.289 INFO [features-3-thread-1] LogService support enabled, log
> events will be created.
> 18:08:36.291 INFO [features-3-thread-1] Pax Web started
> 18:08:36.291 INFO [features-3-thread-1] org.apache.karaf.http.core/4.2.11
> 18:08:36.304 INFO [features-3-thread-1] Command registration delayed for
> bundle org.apache.karaf.http.core/4.2.11. Missing service:
> [org.apache.karaf.http.core.ServletService,
> org.apache.karaf.http.core.ProxyService]
> 18:08:36.305 INFO [features-3-thread-1]
> io.github.classgraph.classgraph/4.8.25
> 18:08:36.306 INFO [features-3-thread-1] org.apache.felix.scr/2.1.26
> 18:08:36.428 INFO [features-3-thread-1] org.apache.karaf.scr.state/4.2.11
> 18:08:36.435 INFO [features-3-thread-1] Registering commands for bundle
> org.apache.karaf.scr.state/4.2.11
> 18:08:36.436 INFO [features-3-thread-1] org.codehaus.jettison.jettison/1.4.1
> 18:08:36.443 INFO [features-3-thread-1]
> org.apache.servicemix.specs.activation-api-1.1/2.9.0
> 18:08:36.449 INFO [features-3-thread-1]
> org.apache.servicemix.bundles.fastinfoset/1.2.18.1
> 18:08:36.451 INFO [features-3-thread-1] org.apache.ws.xmlschema.core/2.2.5
> 18:08:36.452 INFO [features-3-thread-1]
> org.apache.karaf.scr.management/4.2.11
> 18:08:36.464 INFO [features-3-thread-1] Activating the Apache Karaf
> ServiceComponentRuntime MBean
> 18:08:36.467 INFO [features-3-thread-1] org.apache.commons.lang3/3.11.0
> 18:08:36.469 INFO [features-3-thread-1]
> com.fasterxml.jackson.core.jackson-annotations/2.11.4
> 18:08:36.470 INFO [features-3-thread-1]
> com.fasterxml.jackson.core.jackson-core/2.11.4
> 18:08:36.472 INFO [features-3-thread-1]
> com.fasterxml.jackson.core.jackson-databind/2.11.4
> 18:08:36.473 INFO [features-3-thread-1]
> com.fasterxml.jackson.datatype.jackson-datatype-jsr310/2.11.4
> 18:08:36.474 INFO [features-3-thread-1] org.yaml.snakeyaml/1.26.0
> 18:08:36.476 INFO [features-3-thread-1]
> com.fasterxml.jackson.dataformat.jackson-dataformat-yaml/2.11.4
> 18:08:36.478 INFO [features-3-thread-1]
> io.swagger.core.v3.swagger-annotations/2.1.6
> 18:08:36.479 INFO [features-3-thread-1]
> io.swagger.core.v3.swagger-models/2.1.6
> 18:08:36.480 INFO [features-3-thread-1]
> io.swagger.core.v3.swagger-core/2.1.6
> 18:08:36.481 INFO [features-3-thread-1]
> io.swagger.core.v3.swagger-integration/2.1.6
> 18:08:36.482 INFO [features-3-thread-1] jakarta.servlet-api/4.0.0
> 18:08:36.483 INFO [features-3-thread-1]
> io.swagger.core.v3.swagger-jaxrs2/2.1.6
> 18:08:36.485 INFO [features-3-thread-1]
> org.apache.cxf.cxf-rt-rs-service-description-swagger-ui/3.4.4
> 18:08:36.486 INFO [features-3-thread-1]
> com.fasterxml.jackson.jaxrs.jackson-jaxrs-base/2.11.4
> 18:08:36.487 INFO [features-3-thread-1]
> com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider/2.11.4
> 18:08:36.491 INFO [features-3-thread-1] org.apache.cxf.cxf-rt-security/3.4.4
> 18:08:36.493 INFO [features-3-thread-1]
> org.apache.cxf.cxf-rt-transports-http/3.4.4
> 18:08:36.524 INFO [features-3-thread-1]
> org.apache.cxf.cxf-rt-frontend-jaxrs/3.4.4
> 18:08:36.528 INFO [features-3-thread-1] Aries Blueprint packages not
> available. So namespaces will not be registered
> 18:08:36.529 INFO [features-3-thread-1]
> org.apache.cxf.cxf-rt-rs-extension-search/3.4.4
> 18:08:36.531 INFO [features-3-thread-1]
> org.apache.cxf.cxf-rt-rs-json-basic/3.4.4
> 18:08:36.532 INFO [features-3-thread-1]
> org.apache.cxf.cxf-rt-rs-extension-providers/3.4.4
> 18:08:36.534 INFO [features-3-thread-1]
> org.apache.cxf.cxf-rt-management/3.4.4
> 18:08:36.535 INFO [features-3-thread-1]
> org.apache.cxf.cxf-rt-rs-client/3.4.4
> 18:08:36.537 INFO [features-3-thread-1] Aries Blueprint packages not
> available. So namespaces will not be registered
> 18:08:36.537 INFO [features-3-thread-1]
> org.apache.cxf.karaf.cxf-karaf-commands/3.4.4
> 18:08:36.546 INFO [features-3-thread-1] Registering commands for bundle
> org.apache.cxf.karaf.cxf-karaf-commands/3.4.4
> 18:08:36.549 INFO [features-3-thread-1]
> org.apache.cxf.cxf-rt-rs-service-description/3.4.4
> 18:08:36.551 INFO [features-3-thread-1]
> org.apache.cxf.cxf-rt-rs-service-description-common-openapi/3.4.4
> 18:08:36.552 INFO [features-3-thread-1]
> org.apache.cxf.cxf-rt-rs-service-description-openapi-v3/3.4.4
> 18:08:36.554 INFO [features-3-thread-1] org.apache.cxf.cxf-core/3.4.4
> 18:08:36.567 INFO [features-3-thread-1] Adding the extensions from bundle
> org.apache.cxf.cxf-rt-frontend-jaxrs (74)
> [org.apache.cxf.jaxrs.JAXRSBindingFactory]
> 18:08:36.568 INFO [features-3-thread-1] Adding the extensions from bundle
> org.apache.cxf.cxf-rt-management (75)
> [org.apache.cxf.management.InstrumentationManager]
> 18:08:36.569 INFO [features-3-thread-1] Adding the extensions from bundle
> org.apache.cxf.cxf-rt-rs-service-description (80)
> [org.apache.cxf.jaxrs.model.wadl.WadlGenerator]
> 18:08:36.569 INFO [features-3-thread-1] Adding the extensions from bundle
> org.apache.cxf.cxf-rt-transports-http (85)
> [org.apache.cxf.transport.http.HTTPTransportFactory,
> org.apache.cxf.transport.http.HTTPWSDLExtensionLoader,
> org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder,
> org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder,
> org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider]
> 18:08:36.574 INFO [features-3-thread-1] Aries Blueprint packages not
> available. So namespaces will not be registered
> 18:08:36.576 INFO [features-3-thread-1] org.objectweb.asm/9.1.0
> 18:08:36.577 INFO [features-3-thread-1] org.objectweb.asm.tree/9.1.0
> 18:08:36.579 INFO [features-3-thread-1]
> org.objectweb.asm.tree.analysis/9.1.0
> 18:08:36.581 INFO [features-3-thread-1] org.objectweb.asm.util/9.1.0
> 18:08:36.582 INFO [features-3-thread-1] org.objectweb.asm.commons/9.1.0
> 18:08:36.584 INFO [features-3-thread-1] org.apache.xbean.bundleutils/4.18.0
> 18:08:36.585 INFO [features-3-thread-1] org.apache.xbean.finder/4.18.0
> 18:08:36.593 ERROR [Karaf local console user karaf] Exception caught while
> executing command
> org.apache.karaf.features.internal.util.MultiException: Error restarting
> bundles:
> Activator start error in bundle org.apache.cxf.cxf-rt-transports-http
> [85].
> at
> org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:1052)
> ~[?:?]
> at
> org.apache.karaf.features.internal.service.FeaturesServiceImpl.doProvision(FeaturesServiceImpl.java:1063)
> ~[?:?]
> at
> org.apache.karaf.features.internal.service.FeaturesServiceImpl.lambda$doProvisionInThread$13(FeaturesServiceImpl.java:998)
> ~[?:?]
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> ~[?:1.8.0_181]
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> ~[?:1.8.0_181]
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> ~[?:1.8.0_181]
> at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
> Suppressed: org.osgi.framework.BundleException: Activator start error
> in bundle org.apache.cxf.cxf-rt-transports-http [85].
> at
> org.apache.felix.framework.Felix.activateBundle(Felix.java:2290) ~[?:?]
> at
> org.apache.felix.framework.Felix.startBundle(Felix.java:2146) ~[?:?]
> at
> org.apache.felix.framework.BundleImpl.start(BundleImpl.java:998) ~[?:?]
> at
> org.apache.felix.framework.BundleImpl.start(BundleImpl.java:984) ~[?:?]
> at
> org.apache.karaf.features.internal.service.BundleInstallSupportImpl.startBundle(BundleInstallSupportImpl.java:165)
> ~[?:?]
> at
> org.apache.karaf.features.internal.service.FeaturesServiceImpl.startBundle(FeaturesServiceImpl.java:1154)
> ~[?:?]
> at
> org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:1044)
> ~[?:?]
> at
> org.apache.karaf.features.internal.service.FeaturesServiceImpl.doProvision(FeaturesServiceImpl.java:1063)
> ~[?:?]
> at
> org.apache.karaf.features.internal.service.FeaturesServiceImpl.lambda$doProvisionInThread$13(FeaturesServiceImpl.java:998)
> ~[?:?]
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> ~[?:1.8.0_181]
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> ~[?:1.8.0_181]
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> ~[?:1.8.0_181]
> at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
> Caused by: java.lang.NoClassDefFoundError:
> org/osgi/service/http/HttpService
> at
> org.apache.cxf.transport.http.osgi.HTTPTransportActivator.start(HTTPTransportActivator.java:62)
> ~[?:?]
> at
> org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:697)
> ~[?:?]
> at
> org.apache.felix.framework.Felix.activateBundle(Felix.java:2240) ~[?:?]
> ... 12 more
> Caused by: java.lang.ClassNotFoundException:
> org.osgi.service.http.HttpService not found by
> org.apache.cxf.cxf-rt-transports-http [85]
> at
> org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1639)
> ~[?:?]
> at
> org.apache.felix.framework.BundleWiringImpl.access$200(BundleWiringImpl.java:80)
> ~[?:?]
> at
> org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:2053)
> ~[?:?]
> at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> ~[?:1.8.0_181]
> at
> org.apache.cxf.transport.http.osgi.HTTPTransportActivator.start(HTTPTransportActivator.java:62)
> ~[?:?]
> at
> org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:697)
> ~[?:?]
> at
> org.apache.felix.framework.Felix.activateBundle(Felix.java:2240) ~[?:?]
> ... 12 more
> 18:08:36.708 INFO [paxweb-config-1-thread-1] No ALPN class available
> 18:08:36.708 INFO [paxweb-config-1-thread-1] HTTP/2 not available, creating
> standard ServerConnector for Http
> 18:08:36.802 INFO [paxweb-config-1-thread-1] Pax Web available at
> [0.0.0.0]:[8181]
> 18:08:36.814 INFO [paxweb-config-1-thread-1] Binding bundle:
> [org.apache.karaf.http.core [91]] to http service
> 18:08:36.838 INFO [activator-1-thread-2] Registering commands for bundle
> org.apache.karaf.http.core/4.2.11
> {code}
> and finally the bundle list (after the attempted feature install) :
> {code}
> karaf@root()> la
> START LEVEL 100 , List Threshold: 0
> ID │ State │ Lvl │ Version │ Name
> ────┼──────────┼─────┼────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
> 0 │ Active │ 0 │ 5.6.12 │ System Bundle, Fragments: 1
> 1 │ Resolved │ 1 │ 4.2.11 │ Apache Karaf :: Features ::
> Extension, Hosts: 0
> 2 │ Active │ 5 │ 4.2.11 │ Apache Karaf :: OSGi Services ::
> EventAdmin
> 3 │ Active │ 5 │ 1.2.4 │ Apache Felix Metatype Service
> 4 │ Active │ 5 │ 2.6.7 │ OPS4J Pax Url - mvn:
> 5 │ Active │ 8 │ 1.11.9 │ OPS4J Pax Logging - API
> 6 │ Active │ 8 │ 1.11.9 │ OPS4J Pax Logging - Log4Jv2
> implementation
> 7 │ Active │ 8 │ 1.18.0 │ jansi
> 8 │ Active │ 9 │ 1.1.1.201810101357 │ org.osgi:org.osgi.util.promise
> 9 │ Active │ 9 │ 1.0.2 │ Apache Felix Coordinator Service
> 10 │ Active │ 9 │ 1.1.0.201802012106 │ org.osgi:org.osgi.util.function
> 11 │ Active │ 10 │ 1.9.20 │ Apache Felix Configuration Admin
> Service
> 12 │ Active │ 11 │ 3.6.8 │ Apache Felix File Install
> 13 │ Active │ 15 │ 4.2.11 │ Apache Karaf :: Features :: Core
> 14 │ Active │ 30 │ 1.66 │ bcpkix
> 15 │ Active │ 30 │ 1.66 │ bcprov
> 16 │ Active │ 30 │ 1.1.5 │ Apache Aries JMX API
> 17 │ Active │ 30 │ 1.1.8 │ Apache Aries JMX Core
> 18 │ Active │ 30 │ 1.2.0 │ Apache Aries Whiteboard support
> for JMX DynamicMBean services
> 19 │ Active │ 20 │ 1.1.3 │ Apache Aries Util
> 20 │ Active │ 30 │ 4.2.11 │ Apache Karaf :: Bundle :: Core
> 21 │ Active │ 30 │ 4.2.11 │ Apache Karaf :: ConfigAdmin ::
> Core
> 22 │ Active │ 26 │ 4.2.11 │ Apache Karaf :: Deployer ::
> Features
> 23 │ Active │ 24 │ 4.2.11 │ Apache Karaf :: Deployer :: Karaf
> Archive (.kar)
> 24 │ Active │ 24 │ 4.2.11 │ Apache Karaf :: Deployer :: Wrap
> Non OSGi Jar
> 25 │ Active │ 30 │ 4.2.11 │ Apache Karaf :: Diagnostic :: Core
> 26 │ Active │ 80 │ 4.2.11 │ Apache Karaf :: OSGi Services ::
> Event
> 27 │ Active │ 30 │ 4.2.11 │ Apache Karaf :: Features ::
> Command
> 28 │ Active │ 30 │ 4.2.11 │ Apache Karaf :: Instance :: Core
> 29 │ Active │ 30 │ 4.2.11 │ Apache Karaf :: JAAS :: Command
> 30 │ Active │ 30 │ 4.2.11 │ Apache Karaf :: JAAS :: Config
> 31 │ Active │ 30 │ 4.2.11 │ Apache Karaf :: JAAS :: Modules
> 32 │ Active │ 30 │ 4.2.11 │ Apache Karaf :: KAR :: Core
> 33 │ Active │ 30 │ 4.2.11 │ Apache Karaf :: Log :: Core
> 34 │ Active │ 30 │ 4.2.11 │ Apache Karaf :: Management
> 35 │ Active │ 30 │ 4.2.11 │ Apache Karaf :: Package :: Core
> 36 │ Active │ 30 │ 4.2.11 │ Apache Karaf :: Service :: Core
> 37 │ Active │ 30 │ 4.2.11 │ Apache Karaf :: Shell :: Various
> Commands
> 38 │ Active │ 30 │ 4.2.11 │ Apache Karaf :: Shell :: Core
> 39 │ Active │ 30 │ 4.2.11 │ Apache Karaf :: Shell :: SSH
> 40 │ Active │ 30 │ 4.2.11 │ Apache Karaf :: System :: Core
> 41 │ Active │ 30 │ 0.3.11.1 │ Apache ServiceMix :: Bundles ::
> not-yet-commons-ssl
> 42 │ Active │ 30 │ 2.5.1 │ Apache Mina SSHD :: OSGi
> 43 │ Active │ 30 │ 2.5.1 │ Apache Mina SSHD :: SCP
> 44 │ Active │ 30 │ 2.5.1 │ Apache Mina SSHD :: SFTP
> 45 │ Active │ 30 │ 3.19.0 │ JLine Builtins
> 46 │ Active │ 30 │ 3.19.0 │ JLine Reader
> 47 │ Active │ 30 │ 3.19.0 │ JLine Terminal, Fragments: 48
> 48 │ Resolved │ 30 │ 3.19.0 │ JLine JANSI Terminal, Hosts: 47
> 49 │ Active │ 10 │ 2.6.7 │ OPS4J Pax Url - wrap:
> 50 │ Active │ 35 │ 2.11.4 │ Jackson-annotations
> 51 │ Active │ 35 │ 2.11.4 │ Jackson-core
> 52 │ Active │ 35 │ 2.11.4 │ jackson-databind
> 53 │ Active │ 35 │ 2.11.4 │ Jackson-dataformat-YAML
> 54 │ Active │ 35 │ 2.11.4 │ Jackson datatype: JSR310
> 55 │ Active │ 35 │ 2.11.4 │ Jackson-JAXRS-base
> 56 │ Active │ 35 │ 2.11.4 │ Jackson-JAXRS-JSON
> 57 │ Active │ 20 │ 6.2.6 │ Woodstox
> 58 │ Active │ 20 │ 3.0.7 │ istack common utility code runtime
> 59 │ Active │ 30 │ 4.8.25 │ ClassGraph
> 60 │ Active │ 35 │ 2.1.6 │ swagger-annotations
> 61 │ Active │ 35 │ 2.1.6 │ swagger-core
> 62 │ Active │ 35 │ 2.1.6 │ swagger-integration
> 63 │ Active │ 35 │ 2.1.6 │ swagger-jaxrs2
> 64 │ Active │ 35 │ 2.1.6 │ swagger-models
> 65 │ Active │ 10 │ 1.3.5 │ Jakarta Annotations API
> 66 │ Active │ 10 │ 1.6.5 │ Jakarta Mail API jar
> 67 │ Active │ 35 │ 4.0.0 │ Jakarta Servlet
> 68 │ Active │ 10 │ 2.0.2 │ Jakarta Bean Validation API
> 69 │ Active │ 30 │ 3.1.0 │ Java Servlet API
> 70 │ Active │ 30 │ 1.1 │ WebSocket server API
> 71 │ Active │ 30 │ 1.3.2 │ Apache Aries SPI Fly Dynamic
> Weaving Bundle
> 72 │ Active │ 35 │ 3.11.0 │ Apache Commons Lang
> 73 │ Active │ 40 │ 3.4.4 │ Apache CXF Core
> 74 │ Active │ 40 │ 3.4.4 │ Apache CXF Runtime JAX-RS Frontend
> 75 │ Active │ 40 │ 3.4.4 │ Apache CXF Runtime Management
> 76 │ Active │ 40 │ 3.4.4 │ Apache CXF JAX-RS Client
> 77 │ Active │ 40 │ 3.4.4 │ Apache CXF JAX-RS Extensions:
> Providers
> 78 │ Active │ 40 │ 3.4.4 │ Apache CXF JAX-RS Extensions:
> Search
> 79 │ Active │ 40 │ 3.4.4 │ Apache CXF JAX-RS Extensions:
> JSON Basic
> 80 │ Active │ 40 │ 3.4.4 │ Apache CXF JAX-RS Service
> Description
> 81 │ Active │ 40 │ 3.4.4 │ Apache CXF JAX-RS Service
> Description OpenAPI/Swagger Common
> 82 │ Active │ 40 │ 3.4.4 │ Apache CXF JAX-RS Service
> Description OpenAPI v3
> 83 │ Active │ 35 │ 3.4.4 │ Apache CXF JAX-RS Service
> Description Swagger UI integration
> 84 │ Active │ 40 │ 3.4.4 │ Apache CXF Runtime Security
> functionality
> 85 │ Resolved │ 40 │ 3.4.4 │ Apache CXF Runtime HTTP Transport
> 86 │ Active │ 40 │ 3.4.4 │ Apache CXF Karaf Commands
> 87 │ Active │ 30 │ 2.1.26 │ Apache Felix Declarative Services
> 88 │ Active │ 30 │ 1.1 │ Java Authentication SPI for
> Containers
> 89 │ Active │ 30 │ 1.1.1 │ geronimo-jta_1.1_spec
> 90 │ Active │ 9 │ 1.1 │ Apache Geronimo OSGI factory
> registry
> 91 │ Active │ 30 │ 4.2.11 │ Apache Karaf :: HTTP :: Core
> 92 │ Active │ 30 │ 4.2.11 │ Apache Karaf :: SCR :: Management
> MBeans
> 93 │ Active │ 30 │ 4.2.11 │ Apache Karaf :: SCR :: Bundle
> State
> 94 │ Active │ 30 │ 1.2.18.1 │ Apache ServiceMix :: Bundles ::
> FastInfoset
> 95 │ Active │ 20 │ 2.3.2.1 │ Apache ServiceMix :: Bundles ::
> jaxb-runtime
> 96 │ Active │ 20 │ 2.3.2.1 │ Apache ServiceMix :: Bundles ::
> jaxb-xjc
> 97 │ Active │ 25 │ 1.2.0.5 │ Apache ServiceMix :: Bundles ::
> xmlresolver
> 98 │ Active │ 30 │ 2.9.0 │ Apache ServiceMix :: Specs ::
> Activation API 1.4
> 99 │ Active │ 10 │ 2.3.0.2 │ Apache ServiceMix :: Specs ::
> JAXB API 2.3
> 100 │ Active │ 10 │ 2.9.1 │ Apache ServiceMix :: Specs ::
> JAX-RS API 2.1
> 101 │ Active │ 30 │ 2.2.5 │ XmlSchema Core
> 102 │ Active │ 80 │ 4.18.0 │ Apache XBean OSGI Bundle Utilities
> 103 │ Active │ 80 │ 4.18.0 │ Apache XBean :: Classpath
> Resource Finder
> 104 │ Active │ 30 │ 1.4.1 │ jettison
> 105 │ Active │ 30 │ 9.4.38.v20210224 │ Jetty :: Asynchronous HTTP Client
> 106 │ Active │ 30 │ 9.4.38.v20210224 │ Jetty :: Continuation
> 107 │ Active │ 30 │ 9.4.38.v20210224 │ Jetty :: Deployers
> 108 │ Active │ 30 │ 9.4.38.v20210224 │ Jetty :: Http Utility
> 109 │ Active │ 30 │ 9.4.38.v20210224 │ Jetty :: IO Utility
> 110 │ Active │ 30 │ 9.4.38.v20210224 │ Jetty :: JAAS
> 111 │ Active │ 30 │ 9.4.38.v20210224 │ Jetty :: JMX Management
> 112 │ Active │ 30 │ 9.4.38.v20210224 │ Jetty :: JNDI Naming
> 113 │ Active │ 30 │ 9.4.38.v20210224 │ Jetty :: Plus
> 114 │ Active │ 30 │ 9.4.38.v20210224 │ Jetty :: Proxy
> 115 │ Active │ 30 │ 9.4.38.v20210224 │ Jetty :: Rewrite Handler
> 116 │ Active │ 30 │ 9.4.38.v20210224 │ Jetty :: Security
> 117 │ Active │ 30 │ 9.4.38.v20210224 │ Jetty :: JASPI Security
> 118 │ Active │ 30 │ 9.4.38.v20210224 │ Jetty :: Server Core
> 119 │ Active │ 30 │ 9.4.38.v20210224 │ Jetty :: Servlet Handling
> 120 │ Active │ 30 │ 9.4.38.v20210224 │ Jetty :: Utility Servlets and
> Filters
> 121 │ Active │ 30 │ 9.4.38.v20210224 │ Jetty :: Utilities
> 122 │ Active │ 30 │ 9.4.38.v20210224 │ Jetty :: Utilities :: Ajax(JSON)
> 123 │ Active │ 30 │ 9.4.38.v20210224 │ Jetty :: Webapp Application
> Support
> 124 │ Active │ 30 │ 9.4.38.v20210224 │ Jetty :: Websocket :: API
> 125 │ Active │ 30 │ 9.4.38.v20210224 │ Jetty :: Websocket :: Client
> 126 │ Active │ 30 │ 9.4.38.v20210224 │ Jetty :: Websocket :: Common
> 127 │ Active │ 30 │ 9.4.38.v20210224 │ Jetty :: Websocket ::
> javax.websocket :: Client Implementation
> 128 │ Active │ 30 │ 9.4.38.v20210224 │ Jetty :: Websocket ::
> javax.websocket.server :: Server Implementation
> 129 │ Active │ 30 │ 9.4.38.v20210224 │ Jetty :: Websocket :: Server
> 130 │ Active │ 30 │ 9.4.38.v20210224 │ Jetty :: Websocket :: Servlet
> Interface
> 131 │ Active │ 30 │ 9.4.38.v20210224 │ Jetty :: XML utilities
> 132 │ Active │ 80 │ 9.1.0 │ org.objectweb.asm
> 133 │ Active │ 80 │ 9.1.0 │ org.objectweb.asm.commons
> 134 │ Active │ 80 │ 9.1.0 │ org.objectweb.asm.tree
> 135 │ Active │ 80 │ 9.1.0 │ org.objectweb.asm.tree.analysis
> 136 │ Active │ 80 │ 9.1.0 │ org.objectweb.asm.util
> 137 │ Active │ 30 │ 7.2.23 │ OPS4J Pax Web - API
> 138 │ Active │ 30 │ 7.2.23 │ OPS4J Pax Web - Jetty
> 139 │ Active │ 30 │ 7.2.23 │ OPS4J Pax Web - Runtime
> 140 │ Active │ 30 │ 7.2.23 │ OPS4J Pax Web - Service SPI
> 141 │ Active │ 35 │ 1.26.0 │ SnakeYAML
> 142 │ Active │ 20 │ 4.2.1 │ Stax2 API
> {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)