I checked and I think it's the same cause as
https://issues.apache.org/jira/browse/KARAF-6151

A possible workaround is to blacklist the features.

Let me double check.

Regards
JB

On 12/02/2019 01:14, Mike wrote:
> Hello,
> 
> since round about an hour I have a very strange behaviour in the shell after 
> installation of features I can't insert commands. Looks like two (or more) 
> listeners for the stdin are active. In this example I typed 'list' and press 
> multiple times enter:
> 
> karaf@root()>
> karaf@root()>
> karaf@root()>
> karaf@root()> list
> Command not found: s
> karaf@root()>
> karaf@root()>
> karaf@root()>
> Command not found: lit
> karaf@root()>
> 
> If I open a ssh console it will be fine.
> 
> 
> 
> I already tested different features in different orders:
> 
> feature:repo-add camel 2.20.0
> feature:install deployer/4.2.2 camel-blueprint/2.20.0 aries-blueprint/4.2.2
> 
> feature:install openjpa3
> 
> feature:repo-add activemq 5.15.8
> feature:install activemq-client
> 
> feature:repo-add cxf
> feature:install cxf/3.2.0
> 
> But I can't find a reason. Looks like the behaviour is flipping...
> 
> 
> 
> I also found some strange karaf 4.3.0-SNAPSHOT features appearing in 
> features:list
> 
> karaf@root()> feature:list|grep deploy
> deployer                                | 4.2.2            | x        | 
> Started     | standard-4.2.2                    | Karaf Deployer
> deployer                                | 4.3.0.SNAPSHOT   |          | 
> Uninstalled | standard-4.3.0-SNAPSHOT           | Karaf Deployer
> 
> After cleanup and restart I didn't found it any more.
> 
> 
> 
> And also
> 
> 
> 00:00:08.331 INFO  [features-3-thread-1] Starting bundles:
> 00:00:08.332 INFO  [features-3-thread-1]   org.apache.aries.proxy/1.1.4
> 00:00:08.340 INFO  [features-3-thread-1]   
> org.apache.aries.blueprint.core/1.10.1
> 00:00:08.379 INFO  [features-3-thread-1] No quiesce support is available, so 
> blueprint components will not participate in quiesce operations
> 00:00:08.494 INFO  [features-3-thread-1] Blueprint bundle 
> org.apache.aries.blueprint.core/1.10.1 has been started
> 00:00:08.496 INFO  [features-3-thread-1]   org.apache.aries.blueprint.cm/1.3.1
> 00:00:08.515 INFO  [features-3-thread-1] Blueprint bundle 
> org.apache.aries.blueprint.cm/1.3.1 has been started
> 00:00:08.516 INFO  [features-3-thread-1]   org.apache.karaf.deployer.kar/4.2.2
> 00:00:08.535 INFO  [features-3-thread-1]   org.apache.karaf.shell.core/4.2.2
> 00:00:08.582 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.deployer.kar/4.2.2
> 00:00:08.761 INFO  [features-3-thread-1] Blueprint bundle 
> org.apache.karaf.shell.core/4.2.2 has been started
> 00:00:08.762 INFO  [features-3-thread-1]   
> org.apache.karaf.shell.core/4.3.0.SNAPSHOT
> 00:00:08.811 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.deployer.kar/4.2.2
> 00:00:08.897 INFO  [features-3-thread-1] Blueprint bundle 
> org.apache.karaf.shell.core/4.3.0.SNAPSHOT has been started
> 00:00:08.899 INFO  [features-3-thread-1]   org.apache.karaf.bundle.core/4.2.2
> 00:00:08.989 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.bundle.core/4.2.2
> 00:00:08.995 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.bundle.core/4.2.2
> 00:00:08.997 INFO  [features-3-thread-1]   
> org.eclipse.jetty.http/9.4.12.v20180830
> 00:00:09.003 INFO  [features-3-thread-1]   
> org.eclipse.jetty.client/9.4.12.v20180830
> 00:00:09.012 INFO  [features-3-thread-1]   
> org.eclipse.jetty.websocket.common/9.4.12.v20180830
> 00:00:09.029 INFO  [features-3-thread-1]   
> org.eclipse.jetty.websocket.api/9.4.12.v20180830
> 00:00:09.031 INFO  [features-3-thread-1]   
> org.eclipse.jetty.websocket.client/9.4.12.v20180830
> 00:00:09.041 INFO  [features-3-thread-1]   
> org.apache.servicemix.bundles.aopalliance/1.0.0.6
> 00:00:09.043 INFO  [features-3-thread-1]   
> org.apache.servicemix.bundles.spring-core/4.3.21.RELEASE_1
> 00:00:09.045 INFO  [features-3-thread-1]   
> org.apache.servicemix.bundles.spring-beans/4.3.21.RELEASE_1
> 00:00:09.047 INFO  [features-3-thread-1]   
> org.apache.servicemix.bundles.spring-aop/4.3.21.RELEASE_1
> 00:00:09.049 INFO  [features-3-thread-1]   
> org.apache.servicemix.bundles.spring-expression/4.3.21.RELEASE_1
> 00:00:09.051 INFO  [features-3-thread-1]   
> org.apache.servicemix.bundles.spring-context/4.3.21.RELEASE_1
> 00:00:09.053 INFO  [features-3-thread-1]   
> org.apache.servicemix.bundles.spring-context-support/4.3.21.RELEASE_1
> 
> You see the line
> 
> 00:00:08.762 INFO  [features-3-thread-1]   
> org.apache.karaf.shell.core/4.3.0.SNAPSHOT
> 
> with karaf 4.3.0 version. Looks like there are snapshot dependencies in the 
> stable 4.2.2 release.
> 
> Please help or fix!
> 
> Thx
> 
> Mike
> 
> 
> 
> 
> A full text capture:
> 
> karaf@root()> feature:install openjpa3
>>
> 23:59:39.130 INFO  [pipe-feature:install openjpa3] Adding features: 
> openjpa3/[3.0.0,3.0.0]
> 23:59:42.385 INFO  [features-3-thread-1] Changes to perform:
> 23:59:42.387 INFO  [features-3-thread-1]   Region: root
> 23:59:42.387 INFO  [features-3-thread-1]     Bundles to install:
> 23:59:42.388 INFO  [features-3-thread-1]       
> mvn:org.eclipse.persistence/javax.persistence/2.1.0
> 23:59:42.388 INFO  [features-3-thread-1]       
> mvn:commons-collections/commons-collections/3.2.2
> 23:59:42.389 INFO  [features-3-thread-1]       
> mvn:commons-dbcp/commons-dbcp/1.4
> 23:59:42.389 INFO  [features-3-thread-1]       
> mvn:commons-pool/commons-pool/1.6
> 23:59:42.389 INFO  [features-3-thread-1]       
> mvn:org.apache.openjpa/openjpa/3.0.0
> 23:59:42.390 INFO  [features-3-thread-1]       
> mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.serp/1.14.1_1
> 23:59:42.390 INFO  [features-3-thread-1]       
> mvn:org.apache.xbean/xbean-asm6-shaded/4.9
> 23:59:42.391 INFO  [features-3-thread-1]       
> mvn:org.eclipse.jetty/jetty-http/9.4.12.v20180830
> 23:59:42.392 INFO  [features-3-thread-1] Stopping bundles:
> 23:59:42.397 INFO  [features-3-thread-1]   
> org.apache.cxf.karaf.cxf-karaf-commands/3.3.0
> 23:59:42.399 INFO  [features-3-thread-1] Unregistering commands for bundle 
> org.apache.cxf.karaf.cxf-karaf-commands/3.3.0
> 23:59:42.401 INFO  [features-3-thread-1]   
> org.apache.cxf.karaf.cxf-karaf-commands/3.2.0
> 23:59:42.401 INFO  [features-3-thread-1] Unregistering commands for bundle 
> org.apache.cxf.karaf.cxf-karaf-commands/3.2.0
> 23:59:42.402 INFO  [features-3-thread-1]   org.apache.cxf.cxf-rt-wsdl/3.3.0
> 23:59:42.403 INFO  [features-3-thread-1]   org.apache.cxf.cxf-rt-wsdl/3.2.0
> 23:59:42.404 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-ws-security/3.2.0
> 23:59:42.405 INFO  [features-3-thread-1]   org.apache.cxf.cxf-rt-ws-rm/3.2.0
> 23:59:42.409 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-ws-policy/3.3.0
> 23:59:42.418 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-ws-policy/3.2.0
> 23:59:42.427 INFO  [features-3-thread-1]   org.apache.cxf.cxf-rt-ws-mex/3.2.0
> 23:59:42.428 INFO  [features-3-thread-1]   org.apache.cxf.cxf-rt-ws-addr/3.2.0
> 23:59:42.431 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-transports-udp/3.2.0
> 23:59:42.432 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-transports-local/3.2.0
> 23:59:42.433 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-transports-jms/3.2.0
> 23:59:42.434 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-transports-http-jetty/3.3.0
> 23:59:42.437 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-transports-http/3.3.0
> 23:59:42.440 INFO  [features-3-thread-1] Unregistering previous instance of 
> "/cxf" servlet
> 23:59:42.441 INFO  [features-3-thread-1] CXF OSGi servlet was not 
> unregistered: Alias [/cxf] was never registered
> 23:59:42.446 INFO  [features-3-thread-1] Unbinding bundle: 
> [org.apache.cxf.cxf-rt-transports-http [115]]
> 23:59:42.449 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-transports-http/3.2.0
> 23:59:42.470 INFO  [features-3-thread-1] Unbinding bundle: 
> [org.apache.cxf.cxf-rt-transports-http [114]]
> 23:59:42.472 INFO  [features-3-thread-1] ServletContext service already 
> removed
> 23:59:42.475 INFO  [features-3-thread-1] Stopped 
> HttpServiceContext{httpContext=DefaultHttpContext 
> [bundle=org.apache.cxf.cxf-rt-transports-http [114], contextID=default]}
> 23:59:42.477 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-security-saml/3.2.0
> 23:59:42.478 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-security/3.2.0
> 23:59:42.479 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-rs-service-description/3.2.0
> 23:59:42.480 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-rs-json-basic/3.2.0
> 23:59:42.481 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-rs-extension-search/3.2.0
> 23:59:42.482 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-rs-extension-providers/3.2.0
> 23:59:42.482 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-rs-client/3.2.0
> 23:59:42.485 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-management/3.3.0
> 23:59:42.486 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-management/3.2.0
> 23:59:42.486 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-javascript/3.2.0
> 23:59:42.487 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-frontend-simple/3.2.0
> 23:59:42.489 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-frontend-js/3.2.0
> 23:59:42.490 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-frontend-jaxws/3.2.0
> 23:59:42.493 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-frontend-jaxrs/3.2.0
> 23:59:42.495 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-features-throttling/3.2.0
> 23:59:42.496 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-features-metrics/3.2.0
> 23:59:42.497 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-features-logging/3.2.0
> 23:59:42.500 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-features-clustering/3.2.0
> 23:59:42.500 INFO  [features-3-thread-1] Destroying container for blueprint 
> bundle org.apache.cxf.cxf-rt-features-clustering/3.2.0
> 23:59:42.505 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-databinding-jaxb/3.2.0
> 23:59:42.506 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-databinding-aegis/3.2.0
> 23:59:42.507 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-bindings-xml/3.2.0
> 23:59:42.508 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-bindings-soap/3.2.0
> 23:59:42.510 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-bindings-corba/3.2.0
> 23:59:42.511 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-bindings-coloc/3.2.0
> 23:59:42.513 INFO  [features-3-thread-1]   org.apache.cxf.cxf-core/3.3.0
> 23:59:42.514 INFO  [features-3-thread-1] Removing the extensions for bundle 88
> 23:59:42.515 INFO  [features-3-thread-1] Removing the extensions for bundle 91
> 23:59:42.515 INFO  [features-3-thread-1] Removing the extensions for bundle 92
> 23:59:42.516 INFO  [features-3-thread-1] Removing the extensions for bundle 93
> 23:59:42.516 INFO  [features-3-thread-1] Removing the extensions for bundle 97
> 23:59:42.516 INFO  [features-3-thread-1] Removing the extensions for bundle 98
> 23:59:42.517 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 101
> 23:59:42.517 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 104
> 23:59:42.518 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 105
> 23:59:42.518 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 106
> 23:59:42.519 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 114
> 23:59:42.519 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 115
> 23:59:42.520 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 116
> 23:59:42.520 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 117
> 23:59:42.520 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 118
> 23:59:42.521 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 119
> 23:59:42.521 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 120
> 23:59:42.522 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 121
> 23:59:42.522 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 122
> 23:59:42.523 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 123
> 23:59:42.523 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 124
> 23:59:42.523 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 125
> 23:59:42.524 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 126
> 23:59:42.524 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 127
> 23:59:42.532 INFO  [features-3-thread-1]   org.apache.cxf.cxf-core/3.2.0
> 23:59:42.533 INFO  [features-3-thread-1] Removing the extensions for bundle 89
> 23:59:42.534 INFO  [features-3-thread-1] Removing the extensions for bundle 91
> 23:59:42.534 INFO  [features-3-thread-1] Removing the extensions for bundle 92
> 23:59:42.535 INFO  [features-3-thread-1] Removing the extensions for bundle 93
> 23:59:42.535 INFO  [features-3-thread-1] Removing the extensions for bundle 97
> 23:59:42.536 INFO  [features-3-thread-1] Removing the extensions for bundle 98
> 23:59:42.536 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 101
> 23:59:42.537 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 104
> 23:59:42.537 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 105
> 23:59:42.538 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 106
> 23:59:42.538 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 114
> 23:59:42.538 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 115
> 23:59:42.539 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 116
> 23:59:42.539 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 117
> 23:59:42.540 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 118
> 23:59:42.540 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 119
> 23:59:42.541 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 120
> 23:59:42.541 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 121
> 23:59:42.542 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 122
> 23:59:42.542 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 123
> 23:59:42.543 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 124
> 23:59:42.543 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 125
> 23:59:42.543 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 126
> 23:59:42.544 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 127
> 23:59:42.552 INFO  [features-3-thread-1]   
> org.ops4j.pax.logging.pax-logging-log4j2/1.10.1
> 23:59:43.389 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-transports-http/3.3.0
> 23:59:43.389 INFO  [CM Configuration Updater (ManagedService Update: 
> pid=[org.apache.cxf.osgi])] will add 
> org.eclipse.jetty.websocket.server.NativeWebSocketServletContainerInitializer 
> to ServletContainerInitializers
> 23:59:43.396 INFO  [CM Configuration Updater (ManagedService Update: 
> pid=[org.apache.cxf.osgi])] added ServletContainerInitializer: 
> org.eclipse.jetty.websocket.server.NativeWebSocketServletContainerInitializer
> 23:59:43.397 INFO  [CM Configuration Updater (ManagedService Update: 
> pid=[org.apache.cxf.osgi])] will add 
> org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer
>  to ServletContainerInitializers
> 23:59:43.420 INFO  [features-3-thread-1] Binding bundle: 
> [org.apache.cxf.cxf-rt-transports-http [115]] to http service
> 23:59:43.448 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-bindings-xml/3.2.0
> 23:59:43.450 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-frontend-simple/3.2.0
> 23:59:43.456 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-frontend-jaxws/3.2.0
> 23:59:43.463 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-security/3.2.0
> 23:59:43.466 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-security-saml/3.2.0
> 23:59:43.468 INFO  [features-3-thread-1]   org.apache.cxf.cxf-rt-ws-mex/3.2.0
> 23:59:43.470 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-ws-security/3.2.0
> 23:59:43.473 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-features-clustering/3.2.0
> 23:59:43.484 INFO  [features-3-thread-1] Blueprint bundle 
> org.apache.cxf.cxf-rt-features-clustering/3.2.0 has been started
> 23:59:43.489 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-javascript/3.2.0
> 23:59:43.492 INFO  [features-3-thread-1]   
> org.apache.cxf.karaf.cxf-karaf-commands/3.2.0
> 23:59:43.507 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.cxf.karaf.cxf-karaf-commands/3.2.0
> 23:59:43.513 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-transports-jms/3.2.0
> 23:59:43.516 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-databinding-aegis/3.2.0
> 23:59:43.518 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-frontend-jaxrs/3.2.0
> 23:59:43.524 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-rs-json-basic/3.2.0
> 23:59:43.525 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-rs-extension-providers/3.2.0
> 23:59:43.528 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-features-metrics/3.2.0
> 23:59:43.530 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-bindings-coloc/3.2.0
> 23:59:43.535 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-features-throttling/3.2.0
> 23:59:43.537 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-rs-extension-search/3.2.0
> 23:59:43.539 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-bindings-corba/3.2.0
> 23:59:43.540 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-frontend-js/3.2.0
> 23:59:43.542 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-rs-client/3.2.0
> 23:59:43.547 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-features-logging/3.2.0
> 23:59:43.562 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-transports-http-jetty/3.3.0
> 23:59:43.601 INFO  [features-3-thread-1]   
> org.apache.cxf.karaf.cxf-karaf-commands/3.3.0
> 23:59:43.612 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.cxf.karaf.cxf-karaf-commands/3.3.0
> 23:59:43.617 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-rs-service-description/3.2.0
> 23:59:43.619 INFO  [features-3-thread-1]   org.apache.cxf.cxf-core/3.3.0
> 23:59:43.638 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-core (88) [org.apache.cxf.phase.PhaseManager, 
> org.apache.cxf.workqueue.WorkQueueManager, 
> org.apache.cxf.buslifecycle.BusLifeCycleManager, 
> org.apache.cxf.endpoint.ServerRegistry, 
> org.apache.cxf.endpoint.EndpointResolverRegistry, 
> org.apache.cxf.headers.HeaderManager, 
> org.apache.cxf.service.factory.FactoryBeanListenerManager, 
> org.apache.cxf.endpoint.ServerLifeCycleManager, 
> org.apache.cxf.endpoint.ClientLifeCycleManager, 
> org.apache.cxf.resource.ResourceManager, 
> org.apache.cxf.catalog.OASISCatalogManager]
> 23:59:43.642 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-bindings-corba (91) 
> [org.apache.cxf.binding.corba.CorbaBindingFactory, 
> org.apache.cxf.binding.corba.wsdl.WSDLExtensionRegister]
> 23:59:43.643 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-bindings-soap (92) 
> [org.apache.cxf.binding.soap.SoapBindingFactory, 
> org.apache.cxf.binding.soap.SoapTransportFactory]
> 23:59:43.644 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-bindings-xml (93) 
> [org.apache.cxf.binding.xml.XMLBindingFactory, 
> org.apache.cxf.binding.xml.wsdl11.XMLWSDLExtensionLoader]
> 23:59:43.645 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-features-logging (97) 
> [org.apache.cxf.ext.logging.LoggingFactoryBeanListener, 
> org.apache.cxf.ext.logging.OldLoggingFactoryBeanListener, 
> org.apache.cxf.ext.logging.LoggingBusLifecycleListener]
> 23:59:43.645 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-features-metrics (98) 
> [org.apache.cxf.metrics.MetricsProvider]
> 23:59:43.646 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-frontend-jaxws (101) 
> [org.apache.cxf.jaxws.context.WebServiceContextResourceResolver]
> 23:59:43.647 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-javascript (104) 
> [org.apache.cxf.javascript.JavascriptServerListener]
> 23:59:43.649 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-management (105) 
> [org.apache.cxf.management.InstrumentationManager]
> 23:59:43.651 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-management (106) 
> [org.apache.cxf.management.InstrumentationManager]
> 23:59:43.652 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-transports-http (114) 
> [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]
> 23:59:43.653 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-transports-http (115) 
> [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]
> 23:59:43.653 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-transports-http-jetty (116) 
> [org.apache.cxf.transport.http_jetty.JettyDestinationFactory, 
> org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory, 
> org.apache.cxf.transport.http.ContinuationProviderFactory]
> 23:59:43.654 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-transports-jms (117) 
> [org.apache.cxf.transport.jms.JMSTransportFactory, 
> org.apache.cxf.transport.jms.wsdl11.JMSWSDLExtensionLoader]
> 23:59:43.655 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-transports-local (118) 
> [org.apache.cxf.transport.local.LocalTransportFactory]
> 23:59:43.657 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-transports-udp (119) 
> [org.apache.cxf.transport.udp.UDPTransportFactory]
> 23:59:43.658 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-ws-addr (120) 
> [org.apache.cxf.ws.addressing.policy.AddressingAssertionBuilder, 
> org.apache.cxf.ws.addressing.policy.UsingAddressingAssertionBuilder, 
> org.apache.cxf.ws.addressing.policy.AddressingPolicyInterceptorProvider, 
> org.apache.cxf.ws.addressing.impl.AddressingWSDLExtensionLoader, 
> org.apache.cxf.ws.addressing.WSAddressingFeature$WSAddressingFeatureApplier, 
> org.apache.cxf.ws.addressing.MAPAggregator$MAPAggregatorLoader]
> 23:59:43.659 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-ws-mex (121) [org.apache.cxf.ws.mex.MEXServerListener]
> 23:59:43.660 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-ws-policy (122) [org.apache.cxf.ws.policy.PolicyEngine, 
> org.apache.cxf.policy.PolicyDataEngine, 
> org.apache.cxf.ws.policy.AssertionBuilderRegistry, 
> org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistry, 
> org.apache.cxf.ws.policy.PolicyBuilder, 
> org.apache.cxf.ws.policy.PolicyAnnotationListener, 
> org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider, 
> org.apache.cxf.ws.policy.attachment.external.DomainExpressionBuilderRegistry, 
> org.apache.cxf.ws.policy.attachment.external.EndpointReferenceDomainExpressionBuilder,
>  org.apache.cxf.ws.policy.attachment.external.URIDomainExpressionBuilder, 
> org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPolicyProvider, 
> org.apache.cxf.ws.policy.mtom.MTOMAssertionBuilder, 
> org.apache.cxf.ws.policy.mtom.MTOMPolicyInterceptorProvider]
> 23:59:43.661 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-ws-policy (123) [org.apache.cxf.ws.policy.PolicyEngine, 
> org.apache.cxf.policy.PolicyDataEngine, 
> org.apache.cxf.ws.policy.AssertionBuilderRegistry, 
> org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistry, 
> org.apache.cxf.ws.policy.PolicyBuilder, 
> org.apache.cxf.ws.policy.PolicyAnnotationListener, 
> org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider, 
> org.apache.cxf.ws.policy.attachment.external.DomainExpressionBuilderRegistry, 
> org.apache.cxf.ws.policy.attachment.external.EndpointReferenceDomainExpressionBuilder,
>  org.apache.cxf.ws.policy.attachment.external.URIDomainExpressionBuilder, 
> org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPolicyProvider, 
> org.apache.cxf.ws.policy.mtom.MTOMAssertionBuilder, 
> org.apache.cxf.ws.policy.mtom.MTOMPolicyInterceptorProvider]
> 23:59:43.662 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-ws-rm (124) [org.apache.cxf.ws.rm.RMManager, 
> org.apache.cxf.ws.rm.policy.RMPolicyInterceptorProvider, 
> org.apache.cxf.ws.rm.policy.RM10AssertionBuilder, 
> org.apache.cxf.ws.rm.policy.RM12AssertionBuilder, 
> org.apache.cxf.ws.rm.policy.WSRMP12PolicyLoader, 
> org.apache.cxf.ws.rm.policy.MC11PolicyLoader, 
> org.apache.cxf.ws.rm.policy.RSPPolicyLoader]
> 23:59:43.663 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-ws-security (125) 
> [org.apache.cxf.ws.security.policy.WSSecurityPolicyLoader, 
> org.apache.cxf.ws.security.cache.CacheCleanupListener]
> 23:59:43.665 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-wsdl (126) [org.apache.cxf.wsdl.WSDLManager]
> 23:59:43.666 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-wsdl (127) [org.apache.cxf.wsdl.WSDLManager]
> 23:59:43.683 INFO  [features-3-thread-1]   org.apache.cxf.cxf-core/3.2.0
> 23:59:43.701 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-core (89) [org.apache.cxf.phase.PhaseManager, 
> org.apache.cxf.workqueue.WorkQueueManager, 
> org.apache.cxf.buslifecycle.BusLifeCycleManager, 
> org.apache.cxf.endpoint.ServerRegistry, 
> org.apache.cxf.endpoint.EndpointResolverRegistry, 
> org.apache.cxf.headers.HeaderManager, 
> org.apache.cxf.service.factory.FactoryBeanListenerManager, 
> org.apache.cxf.endpoint.ServerLifeCycleManager, 
> org.apache.cxf.endpoint.ClientLifeCycleManager, 
> org.apache.cxf.resource.ResourceManager, 
> org.apache.cxf.catalog.OASISCatalogManager]
> 23:59:43.703 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-bindings-corba (91) 
> [org.apache.cxf.binding.corba.CorbaBindingFactory, 
> org.apache.cxf.binding.corba.wsdl.WSDLExtensionRegister]
> 23:59:43.704 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-bindings-soap (92) 
> [org.apache.cxf.binding.soap.SoapBindingFactory, 
> org.apache.cxf.binding.soap.SoapTransportFactory]
> 23:59:43.705 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-bindings-xml (93) 
> [org.apache.cxf.binding.xml.XMLBindingFactory, 
> org.apache.cxf.binding.xml.wsdl11.XMLWSDLExtensionLoader]
> 23:59:43.706 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-features-logging (97) 
> [org.apache.cxf.ext.logging.LoggingFactoryBeanListener, 
> org.apache.cxf.ext.logging.OldLoggingFactoryBeanListener, 
> org.apache.cxf.ext.logging.LoggingBusLifecycleListener]
> 23:59:43.707 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-features-metrics (98) 
> [org.apache.cxf.metrics.MetricsProvider]
> 23:59:43.708 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-frontend-jaxws (101) 
> [org.apache.cxf.jaxws.context.WebServiceContextResourceResolver]
> 23:59:43.708 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-javascript (104) 
> [org.apache.cxf.javascript.JavascriptServerListener]
> 23:59:43.709 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-management (105) 
> [org.apache.cxf.management.InstrumentationManager]
> 23:59:43.710 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-management (106) 
> [org.apache.cxf.management.InstrumentationManager]
> 23:59:43.711 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-transports-http (114) 
> [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]
> 23:59:43.712 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-transports-http (115) 
> [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]
> 23:59:43.712 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-transports-http-jetty (116) 
> [org.apache.cxf.transport.http_jetty.JettyDestinationFactory, 
> org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory, 
> org.apache.cxf.transport.http.ContinuationProviderFactory]
> 23:59:43.713 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-transports-jms (117) 
> [org.apache.cxf.transport.jms.JMSTransportFactory, 
> org.apache.cxf.transport.jms.wsdl11.JMSWSDLExtensionLoader]
> 23:59:43.714 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-transports-local (118) 
> [org.apache.cxf.transport.local.LocalTransportFactory]
> 23:59:43.715 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-transports-udp (119) 
> [org.apache.cxf.transport.udp.UDPTransportFactory]
> 23:59:43.715 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-ws-addr (120) 
> [org.apache.cxf.ws.addressing.policy.AddressingAssertionBuilder, 
> org.apache.cxf.ws.addressing.policy.UsingAddressingAssertionBuilder, 
> org.apache.cxf.ws.addressing.policy.AddressingPolicyInterceptorProvider, 
> org.apache.cxf.ws.addressing.impl.AddressingWSDLExtensionLoader, 
> org.apache.cxf.ws.addressing.WSAddressingFeature$WSAddressingFeatureApplier, 
> org.apache.cxf.ws.addressing.MAPAggregator$MAPAggregatorLoader]
> 23:59:43.716 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-ws-mex (121) [org.apache.cxf.ws.mex.MEXServerListener]
> 23:59:43.717 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-ws-policy (122) [org.apache.cxf.ws.policy.PolicyEngine, 
> org.apache.cxf.policy.PolicyDataEngine, 
> org.apache.cxf.ws.policy.AssertionBuilderRegistry, 
> org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistry, 
> org.apache.cxf.ws.policy.PolicyBuilder, 
> org.apache.cxf.ws.policy.PolicyAnnotationListener, 
> org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider, 
> org.apache.cxf.ws.policy.attachment.external.DomainExpressionBuilderRegistry, 
> org.apache.cxf.ws.policy.attachment.external.EndpointReferenceDomainExpressionBuilder,
>  org.apache.cxf.ws.policy.attachment.external.URIDomainExpressionBuilder, 
> org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPolicyProvider, 
> org.apache.cxf.ws.policy.mtom.MTOMAssertionBuilder, 
> org.apache.cxf.ws.policy.mtom.MTOMPolicyInterceptorProvider]
> 23:59:43.718 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-ws-policy (123) [org.apache.cxf.ws.policy.PolicyEngine, 
> org.apache.cxf.policy.PolicyDataEngine, 
> org.apache.cxf.ws.policy.AssertionBuilderRegistry, 
> org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistry, 
> org.apache.cxf.ws.policy.PolicyBuilder, 
> org.apache.cxf.ws.policy.PolicyAnnotationListener, 
> org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider, 
> org.apache.cxf.ws.policy.attachment.external.DomainExpressionBuilderRegistry, 
> org.apache.cxf.ws.policy.attachment.external.EndpointReferenceDomainExpressionBuilder,
>  org.apache.cxf.ws.policy.attachment.external.URIDomainExpressionBuilder, 
> org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPolicyProvider, 
> org.apache.cxf.ws.policy.mtom.MTOMAssertionBuilder, 
> org.apache.cxf.ws.policy.mtom.MTOMPolicyInterceptorProvider]
> 23:59:43.719 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-ws-rm (124) [org.apache.cxf.ws.rm.RMManager, 
> org.apache.cxf.ws.rm.policy.RMPolicyInterceptorProvider, 
> org.apache.cxf.ws.rm.policy.RM10AssertionBuilder, 
> org.apache.cxf.ws.rm.policy.RM12AssertionBuilder, 
> org.apache.cxf.ws.rm.policy.WSRMP12PolicyLoader, 
> org.apache.cxf.ws.rm.policy.MC11PolicyLoader, 
> org.apache.cxf.ws.rm.policy.RSPPolicyLoader]
> 23:59:43.720 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-ws-security (125) 
> [org.apache.cxf.ws.security.policy.WSSecurityPolicyLoader, 
> org.apache.cxf.ws.security.cache.CacheCleanupListener]
> 23:59:43.720 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-wsdl (126) [org.apache.cxf.wsdl.WSDLManager]
> 23:59:43.721 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-wsdl (127) [org.apache.cxf.wsdl.WSDLManager]
> 23:59:43.735 INFO  [CM Configuration Updater (ManagedService Update: 
> pid=[org.apache.cxf.osgi])] added ServletContainerInitializer: 
> org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer
> 23:59:43.739 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-transports-local/3.2.0
> 23:59:43.739 INFO  [CM Configuration Updater (ManagedService Update: 
> pid=[org.apache.cxf.osgi])] registering context DefaultHttpContext 
> [bundle=org.apache.cxf.cxf-rt-transports-http [114], contextID=default], with 
> context-name:
> 23:59:43.742 INFO  [features-3-thread-1]   org.apache.commons.pool/1.6.0
> 23:59:43.743 INFO  [CM Configuration Updater (ManagedService Update: 
> pid=[org.apache.cxf.osgi])] No DecoratedObjectFactory provided, using new 
> org.eclipse.jetty.util.DecoratedObjectFactory[decorators=1]
> 23:59:43.744 INFO  [features-3-thread-1]   org.apache.commons.dbcp/1.4.0
> 23:59:43.745 INFO  [features-3-thread-1]   
> org.apache.servicemix.bundles.serp/1.14.1.1
> 23:59:43.747 INFO  [features-3-thread-1]   
> javax.persistence/2.1.0.v201304241213
> 23:59:43.754 INFO  [features-3-thread-1]   
> org.apache.commons.collections/3.2.2
> 23:59:43.756 INFO  [features-3-thread-1]   org.apache.xbean.asm6-shaded/4.9.0
> 23:59:43.758 INFO  [features-3-thread-1]   org.apache.openjpa/3.0.0
> 23:59:43.766 INFO  [CM Configuration Updater (ManagedService Update: 
> pid=[org.apache.cxf.osgi])] Started 
> HttpServiceContext{httpContext=DefaultHttpContext 
> [bundle=org.apache.cxf.cxf-rt-transports-http [114], contextID=default]}
> 23:59:43.769 INFO  [CM Configuration Updater (ManagedService Update: 
> pid=[org.apache.cxf.osgi])] Registering new instance of "/cxf" servlet
> 23:59:43.777 INFO  [features-3-thread-1] Done.
> 23:59:43.771 WARN  [CM Configuration Updater (ManagedService Update: 
> pid=[org.apache.cxf.osgi])] Error registering CXF OSGi servlet alias: '/cxf' 
> is already in use in this or another context
> org.osgi.service.http.NamespaceException: alias: '/cxf' is already in use in 
> this or another context
>       at 
> org.ops4j.pax.web.service.spi.model.ServerModel.addServletModel(ServerModel.java:124)
>       at 
> org.ops4j.pax.web.service.internal.HttpServiceStarted.registerServlet(HttpServiceStarted.java:243)
>       at 
> org.ops4j.pax.web.service.internal.HttpServiceStarted.registerServlet(HttpServiceStarted.java:223)
>       at 
> org.ops4j.pax.web.service.internal.HttpServiceStarted.registerServlet(HttpServiceStarted.java:207)
>       at 
> org.ops4j.pax.web.service.internal.HttpServiceProxy.registerServlet(HttpServiceProxy.java:69)
>       at 
> org.apache.cxf.transport.http.osgi.ServletExporter.updated(ServletExporter.java:126)
>       at 
> org.apache.felix.cm.impl.helper.ManagedServiceTracker.updated(ManagedServiceTracker.java:189)
>       at 
> org.apache.felix.cm.impl.helper.ManagedServiceTracker.updateService(ManagedServiceTracker.java:152)
>       at 
> org.apache.felix.cm.impl.helper.ManagedServiceTracker.provideConfiguration(ManagedServiceTracker.java:85)
>       at 
> org.apache.felix.cm.impl.ConfigurationManager$ManagedServiceUpdate.provide(ConfigurationManager.java:1113)
>       at 
> org.apache.felix.cm.impl.ConfigurationManager$ManagedServiceUpdate.run(ConfigurationManager.java:1069)
>       at org.apache.felix.cm.impl.UpdateThread.run0(UpdateThread.java:138)
>       at org.apache.felix.cm.impl.UpdateThread.run(UpdateThread.java:105)
>       at java.base/java.lang.Thread.run(Thread.java:844)
> 23:59:43.781 INFO  [CM Configuration Updater (ManagedService Update: 
> pid=[org.apache.cxf.osgi])] CXF message logging feature disabled
> karaf@root()>
> karaf@root()>
> karaf@root()>
> karaf@root()>
> karaf@root()>
> karaf@root()> feature:repo-add activemq 5.15.8
>> feature:install activemq-client
>>
> Adding feature url mvn:org.apache.activemq/activemq-karaf/5.15.8/xml/features
> 23:59:55.845 WARN  [pipe-feature:repo-add activemq 5.15.8] Old style feature 
> file without namespace found (URI: 
> mvn:org.apache.activemq/activemq-karaf/5.15.8/xml/features). This format is 
> deprecated and support for it will soon be removed
> 23:59:57.572 INFO  [pipe-feature:repo-add activemq 5.15.8] Adding features: 
> activemq-client/[5.15.8,5.15.8]
> 00:00:06.026 INFO  [features-3-thread-1] Changes to perform:
> 00:00:06.027 INFO  [features-3-thread-1]   Region: root
> 00:00:06.027 INFO  [features-3-thread-1]     Bundles to uninstall:
> 00:00:06.028 INFO  [features-3-thread-1]       
> org.apache.aries.spifly.dynamic.bundle/1.0.10
> 00:00:06.029 INFO  [features-3-thread-1]       
> org.apache.karaf.http.core/4.2.2
> 00:00:06.029 INFO  [features-3-thread-1]       
> org.apache.karaf.scr.management/4.2.2
> 00:00:06.030 INFO  [features-3-thread-1]       
> org.apache.karaf.scr.state/4.2.2
> 00:00:06.030 INFO  [features-3-thread-1]       
> org.apache.xbean.bundleutils/4.6.0
> 00:00:06.031 INFO  [features-3-thread-1]       org.apache.xbean.finder/4.6.0
> 00:00:06.031 INFO  [features-3-thread-1]       org.objectweb.asm/6.2.0
> 00:00:06.032 INFO  [features-3-thread-1]       org.objectweb.asm.commons/6.2.0
> 00:00:06.032 INFO  [features-3-thread-1]       org.objectweb.asm.tree/6.2.0
> 00:00:06.032 INFO  [features-3-thread-1]     Bundles to update:
> 00:00:06.033 INFO  [features-3-thread-1]       
> org.ops4j.pax.web.pax-web-jetty/7.2.5 with 
> mvn:org.ops4j.pax.web/pax-web-jetty/7.2.8
> 00:00:06.033 INFO  [features-3-thread-1]       
> org.ops4j.pax.web.pax-web-api/7.2.5 with 
> mvn:org.ops4j.pax.web/pax-web-api/7.2.8
> 00:00:06.034 INFO  [features-3-thread-1]       
> org.ops4j.pax.web.pax-web-spi/7.2.5 with 
> mvn:org.ops4j.pax.web/pax-web-spi/7.2.8
> 00:00:06.034 INFO  [features-3-thread-1]       org.apache.aries.proxy/1.1.3 
> with mvn:org.apache.aries.proxy/org.apache.aries.proxy/1.1.4
> 00:00:06.035 INFO  [features-3-thread-1]       
> org.ops4j.pax.web.pax-web-runtime/7.2.5 with 
> mvn:org.ops4j.pax.web/pax-web-runtime/7.2.8
> 00:00:06.035 INFO  [features-3-thread-1]     Bundles to install:
> 00:00:06.035 INFO  [features-3-thread-1]       
> mvn:org.apache.activemq/activemq-osgi/5.15.8
> 00:00:06.036 INFO  [features-3-thread-1]       mvn:commons-net/commons-net/3.6
> 00:00:06.037 INFO  [features-3-thread-1]       
> mvn:org.apache.commons/commons-pool2/2.4.2
> 00:00:06.037 INFO  [features-3-thread-1]       
> mvn:org.apache.geronimo.specs/geronimo-el_1.0_spec/1.0.1
> 00:00:06.037 INFO  [features-3-thread-1]       
> mvn:org.apache.geronimo.specs/geronimo-j2ee-management_1.1_spec/1.0.1
> 00:00:06.038 INFO  [features-3-thread-1]       
> mvn:org.apache.zookeeper/zookeeper/3.4.6
> 00:00:06.039 INFO  [features-3-thread-1]       
> mvn:org.apache.karaf.http/org.apache.karaf.http.core/4.3.0-SNAPSHOT
> 00:00:06.039 INFO  [features-3-thread-1]       
> mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.boot/4.3.0-SNAPSHOT
> 00:00:06.040 INFO  [features-3-thread-1]       
> mvn:org.apache.karaf.scr/org.apache.karaf.scr.management/4.3.0-SNAPSHOT
> 00:00:06.040 INFO  [features-3-thread-1]       
> mvn:org.apache.karaf.shell/org.apache.karaf.shell.commands/4.3.0-SNAPSHOT
> 00:00:06.041 INFO  [features-3-thread-1]       
> mvn:org.apache.karaf.shell/org.apache.karaf.shell.console/4.3.0-SNAPSHOT
> 00:00:06.041 INFO  [features-3-thread-1]       
> mvn:org.apache.karaf.shell/org.apache.karaf.shell.core/4.3.0-SNAPSHOT
> 00:00:06.042 INFO  [features-3-thread-1]       
> mvn:org.apache.karaf.shell/org.apache.karaf.shell.table/4.3.0-SNAPSHOT
> 00:00:06.042 INFO  [features-3-thread-1]       
> mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aopalliance/1.0_6
> 00:00:06.042 INFO  [features-3-thread-1]       
> mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-aop/4.3.21.RELEASE_1
> 00:00:06.043 INFO  [features-3-thread-1]       
> mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-beans/4.3.21.RELEASE_1
> 00:00:06.044 INFO  [features-3-thread-1]       
> mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-context/4.3.21.RELEASE_1
> 00:00:06.044 INFO  [features-3-thread-1]       
> mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-context-support/4.3.21.RELEASE_1
> 00:00:06.045 INFO  [features-3-thread-1]       
> mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-core/4.3.21.RELEASE_1
> 00:00:06.045 INFO  [features-3-thread-1]       
> mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-expression/4.3.21.RELEASE_1
> 00:00:06.046 INFO  [features-3-thread-1]       
> mvn:org.apache.xbean/xbean-bundleutils/4.12
> 00:00:06.046 INFO  [features-3-thread-1]       
> mvn:org.apache.xbean/xbean-finder/4.12
> 00:00:06.047 INFO  [features-3-thread-1]       
> mvn:org.eclipse.jetty/jetty-http/9.4.12.v20180830
> 00:00:06.047 INFO  [features-3-thread-1]       
> mvn:org.jvnet.jaxb2_commons/jaxb2-basics-runtime/0.6.4
> 00:00:06.048 INFO  [features-3-thread-1] Stopping bundles:
> 00:00:06.050 INFO  [features-3-thread-1]   org.objectweb.asm.tree/6.2.0
> 00:00:06.052 INFO  [features-3-thread-1]   org.objectweb.asm.commons/6.2.0
> 00:00:06.053 INFO  [features-3-thread-1]   org.objectweb.asm/6.2.0
> 00:00:06.054 INFO  [features-3-thread-1]   org.apache.xbean.finder/4.6.0
> 00:00:06.055 INFO  [features-3-thread-1]   org.apache.xbean.bundleutils/4.6.0
> 00:00:06.057 INFO  [features-3-thread-1]   
> org.apache.camel.karaf.camel-karaf-commands/2.20.0
> 00:00:06.060 INFO  [features-3-thread-1] Unregistering commands for bundle 
> org.apache.camel.karaf.camel-karaf-commands/2.20.0
> 00:00:06.062 INFO  [features-3-thread-1]   org.apache.karaf.event/4.2.2
> 00:00:06.064 INFO  [features-3-thread-1] Unregistering commands for bundle 
> org.apache.karaf.event/4.2.2
> 00:00:06.068 INFO  [features-3-thread-1]   
> org.apache.camel.camel-blueprint/2.20.0
> 00:00:06.069 INFO  [features-3-thread-1] Destroying container for blueprint 
> bundle org.apache.camel.camel-blueprint/2.20.0
> 00:00:06.078 INFO  [features-3-thread-1]   
> org.apache.cxf.karaf.cxf-karaf-commands/3.3.0
> 00:00:06.079 INFO  [features-3-thread-1] Unregistering commands for bundle 
> org.apache.cxf.karaf.cxf-karaf-commands/3.3.0
> 00:00:06.081 INFO  [features-3-thread-1]   
> org.apache.cxf.karaf.cxf-karaf-commands/3.2.0
> 00:00:06.081 INFO  [features-3-thread-1] Unregistering commands for bundle 
> org.apache.cxf.karaf.cxf-karaf-commands/3.2.0
> 00:00:06.083 INFO  [features-3-thread-1]   org.apache.cxf.cxf-rt-wsdl/3.3.0
> 00:00:06.084 INFO  [features-3-thread-1]   org.apache.cxf.cxf-rt-wsdl/3.2.0
> 00:00:06.086 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-ws-security/3.2.0
> 00:00:06.087 INFO  [features-3-thread-1]   org.apache.cxf.cxf-rt-ws-rm/3.2.0
> 00:00:06.091 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-ws-policy/3.3.0
> 00:00:06.101 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-ws-policy/3.2.0
> 00:00:06.111 INFO  [features-3-thread-1]   org.apache.cxf.cxf-rt-ws-mex/3.2.0
> 00:00:06.112 INFO  [features-3-thread-1]   org.apache.cxf.cxf-rt-ws-addr/3.2.0
> 00:00:06.115 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-transports-udp/3.2.0
> 00:00:06.116 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-transports-local/3.2.0
> 00:00:06.117 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-transports-jms/3.2.0
> 00:00:06.119 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-transports-http-jetty/3.3.0
> 00:00:06.123 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-transports-http/3.3.0
> 00:00:06.125 INFO  [features-3-thread-1] Unregistering previous instance of 
> "/cxf" servlet
> 00:00:06.126 INFO  [features-3-thread-1] CXF OSGi servlet was not 
> unregistered: Alias [/cxf] was never registered
> 00:00:06.132 INFO  [features-3-thread-1] Unbinding bundle: 
> [org.apache.cxf.cxf-rt-transports-http [115]]
> 00:00:06.133 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-transports-http/3.2.0
> 00:00:06.157 INFO  [features-3-thread-1] Unbinding bundle: 
> [org.apache.cxf.cxf-rt-transports-http [114]]
> 00:00:06.159 INFO  [features-3-thread-1] ServletContext service already 
> removed
> 00:00:06.161 INFO  [features-3-thread-1] Stopped 
> HttpServiceContext{httpContext=DefaultHttpContext 
> [bundle=org.apache.cxf.cxf-rt-transports-http [114], contextID=default]}
> 00:00:06.163 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-security-saml/3.2.0
> 00:00:06.164 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-security/3.2.0
> 00:00:06.165 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-rs-service-description/3.2.0
> 00:00:06.166 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-rs-json-basic/3.2.0
> 00:00:06.167 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-rs-extension-search/3.2.0
> 00:00:06.168 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-rs-extension-providers/3.2.0
> 00:00:06.168 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-rs-client/3.2.0
> 00:00:06.171 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-management/3.3.0
> 00:00:06.172 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-management/3.2.0
> 00:00:06.172 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-javascript/3.2.0
> 00:00:06.173 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-frontend-simple/3.2.0
> 00:00:06.175 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-frontend-js/3.2.0
> 00:00:06.176 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-frontend-jaxws/3.2.0
> 00:00:06.178 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-frontend-jaxrs/3.2.0
> 00:00:06.180 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-features-throttling/3.2.0
> 00:00:06.182 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-features-metrics/3.2.0
> 00:00:06.182 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-features-logging/3.2.0
> 00:00:06.185 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-features-clustering/3.2.0
> 00:00:06.186 INFO  [features-3-thread-1] Destroying container for blueprint 
> bundle org.apache.cxf.cxf-rt-features-clustering/3.2.0
> 00:00:06.191 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-databinding-jaxb/3.2.0
> 00:00:06.192 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-databinding-aegis/3.2.0
> 00:00:06.193 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-bindings-xml/3.2.0
> 00:00:06.194 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-bindings-soap/3.2.0
> 00:00:06.196 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-bindings-corba/3.2.0
> 00:00:06.198 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-bindings-coloc/3.2.0
> 00:00:06.200 INFO  [features-3-thread-1]   org.apache.cxf.cxf-core/3.3.0
> 00:00:06.201 INFO  [features-3-thread-1] Removing the extensions for bundle 88
> 00:00:06.202 INFO  [features-3-thread-1] Removing the extensions for bundle 91
> 00:00:06.202 INFO  [features-3-thread-1] Removing the extensions for bundle 92
> 00:00:06.203 INFO  [features-3-thread-1] Removing the extensions for bundle 93
> 00:00:06.203 INFO  [features-3-thread-1] Removing the extensions for bundle 97
> 00:00:06.203 INFO  [features-3-thread-1] Removing the extensions for bundle 98
> 00:00:06.204 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 101
> 00:00:06.204 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 104
> 00:00:06.205 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 105
> 00:00:06.205 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 106
> 00:00:06.206 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 114
> 00:00:06.206 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 115
> 00:00:06.207 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 116
> 00:00:06.207 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 117
> 00:00:06.207 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 118
> 00:00:06.208 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 119
> 00:00:06.208 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 120
> 00:00:06.209 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 121
> 00:00:06.209 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 122
> 00:00:06.209 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 123
> 00:00:06.210 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 124
> 00:00:06.210 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 125
> 00:00:06.211 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 126
> 00:00:06.211 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 127
> 00:00:06.219 INFO  [features-3-thread-1]   org.apache.cxf.cxf-core/3.2.0
> 00:00:06.220 INFO  [features-3-thread-1] Removing the extensions for bundle 89
> 00:00:06.221 INFO  [features-3-thread-1] Removing the extensions for bundle 91
> 00:00:06.221 INFO  [features-3-thread-1] Removing the extensions for bundle 92
> 00:00:06.221 INFO  [features-3-thread-1] Removing the extensions for bundle 93
> 00:00:06.222 INFO  [features-3-thread-1] Removing the extensions for bundle 97
> 00:00:06.222 INFO  [features-3-thread-1] Removing the extensions for bundle 98
> 00:00:06.223 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 101
> 00:00:06.223 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 104
> 00:00:06.223 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 105
> 00:00:06.224 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 106
> 00:00:06.224 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 114
> 00:00:06.225 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 115
> 00:00:06.225 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 116
> 00:00:06.225 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 117
> 00:00:06.226 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 118
> 00:00:06.226 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 119
> 00:00:06.227 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 120
> 00:00:06.227 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 121
> 00:00:06.228 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 122
> 00:00:06.228 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 123
> 00:00:06.229 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 124
> 00:00:06.229 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 125
> 00:00:06.230 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 126
> 00:00:06.232 INFO  [features-3-thread-1] Removing the extensions for bundle 
> 127
> 00:00:06.248 INFO  [features-3-thread-1]   org.ops4j.pax.web.pax-web-spi/7.2.5
> 00:00:06.250 INFO  [features-3-thread-1]   org.ops4j.pax.web.pax-web-api/7.2.5
> 00:00:06.252 INFO  [features-3-thread-1]   
> org.eclipse.jetty.websocket.servlet/9.4.12.v20180830
> 00:00:06.253 INFO  [features-3-thread-1]   
> org.eclipse.jetty.websocket.server/9.4.12.v20180830
> 00:00:06.257 INFO  [features-3-thread-1]   
> org.eclipse.jetty.websocket.javax.websocket.server/9.4.12.v20180830
> 00:00:06.261 INFO  [features-3-thread-1]   
> org.eclipse.jetty.websocket.javax.websocket/9.4.12.v20180830
> 00:00:06.264 INFO  [features-3-thread-1]   
> org.eclipse.jetty.websocket.common/9.4.12.v20180830
> 00:00:06.272 INFO  [features-3-thread-1]   
> org.eclipse.jetty.websocket.client/9.4.12.v20180830
> 00:00:06.273 INFO  [features-3-thread-1]   
> org.eclipse.jetty.websocket.api/9.4.12.v20180830
> 00:00:06.275 INFO  [features-3-thread-1]   
> org.eclipse.jetty.webapp/9.4.12.v20180830
> 00:00:06.276 INFO  [features-3-thread-1]   
> org.eclipse.jetty.servlets/9.4.12.v20180830
> 00:00:06.277 INFO  [features-3-thread-1]   
> org.eclipse.jetty.servlet/9.4.12.v20180830
> 00:00:06.278 INFO  [features-3-thread-1]   
> org.eclipse.jetty.server/9.4.12.v20180830
> 00:00:06.279 INFO  [features-3-thread-1]   
> org.eclipse.jetty.security.jaspi/9.4.12.v20180830
> 00:00:06.280 INFO  [features-3-thread-1]   
> org.eclipse.jetty.security/9.4.12.v20180830
> 00:00:06.281 INFO  [features-3-thread-1]   
> org.eclipse.jetty.rewrite/9.4.12.v20180830
> 00:00:06.281 INFO  [features-3-thread-1]   
> org.eclipse.jetty.plus/9.4.12.v20180830
> 00:00:06.282 INFO  [features-3-thread-1]   
> org.eclipse.jetty.jndi/9.4.12.v20180830
> 00:00:06.283 INFO  [features-3-thread-1]   
> org.eclipse.jetty.jaas/9.4.12.v20180830
> 00:00:06.284 INFO  [features-3-thread-1]   
> org.eclipse.jetty.http/9.4.12.v20180830
> 00:00:06.287 INFO  [features-3-thread-1]   
> org.eclipse.jetty.deploy/9.4.12.v20180830
> 00:00:06.288 INFO  [features-3-thread-1]   
> org.eclipse.jetty.client/9.4.12.v20180830
> 00:00:06.289 INFO  [features-3-thread-1]   
> org.apache.karaf.scr.management/4.2.2
> 00:00:06.291 INFO  [features-3-thread-1] Deactivating the Apache Karaf 
> ServiceComponentRuntime MBean
> 00:00:06.294 INFO  [features-3-thread-1]   
> org.apache.aries.spifly.dynamic.bundle/1.0.10
> 00:00:06.297 INFO  [features-3-thread-1]   
> org.apache.karaf.jaas.blueprint.config/4.2.2
> 00:00:06.298 INFO  [features-3-thread-1] Destroying container for blueprint 
> bundle org.apache.karaf.jaas.blueprint.config/4.2.2
> 00:00:06.302 INFO  [features-3-thread-1]   
> org.apache.karaf.shell.commands/4.2.2
> 00:00:06.304 INFO  [features-3-thread-1] Unregistering commands for bundle 
> org.apache.karaf.shell.commands/4.2.2
> 00:00:06.307 INFO  [features-3-thread-1]   org.apache.karaf.service.core/4.2.2
> 00:00:06.308 INFO  [features-3-thread-1] Unregistering commands for bundle 
> org.apache.karaf.service.core/4.2.2
> 00:00:06.311 INFO  [features-3-thread-1]   org.apache.karaf.jaas.command/4.2.2
> 00:00:06.312 INFO  [features-3-thread-1] Unregistering commands for bundle 
> org.apache.karaf.jaas.command/4.2.2
> 00:00:06.313 INFO  [features-3-thread-1]   
> org.apache.karaf.features.command/4.2.2
> 00:00:06.315 INFO  [features-3-thread-1] Unregistering commands for bundle 
> org.apache.karaf.features.command/4.2.2
> 00:00:06.316 INFO  [features-3-thread-1]   
> org.apache.karaf.diagnostic.core/4.2.2
> 00:00:06.318 INFO  [features-3-thread-1] Unregistering commands for bundle 
> org.apache.karaf.diagnostic.core/4.2.2
> 00:00:06.323 INFO  [features-3-thread-1]   org.apache.karaf.http.core/4.2.2
> 00:00:06.324 INFO  [features-3-thread-1] Unregistering commands for bundle 
> org.apache.karaf.http.core/4.2.2
> 00:00:06.326 INFO  [features-3-thread-1] Unbinding bundle: 
> [org.apache.karaf.http.core [137]]
> 00:00:06.331 INFO  [features-3-thread-1]   
> org.ops4j.pax.web.pax-web-runtime/7.2.5
> 00:00:06.352 INFO  [paxweb-config-1-thread-2] Stopped 
> default@32b88f5a{HTTP/1.1,[http/1.1]}{0.0.0.0:8181}
> 00:00:06.354 INFO  [paxweb-config-1-thread-2] node0 Stopped scavenging
> 00:00:06.357 INFO  [paxweb-config-1-thread-2] ServerControllerFactory is 
> gone, HTTP Service is not available now.
> 00:00:06.359 INFO  [features-3-thread-1] Pax Web stopped
> 00:00:06.363 INFO  [features-3-thread-1]   
> org.ops4j.pax.web.pax-web-jetty/7.2.5
> 00:00:06.366 INFO  [features-3-thread-1]   org.apache.karaf.shell.ssh/4.2.2
> 00:00:06.367 INFO  [features-3-thread-1] Unregistering commands for bundle 
> org.apache.karaf.shell.ssh/4.2.2
> 00:00:06.380 INFO  [features-3-thread-1]   org.apache.karaf.shell.core/4.2.2
> 00:00:06.387 INFO  [features-3-thread-1] Unregistering commands for bundle 
> org.apache.karaf.bundle.core/4.2.2
> 00:00:06.389 INFO  [features-3-thread-1] Unregistering commands for bundle 
> org.apache.karaf.deployer.kar/4.2.2
> 00:00:06.389 INFO  [features-3-thread-1] Unregistering commands for bundle 
> org.apache.karaf.kar.core/4.2.2
> 00:00:06.391 INFO  [features-3-thread-1] Unregistering commands for bundle 
> org.apache.karaf.config.core/4.2.2
> 00:00:06.393 INFO  [features-3-thread-1] Unregistering commands for bundle 
> org.apache.karaf.package.core/4.2.2
> 00:00:06.394 INFO  [features-3-thread-1] Unregistering commands for bundle 
> org.apache.karaf.instance.core/4.2.2
> 00:00:06.395 INFO  [features-3-thread-1] Unregistering commands for bundle 
> org.apache.karaf.system.core/4.2.2
> 00:00:06.396 INFO  [features-3-thread-1] Unregistering commands for bundle 
> org.apache.karaf.log.core/4.2.2
> 00:00:06.396 INFO  [features-3-thread-1] Unregistering commands for bundle 
> org.apache.karaf.scr.state/4.2.2
> 00:00:06.400 INFO  [features-3-thread-1]   org.apache.karaf.system.core/4.2.2
> 00:00:06.403 INFO  [features-3-thread-1]   org.apache.karaf.package.core/4.2.2
> 00:00:06.406 INFO  [features-3-thread-1]   org.apache.karaf.log.core/4.2.2
> 00:00:06.410 INFO  [features-3-thread-1]   org.apache.karaf.kar.core/4.2.2
> 00:00:06.416 INFO  [features-3-thread-1]   
> org.apache.karaf.instance.core/4.2.2
> 00:00:06.420 INFO  [features-3-thread-1]   org.apache.karaf.config.core/4.2.2
> 00:00:06.423 INFO  [features-3-thread-1]   org.apache.karaf.bundle.core/4.2.2
> 00:00:06.428 INFO  [features-3-thread-1]   org.apache.karaf.scr.state/4.2.2
> 00:00:06.430 INFO  [features-3-thread-1]   
> org.apache.karaf.bundle.blueprintstate/4.2.2
> 00:00:06.432 INFO  [features-3-thread-1]   org.apache.felix.scr/2.1.14
> 00:00:06.437 INFO  [features-3-thread-1]   org.apache.karaf.deployer.kar/4.2.2
> 00:00:06.438 INFO  [features-3-thread-1]   org.apache.aries.blueprint.cm/1.3.1
> 00:00:06.439 INFO  [features-3-thread-1] Destroying container for blueprint 
> bundle org.apache.aries.blueprint.cm/1.3.1
> 00:00:06.445 INFO  [features-3-thread-1]   
> org.apache.aries.blueprint.core/1.10.1
> 00:00:06.447 INFO  [features-3-thread-1] Destroying container for blueprint 
> bundle org.apache.aries.blueprint.core/1.10.1
> 00:00:06.458 INFO  [features-3-thread-1]   org.apache.aries.proxy/1.1.3
> 00:00:06.460 INFO  [features-3-thread-1] Uninstalling bundles:
> 00:00:06.460 INFO  [features-3-thread-1]   
> org.apache.aries.spifly.dynamic.bundle/1.0.10
> 00:00:06.478 INFO  [features-3-thread-1]   org.apache.karaf.http.core/4.2.2
> 00:00:06.511 INFO  [features-3-thread-1]   
> org.apache.karaf.scr.management/4.2.2
> 00:00:06.555 INFO  [features-3-thread-1]   org.apache.karaf.scr.state/4.2.2
> 00:00:06.585 INFO  [features-3-thread-1]   org.apache.xbean.bundleutils/4.6.0
> 00:00:06.602 INFO  [features-3-thread-1]   org.apache.xbean.finder/4.6.0
> 00:00:06.636 INFO  [features-3-thread-1]   org.objectweb.asm/6.2.0
> 00:00:06.665 INFO  [features-3-thread-1]   org.objectweb.asm.commons/6.2.0
> 00:00:06.680 INFO  [features-3-thread-1]   org.objectweb.asm.tree/6.2.0
> 00:00:06.697 INFO  [features-3-thread-1] Updating bundles:
> 00:00:06.697 INFO  [features-3-thread-1]   
> mvn:org.ops4j.pax.web/pax-web-jetty/7.2.8
> 00:00:06.955 INFO  [features-3-thread-1]   
> mvn:org.ops4j.pax.web/pax-web-api/7.2.8
> 00:00:07.037 INFO  [features-3-thread-1]   
> mvn:org.ops4j.pax.web/pax-web-spi/7.2.8
> 00:00:07.246 INFO  [features-3-thread-1]   
> mvn:org.apache.aries.proxy/org.apache.aries.proxy/1.1.4
> 00:00:07.311 INFO  [features-3-thread-1]   
> mvn:org.ops4j.pax.web/pax-web-runtime/7.2.8
> 00:00:07.470 INFO  [features-3-thread-1] Installing bundles:
> 00:00:07.470 INFO  [features-3-thread-1]   
> mvn:org.apache.activemq/activemq-osgi/5.15.8
> 00:00:07.540 INFO  [features-3-thread-1]   mvn:commons-net/commons-net/3.6
> 00:00:07.546 INFO  [features-3-thread-1]   
> mvn:org.apache.commons/commons-pool2/2.4.2
> 00:00:07.558 INFO  [features-3-thread-1]   
> mvn:org.apache.geronimo.specs/geronimo-el_1.0_spec/1.0.1
> 00:00:07.566 INFO  [features-3-thread-1]   
> mvn:org.apache.geronimo.specs/geronimo-j2ee-management_1.1_spec/1.0.1
> 00:00:07.578 INFO  [features-3-thread-1]   
> mvn:org.apache.zookeeper/zookeeper/3.4.6
> 00:00:07.590 INFO  [features-3-thread-1]   
> mvn:org.apache.karaf.http/org.apache.karaf.http.core/4.3.0-SNAPSHOT
> 00:00:07.602 INFO  [features-3-thread-1]   
> mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.boot/4.3.0-SNAPSHOT
> 00:00:07.606 INFO  [features-3-thread-1]   
> mvn:org.apache.karaf.scr/org.apache.karaf.scr.management/4.3.0-SNAPSHOT
> 00:00:07.614 INFO  [features-3-thread-1]   
> mvn:org.apache.karaf.shell/org.apache.karaf.shell.commands/4.3.0-SNAPSHOT
> 00:00:07.626 INFO  [features-3-thread-1]   
> mvn:org.apache.karaf.shell/org.apache.karaf.shell.console/4.3.0-SNAPSHOT
> 00:00:07.633 INFO  [features-3-thread-1]   
> mvn:org.apache.karaf.shell/org.apache.karaf.shell.core/4.3.0-SNAPSHOT
> 00:00:07.642 INFO  [features-3-thread-1]   
> mvn:org.apache.karaf.shell/org.apache.karaf.shell.table/4.3.0-SNAPSHOT
> 00:00:07.650 INFO  [features-3-thread-1]   
> mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aopalliance/1.0_6
> 00:00:07.659 INFO  [features-3-thread-1]   
> mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-aop/4.3.21.RELEASE_1
> 00:00:07.671 INFO  [features-3-thread-1]   
> mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-beans/4.3.21.RELEASE_1
> 00:00:07.684 INFO  [features-3-thread-1]   
> mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-context/4.3.21.RELEASE_1
> 00:00:07.703 INFO  [features-3-thread-1]   
> mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-context-support/4.3.21.RELEASE_1
> 00:00:07.710 INFO  [features-3-thread-1]   
> mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-core/4.3.21.RELEASE_1
> 00:00:07.726 INFO  [features-3-thread-1]   
> mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-expression/4.3.21.RELEASE_1
> 00:00:07.733 INFO  [features-3-thread-1]   
> mvn:org.apache.xbean/xbean-bundleutils/4.12
> 00:00:07.741 INFO  [features-3-thread-1]   
> mvn:org.apache.xbean/xbean-finder/4.12
> 00:00:07.747 INFO  [features-3-thread-1]   
> mvn:org.eclipse.jetty/jetty-http/9.4.12.v20180830
> 00:00:07.748 INFO  [features-3-thread-1]   
> mvn:org.jvnet.jaxb2_commons/jaxb2-basics-runtime/0.6.4
> 00:00:07.765 INFO  [features-3-thread-1] Stopping bundles:
> 00:00:07.766 INFO  [features-3-thread-1]   
> org.ops4j.pax.web.pax-web-runtime/7.2.8
> 00:00:07.766 INFO  [features-3-thread-1]   org.ops4j.pax.web.pax-web-spi/7.2.8
> 00:00:07.767 INFO  [features-3-thread-1]   org.ops4j.pax.web.pax-web-api/7.2.8
> 00:00:07.767 INFO  [features-3-thread-1]   
> org.ops4j.pax.web.pax-web-jetty/7.2.8
> 00:00:07.767 INFO  [features-3-thread-1]   
> org.eclipse.jetty.http/9.4.12.v20180830
> 00:00:07.769 INFO  [features-3-thread-1]   org.apache.aries.proxy/1.1.4
> 00:00:07.769 INFO  [features-3-thread-1] Refreshing bundles:
> 00:00:07.770 INFO  [features-3-thread-1]     
> org.apache.aries.blueprint.cm/1.3.1 (Wired to 
> org.apache.aries.blueprint.core/1.10.1 which is being refreshed)
> 00:00:07.770 INFO  [features-3-thread-1]     
> org.apache.aries.blueprint.core/1.10.1 (Wired to org.apache.aries.proxy/1.1.3 
> which is being refreshed)
> 00:00:07.770 INFO  [features-3-thread-1]     
> org.apache.aries.blueprint.core.compatibility/1.0.0 (Wired to 
> org.apache.aries.blueprint.core/1.10.1 which is being refreshed)
> 00:00:07.770 INFO  [features-3-thread-1]     org.apache.aries.proxy/1.1.4 
> (Bundle will be updated)
> 00:00:07.771 INFO  [features-3-thread-1]     
> org.apache.aries.spifly.dynamic.bundle/1.0.10 (Bundle will be uninstalled)
> 00:00:07.771 INFO  [features-3-thread-1]     
> org.apache.camel.camel-blueprint/2.20.0 (Wired to 
> org.apache.aries.blueprint.core/1.10.1 which is being refreshed)
> 00:00:07.771 INFO  [features-3-thread-1]     
> org.apache.camel.karaf.camel-karaf-commands/2.20.0 (Wired to 
> org.apache.karaf.shell.core/4.2.2 which is being refreshed)
> 00:00:07.772 INFO  [features-3-thread-1]     org.apache.cxf.cxf-core/3.2.0 
> (Wired to org.apache.aries.blueprint.core/1.10.1 which is being refreshed)
> 00:00:07.772 INFO  [features-3-thread-1]     org.apache.cxf.cxf-core/3.3.0 
> (Wired to org.apache.aries.blueprint.core/1.10.1 which is being refreshed)
> 00:00:07.772 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-bindings-coloc/3.2.0 (Wired to 
> org.apache.aries.blueprint.core/1.10.1 which is being refreshed)
> 00:00:07.772 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-bindings-corba/3.2.0 (Wired to 
> org.apache.cxf.cxf-core/3.2.0 which is being refreshed)
> 00:00:07.772 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-bindings-soap/3.2.0 (Wired to 
> org.apache.aries.blueprint.core/1.10.1 which is being refreshed)
> 00:00:07.773 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-bindings-xml/3.2.0 (Wired to 
> org.apache.cxf.cxf-core/3.2.0 which is being refreshed)
> 00:00:07.773 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-databinding-aegis/3.2.0 (Wired to 
> org.apache.cxf.cxf-core/3.2.0 which is being refreshed)
> 00:00:07.773 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-databinding-jaxb/3.2.0 (Wired to 
> org.apache.cxf.cxf-core/3.2.0 which is being refreshed)
> 00:00:07.773 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-features-clustering/3.2.0 (Wired to 
> org.apache.aries.blueprint.core/1.10.1 which is being refreshed)
> 00:00:07.774 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-features-logging/3.2.0 (Wired to 
> org.apache.cxf.cxf-core/3.2.0 which is being refreshed)
> 00:00:07.774 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-features-metrics/3.2.0 (Wired to 
> org.apache.cxf.cxf-core/3.2.0 which is being refreshed)
> 00:00:07.774 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-features-throttling/3.2.0 (Wired to 
> org.apache.cxf.cxf-core/3.2.0 which is being refreshed)
> 00:00:07.774 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-frontend-jaxrs/3.2.0 (Wired to 
> org.apache.aries.blueprint.core/1.10.1 which is being refreshed)
> 00:00:07.775 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-frontend-jaxws/3.2.0 (Wired to 
> org.apache.aries.blueprint.core/1.10.1 which is being refreshed)
> 00:00:07.775 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-frontend-js/3.2.0 (Wired to 
> org.apache.cxf.cxf-core/3.2.0 which is being refreshed)
> 00:00:07.775 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-frontend-simple/3.2.0 (Wired to 
> org.apache.aries.blueprint.core/1.10.1 which is being refreshed)
> 00:00:07.775 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-javascript/3.2.0 (Wired to 
> org.apache.cxf.cxf-core/3.2.0 which is being refreshed)
> 00:00:07.775 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-management/3.2.0 (Wired to 
> org.apache.cxf.cxf-core/3.2.0 which is being refreshed)
> 00:00:07.776 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-management/3.3.0 (Wired to 
> org.apache.cxf.cxf-core/3.3.0 which is being refreshed)
> 00:00:07.776 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-rs-client/3.2.0 (Wired to 
> org.apache.aries.blueprint.core/1.10.1 which is being refreshed)
> 00:00:07.776 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-rs-extension-providers/3.2.0 (Wired to 
> org.apache.cxf.cxf-rt-databinding-aegis/3.2.0 which is being refreshed)
> 00:00:07.776 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-rs-extension-search/3.2.0 (Wired to 
> org.apache.cxf.cxf-core/3.2.0 which is being refreshed)
> 00:00:07.777 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-rs-json-basic/3.2.0 (Wired to 
> org.apache.cxf.cxf-core/3.2.0 which is being refreshed)
> 00:00:07.777 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-rs-service-description/3.2.0 (Wired to 
> org.apache.cxf.cxf-core/3.2.0 which is being refreshed)
> 00:00:07.777 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-security/3.2.0 (Wired to org.apache.cxf.cxf-core/3.2.0 
> which is being refreshed)
> 00:00:07.777 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-security-saml/3.2.0 (Wired to 
> org.apache.cxf.cxf-core/3.2.0 which is being refreshed)
> 00:00:07.778 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-transports-http/3.2.0 (Wired to 
> org.apache.aries.blueprint.core/1.10.1 which is being refreshed)
> 00:00:07.778 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-transports-http/3.3.0 (Wired to 
> org.apache.aries.blueprint.core/1.10.1 which is being refreshed)
> 00:00:07.778 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-transports-http-jetty/3.3.0 (Wired to 
> org.apache.aries.blueprint.core/1.10.1 which is being refreshed)
> 00:00:07.778 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-transports-jms/3.2.0 (Wired to 
> org.apache.cxf.cxf-core/3.2.0 which is being refreshed)
> 00:00:07.779 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-transports-local/3.2.0 (Wired to 
> org.apache.cxf.cxf-core/3.2.0 which is being refreshed)
> 00:00:07.779 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-transports-udp/3.2.0 (Wired to 
> org.apache.cxf.cxf-core/3.2.0 which is being refreshed)
> 00:00:07.779 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-ws-addr/3.2.0 (Wired to 
> org.apache.aries.blueprint.core/1.10.1 which is being refreshed)
> 00:00:07.779 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-ws-mex/3.2.0 (Wired to org.apache.cxf.cxf-core/3.2.0 
> which is being refreshed)
> 00:00:07.779 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-ws-policy/3.2.0 (Wired to 
> org.apache.aries.blueprint.core/1.10.1 which is being refreshed)
> 00:00:07.780 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-ws-policy/3.3.0 (Wired to 
> org.apache.aries.blueprint.core/1.10.1 which is being refreshed)
> 00:00:07.780 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-ws-rm/3.2.0 (Wired to 
> org.apache.aries.blueprint.core/1.10.1 which is being refreshed)
> 00:00:07.780 INFO  [features-3-thread-1]     
> org.apache.cxf.cxf-rt-ws-security/3.2.0 (Wired to 
> org.apache.cxf.cxf-core/3.2.0 which is being refreshed)
> 00:00:07.780 INFO  [features-3-thread-1]     org.apache.cxf.cxf-rt-wsdl/3.2.0 
> (Wired to org.apache.cxf.cxf-core/3.2.0 which is being refreshed)
> 00:00:07.780 INFO  [features-3-thread-1]     org.apache.cxf.cxf-rt-wsdl/3.3.0 
> (Wired to org.apache.cxf.cxf-core/3.3.0 which is being refreshed)
> 00:00:07.781 INFO  [features-3-thread-1]     
> org.apache.cxf.karaf.cxf-karaf-commands/3.2.0 (Wired to 
> org.apache.cxf.cxf-core/3.2.0 which is being refreshed)
> 00:00:07.781 INFO  [features-3-thread-1]     
> org.apache.cxf.karaf.cxf-karaf-commands/3.3.0 (Wired to 
> org.apache.cxf.cxf-core/3.2.0 which is being refreshed)
> 00:00:07.781 INFO  [features-3-thread-1]     org.apache.felix.scr/2.1.14 
> (Wired to org.apache.karaf.shell.core/4.2.2 which is being refreshed)
> 00:00:07.781 INFO  [features-3-thread-1]     
> org.apache.karaf.bundle.blueprintstate/4.2.2 (Wired to 
> org.apache.karaf.bundle.core/4.2.2 which is being refreshed)
> 00:00:07.782 INFO  [features-3-thread-1]     
> org.apache.karaf.bundle.core/4.2.2 (Wired to 
> org.apache.karaf.shell.core/4.2.2 which is being refreshed)
> 00:00:07.782 INFO  [features-3-thread-1]     
> org.apache.karaf.config.core/4.2.2 (Wired to 
> org.apache.karaf.shell.core/4.2.2 which is being refreshed)
> 00:00:07.782 INFO  [features-3-thread-1]     
> org.apache.karaf.deployer.kar/4.2.2 (Wired to org.apache.karaf.kar.core/4.2.2 
> which is being refreshed)
> 00:00:07.782 INFO  [features-3-thread-1]     
> org.apache.karaf.diagnostic.core/4.2.2 (Wired to 
> org.apache.karaf.shell.core/4.2.2 which is being refreshed)
> 00:00:07.783 INFO  [features-3-thread-1]     org.apache.karaf.event/4.2.2 
> (Wired to org.apache.karaf.shell.core/4.2.2 which is being refreshed)
> 00:00:07.783 INFO  [features-3-thread-1]     
> org.apache.karaf.features.command/4.2.2 (Wired to 
> org.apache.karaf.shell.core/4.2.2 which is being refreshed)
> 00:00:07.783 INFO  [features-3-thread-1]     org.apache.karaf.http.core/4.2.2 
> (Bundle will be uninstalled)
> 00:00:07.783 INFO  [features-3-thread-1]     
> org.apache.karaf.instance.core/4.2.2 (Wired to 
> org.apache.karaf.features.command/4.2.2 which is being refreshed)
> 00:00:07.783 INFO  [features-3-thread-1]     
> org.apache.karaf.jaas.blueprint.config/4.2.2 (Wired to 
> org.apache.aries.blueprint.core/1.10.1 which is being refreshed)
> 00:00:07.784 INFO  [features-3-thread-1]     
> org.apache.karaf.jaas.command/4.2.2 (Wired to 
> org.apache.karaf.shell.core/4.2.2 which is being refreshed)
> 00:00:07.784 INFO  [features-3-thread-1]     org.apache.karaf.kar.core/4.2.2 
> (Wired to org.apache.karaf.features.command/4.2.2 which is being refreshed)
> 00:00:07.784 INFO  [features-3-thread-1]     org.apache.karaf.log.core/4.2.2 
> (Wired to org.apache.karaf.shell.core/4.2.2 which is being refreshed)
> 00:00:07.784 INFO  [features-3-thread-1]     
> org.apache.karaf.package.core/4.2.2 (Wired to 
> org.apache.karaf.shell.core/4.2.2 which is being refreshed)
> 00:00:07.785 INFO  [features-3-thread-1]     
> org.apache.karaf.scr.management/4.2.2 (Bundle will be uninstalled)
> 00:00:07.785 INFO  [features-3-thread-1]     org.apache.karaf.scr.state/4.2.2 
> (Bundle will be uninstalled)
> 00:00:07.785 INFO  [features-3-thread-1]     
> org.apache.karaf.service.core/4.2.2 (Wired to 
> org.apache.karaf.shell.core/4.2.2 which is being refreshed)
> 00:00:07.785 INFO  [features-3-thread-1]     
> org.apache.karaf.shell.commands/4.2.2 (Wired to 
> org.apache.karaf.shell.core/4.2.2 which is being refreshed)
> 00:00:07.785 INFO  [features-3-thread-1]     
> org.apache.karaf.shell.core/4.2.2 (Attached fragments changed: 
> [org.apache.karaf.shell.console/4.3.0.SNAPSHOT])
> 00:00:07.786 INFO  [features-3-thread-1]     org.apache.karaf.shell.ssh/4.2.2 
> (Wired to org.apache.karaf.shell.core/4.2.2 which is being refreshed)
> 00:00:07.786 INFO  [features-3-thread-1]     
> org.apache.karaf.system.core/4.2.2 (Wired to 
> org.apache.karaf.shell.core/4.2.2 which is being refreshed)
> 00:00:07.786 INFO  [features-3-thread-1]     
> org.apache.xbean.bundleutils/4.6.0 (Bundle will be uninstalled)
> 00:00:07.786 INFO  [features-3-thread-1]     org.apache.xbean.finder/4.6.0 
> (Bundle will be uninstalled)
> 00:00:07.787 INFO  [features-3-thread-1]     
> org.eclipse.jetty.client/9.4.12.v20180830 (Wired to 
> org.eclipse.jetty.http/9.4.12.v20180830 which is being refreshed)
> 00:00:07.787 INFO  [features-3-thread-1]     
> org.eclipse.jetty.deploy/9.4.12.v20180830 (Wired to 
> org.eclipse.jetty.server/9.4.12.v20180830 which is being refreshed)
> 00:00:07.787 INFO  [features-3-thread-1]     
> org.eclipse.jetty.http/9.4.12.v20180830 (Wired to 
> org.apache.aries.spifly.dynamic.bundle/1.0.10 which is being refreshed)
> 00:00:07.787 INFO  [features-3-thread-1]     
> org.eclipse.jetty.jaas/9.4.12.v20180830 (Wired to 
> org.eclipse.jetty.security/9.4.12.v20180830 which is being refreshed)
> 00:00:07.787 INFO  [features-3-thread-1]     
> org.eclipse.jetty.jndi/9.4.12.v20180830 (Wired to 
> org.eclipse.jetty.server/9.4.12.v20180830 which is being refreshed)
> 00:00:07.788 INFO  [features-3-thread-1]     
> org.eclipse.jetty.plus/9.4.12.v20180830 (Wired to 
> org.eclipse.jetty.jndi/9.4.12.v20180830 which is being refreshed)
> 00:00:07.788 INFO  [features-3-thread-1]     
> org.eclipse.jetty.rewrite/9.4.12.v20180830 (Wired to 
> org.eclipse.jetty.http/9.4.12.v20180830 which is being refreshed)
> 00:00:07.788 INFO  [features-3-thread-1]     
> org.eclipse.jetty.security/9.4.12.v20180830 (Wired to 
> org.eclipse.jetty.http/9.4.12.v20180830 which is being refreshed)
> 00:00:07.788 INFO  [features-3-thread-1]     
> org.eclipse.jetty.security.jaspi/9.4.12.v20180830 (Wired to 
> org.eclipse.jetty.http/9.4.12.v20180830 which is being refreshed)
> 00:00:07.789 INFO  [features-3-thread-1]     
> org.eclipse.jetty.server/9.4.12.v20180830 (Wired to 
> org.eclipse.jetty.http/9.4.12.v20180830 which is being refreshed)
> 00:00:07.789 INFO  [features-3-thread-1]     
> org.eclipse.jetty.servlet/9.4.12.v20180830 (Wired to 
> org.eclipse.jetty.http/9.4.12.v20180830 which is being refreshed)
> 00:00:07.789 INFO  [features-3-thread-1]     
> org.eclipse.jetty.servlets/9.4.12.v20180830 (Wired to 
> org.eclipse.jetty.http/9.4.12.v20180830 which is being refreshed)
> 00:00:07.789 INFO  [features-3-thread-1]     
> org.eclipse.jetty.webapp/9.4.12.v20180830 (Wired to 
> org.eclipse.jetty.http/9.4.12.v20180830 which is being refreshed)
> 00:00:07.789 INFO  [features-3-thread-1]     
> org.eclipse.jetty.websocket.api/9.4.12.v20180830 (Wired to 
> org.eclipse.jetty.websocket.common/9.4.12.v20180830 which is being refreshed)
> 00:00:07.790 INFO  [features-3-thread-1]     
> org.eclipse.jetty.websocket.client/9.4.12.v20180830 (Wired to 
> org.eclipse.jetty.http/9.4.12.v20180830 which is being refreshed)
> 00:00:07.790 INFO  [features-3-thread-1]     
> org.eclipse.jetty.websocket.common/9.4.12.v20180830 (Wired to 
> org.apache.aries.spifly.dynamic.bundle/1.0.10 which is being refreshed)
> 00:00:07.790 INFO  [features-3-thread-1]     
> org.eclipse.jetty.websocket.javax.websocket/9.4.12.v20180830 (Wired to 
> org.eclipse.jetty.websocket.client/9.4.12.v20180830 which is being refreshed)
> 00:00:07.790 INFO  [features-3-thread-1]     
> org.eclipse.jetty.websocket.javax.websocket.server/9.4.12.v20180830 (Wired to 
> org.eclipse.jetty.http/9.4.12.v20180830 which is being refreshed)
> 00:00:07.791 INFO  [features-3-thread-1]     
> org.eclipse.jetty.websocket.server/9.4.12.v20180830 (Wired to 
> org.eclipse.jetty.http/9.4.12.v20180830 which is being refreshed)
> 00:00:07.791 INFO  [features-3-thread-1]     
> org.eclipse.jetty.websocket.servlet/9.4.12.v20180830 (Wired to 
> org.eclipse.jetty.websocket.api/9.4.12.v20180830 which is being refreshed)
> 00:00:07.791 INFO  [features-3-thread-1]     org.objectweb.asm/6.2.0 (Bundle 
> will be uninstalled)
> 00:00:07.791 INFO  [features-3-thread-1]     org.objectweb.asm.commons/6.2.0 
> (Bundle will be uninstalled)
> 00:00:07.792 INFO  [features-3-thread-1]     org.objectweb.asm.tree/6.2.0 
> (Bundle will be uninstalled)
> 00:00:07.792 INFO  [features-3-thread-1]     
> org.ops4j.pax.web.pax-web-api/7.2.8 (Bundle will be updated)
> 00:00:07.792 INFO  [features-3-thread-1]     
> org.ops4j.pax.web.pax-web-jetty/7.2.8 (Bundle will be updated)
> 00:00:07.792 INFO  [features-3-thread-1]     
> org.ops4j.pax.web.pax-web-runtime/7.2.8 (Bundle will be updated)
> 00:00:07.792 INFO  [features-3-thread-1]     
> org.ops4j.pax.web.pax-web-spi/7.2.8 (Bundle will be updated)
> 00:00:08.331 INFO  [features-3-thread-1] Starting bundles:
> 00:00:08.332 INFO  [features-3-thread-1]   org.apache.aries.proxy/1.1.4
> 00:00:08.340 INFO  [features-3-thread-1]   
> org.apache.aries.blueprint.core/1.10.1
> 00:00:08.379 INFO  [features-3-thread-1] No quiesce support is available, so 
> blueprint components will not participate in quiesce operations
> 00:00:08.494 INFO  [features-3-thread-1] Blueprint bundle 
> org.apache.aries.blueprint.core/1.10.1 has been started
> 00:00:08.496 INFO  [features-3-thread-1]   org.apache.aries.blueprint.cm/1.3.1
> 00:00:08.515 INFO  [features-3-thread-1] Blueprint bundle 
> org.apache.aries.blueprint.cm/1.3.1 has been started
> 00:00:08.516 INFO  [features-3-thread-1]   org.apache.karaf.deployer.kar/4.2.2
> 00:00:08.535 INFO  [features-3-thread-1]   org.apache.karaf.shell.core/4.2.2
> 00:00:08.582 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.deployer.kar/4.2.2
> 00:00:08.761 INFO  [features-3-thread-1] Blueprint bundle 
> org.apache.karaf.shell.core/4.2.2 has been started
> 00:00:08.762 INFO  [features-3-thread-1]   
> org.apache.karaf.shell.core/4.3.0.SNAPSHOT
> 00:00:08.811 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.deployer.kar/4.2.2
> 00:00:08.897 INFO  [features-3-thread-1] Blueprint bundle 
> org.apache.karaf.shell.core/4.3.0.SNAPSHOT has been started
> 00:00:08.899 INFO  [features-3-thread-1]   org.apache.karaf.bundle.core/4.2.2
> 00:00:08.989 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.bundle.core/4.2.2
> 00:00:08.995 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.bundle.core/4.2.2
> 00:00:08.997 INFO  [features-3-thread-1]   
> org.eclipse.jetty.http/9.4.12.v20180830
> 00:00:09.003 INFO  [features-3-thread-1]   
> org.eclipse.jetty.client/9.4.12.v20180830
> 00:00:09.012 INFO  [features-3-thread-1]   
> org.eclipse.jetty.websocket.common/9.4.12.v20180830
> 00:00:09.029 INFO  [features-3-thread-1]   
> org.eclipse.jetty.websocket.api/9.4.12.v20180830
> 00:00:09.031 INFO  [features-3-thread-1]   
> org.eclipse.jetty.websocket.client/9.4.12.v20180830
> 00:00:09.041 INFO  [features-3-thread-1]   
> org.apache.servicemix.bundles.aopalliance/1.0.0.6
> 00:00:09.043 INFO  [features-3-thread-1]   
> org.apache.servicemix.bundles.spring-core/4.3.21.RELEASE_1
> 00:00:09.045 INFO  [features-3-thread-1]   
> org.apache.servicemix.bundles.spring-beans/4.3.21.RELEASE_1
> 00:00:09.047 INFO  [features-3-thread-1]   
> org.apache.servicemix.bundles.spring-aop/4.3.21.RELEASE_1
> 00:00:09.049 INFO  [features-3-thread-1]   
> org.apache.servicemix.bundles.spring-expression/4.3.21.RELEASE_1
> 00:00:09.051 INFO  [features-3-thread-1]   
> org.apache.servicemix.bundles.spring-context/4.3.21.RELEASE_1
> 00:00:09.053 INFO  [features-3-thread-1]   
> org.apache.servicemix.bundles.spring-context-support/4.3.21.RELEASE_1
> karaf@root()> 00:00:09.054 INFO  [features-3-thread-1]   
> org.apache.karaf.features.command/4.2.2
> 00:00:09.077 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.features.command/4.2.2
> 00:00:09.079 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.features.command/4.2.2
> 00:00:09.080 INFO  [features-3-thread-1]   org.apache.karaf.kar.core/4.2.2
> 00:00:09.095 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.kar.core/4.2.2
> 00:00:09.098 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.kar.core/4.2.2
> 00:00:09.102 INFO  [features-3-thread-1]   
> org.apache.karaf.bundle.blueprintstate/4.2.2
> 00:00:09.110 INFO  [features-3-thread-1]   org.apache.karaf.config.core/4.2.2
> 00:00:09.137 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.config.core/4.2.2
> 00:00:09.253 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.config.core/4.2.2
> 00:00:09.253 INFO  [features-3-thread-1]   
> org.eclipse.jetty.websocket.javax.websocket/9.4.12.v20180830
> 00:00:09.256 INFO  [features-3-thread-1]   
> org.apache.karaf.instance.core/4.2.2
> 00:00:09.290 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.instance.core/4.2.2
> 00:00:09.292 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.instance.core/4.2.2
> 00:00:09.293 INFO  [features-3-thread-1]   org.apache.karaf.system.core/4.2.2
> 00:00:09.311 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.system.core/4.2.2
> 00:00:09.312 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.system.core/4.2.2
> 00:00:09.313 INFO  [features-3-thread-1]   org.apache.felix.scr/2.1.14
> karaf@root()> 00:00:09.346 INFO  [features-3-thread-1]   
> org.apache.karaf.scr.management/4.3.0.SNAPSHOT
> 00:00:09.414 INFO  [features-3-thread-1] Activating the Apache Karaf 
> ServiceComponentRuntime MBean
> 00:00:09.417 INFO  [features-3-thread-1]   
> org.eclipse.jetty.server/9.4.12.v20180830
> 00:00:09.419 INFO  [features-3-thread-1]   
> org.eclipse.jetty.security/9.4.12.v20180830
> 00:00:09.420 INFO  [features-3-thread-1]   
> org.eclipse.jetty.servlet/9.4.12.v20180830
> 00:00:09.421 INFO  [features-3-thread-1]   
> org.eclipse.jetty.jndi/9.4.12.v20180830
> 00:00:09.422 INFO  [features-3-thread-1]   
> org.eclipse.jetty.webapp/9.4.12.v20180830
> 00:00:09.422 INFO  [features-3-thread-1]   
> org.eclipse.jetty.plus/9.4.12.v20180830
> 00:00:09.423 INFO  [features-3-thread-1]   
> org.eclipse.jetty.security.jaspi/9.4.12.v20180830
> 00:00:09.424 INFO  [features-3-thread-1]   org.apache.karaf.jaas.command/4.2.2
> 00:00:09.441 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.jaas.command/4.2.2
> 00:00:09.443 INFO  [features-3-thread-1] Updating commands for bundle 
> org.apache.karaf.jaas.command/4.2.2
> 00:00:09.445 INFO  [features-3-thread-1] Updating commands for bundle 
> org.apache.karaf.jaas.command/4.2.2
> 00:00:09.446 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.jaas.command/4.2.2
> 00:00:09.447 INFO  [features-3-thread-1]   org.apache.karaf.shell.ssh/4.2.2
> 00:00:09.471 INFO  [features-3-thread-1] Command registration delayed for 
> bundle org.apache.karaf.shell.ssh/4.2.2. Missing dependencies: 
> [org.apache.sshd.server.SshServer]
> 00:00:09.473 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.shell.ssh/4.2.2
> 00:00:09.473 INFO  [features-3-thread-1]   org.apache.karaf.service.core/4.2.2
> 00:00:09.476 INFO  [activator-1-thread-1] Registering commands for bundle 
> org.apache.karaf.shell.ssh/4.2.2
> 00:00:09.489 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.service.core/4.2.2
> 00:00:09.491 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.service.core/4.2.2
> 00:00:09.491 INFO  [features-3-thread-1]   org.apache.karaf.package.core/4.2.2
> 00:00:09.505 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.package.core/4.2.2
> 00:00:09.507 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.package.core/4.2.2
> 00:00:09.507 INFO  [features-3-thread-1]   org.ops4j.pax.web.pax-web-api/7.2.8
> 00:00:09.508 INFO  [features-3-thread-1]   org.ops4j.pax.web.pax-web-spi/7.2.8
> 00:00:09.509 INFO  [features-3-thread-1]   
> org.eclipse.jetty.jaas/9.4.12.v20180830
> 00:00:09.510 INFO  [features-3-thread-1]   
> org.eclipse.jetty.websocket.servlet/9.4.12.v20180830
> 00:00:09.510 INFO  [features-3-thread-1]   
> org.eclipse.jetty.websocket.server/9.4.12.v20180830
> 00:00:09.514 INFO  [features-3-thread-1]   
> org.eclipse.jetty.websocket.javax.websocket.server/9.4.12.v20180830
> 00:00:09.519 INFO  [features-3-thread-1]   
> org.eclipse.jetty.deploy/9.4.12.v20180830
> 00:00:09.520 INFO  [features-3-thread-1]   
> org.eclipse.jetty.rewrite/9.4.12.v20180830
> 00:00:09.521 INFO  [features-3-thread-1]   
> org.eclipse.jetty.servlets/9.4.12.v20180830
> 00:00:09.522 INFO  [features-3-thread-1]   
> org.ops4j.pax.web.pax-web-jetty/7.2.8
> 00:00:09.530 INFO  [features-3-thread-1]   
> org.ops4j.pax.web.pax-web-runtime/7.2.8
> 00:00:09.539 INFO  [features-3-thread-1] EventAdmin support enabled, servlet 
> events will be postet to topics.
> 00:00:09.541 INFO  [features-3-thread-1] LogService support enabled, log 
> events will be created.
> 00:00:09.543 INFO  [features-3-thread-1] Pax Web started
> 00:00:09.561 INFO  [features-3-thread-1]   
> org.apache.karaf.http.core/4.3.0.SNAPSHOT
> 00:00:09.577 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.http.core/4.3.0.SNAPSHOT
> 00:00:09.588 INFO  [features-3-thread-1] Command registration delayed for 
> bundle org.apache.karaf.http.core/4.3.0.SNAPSHOT. Missing dependencies: 
> [org.apache.karaf.http.core.ProxyService, 
> org.apache.karaf.http.core.ServletService]
> 00:00:09.589 INFO  [features-3-thread-1]   
> org.apache.karaf.jaas.blueprint.config/4.2.2
> 00:00:09.627 INFO  [features-3-thread-1] Blueprint bundle 
> org.apache.karaf.jaas.blueprint.config/4.2.2 has been started
> 00:00:09.630 INFO  [features-3-thread-1]   
> org.apache.karaf.diagnostic.core/4.2.2
> 00:00:09.648 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.diagnostic.core/4.2.2
> 00:00:09.649 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.diagnostic.core/4.2.2
> 00:00:09.649 INFO  [features-3-thread-1]   
> org.apache.karaf.shell.commands/4.2.2
> 00:00:09.671 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.shell.commands/4.2.2
> 00:00:09.672 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.shell.commands/4.2.2
> 00:00:09.673 INFO  [features-3-thread-1]   org.apache.karaf.log.core/4.2.2
> 00:00:09.695 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.log.core/4.2.2
> 00:00:09.699 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.log.core/4.2.2
> 00:00:09.700 INFO  [features-3-thread-1]   
> org.apache.karaf.shell.table/4.3.0.SNAPSHOT
> 00:00:09.701 INFO  [features-3-thread-1]   
> org.apache.karaf.shell.commands/4.3.0.SNAPSHOT
> 00:00:09.716 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.shell.commands/4.3.0.SNAPSHOT
> 00:00:09.722 INFO  [paxweb-config-1-thread-1] No ALPN class available
> 00:00:09.722 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.shell.commands/4.3.0.SNAPSHOT
> 00:00:09.722 INFO  [paxweb-config-1-thread-1] HTTP/2 not available, creating 
> standard ServerConnector for Http
> 00:00:09.736 INFO  [features-3-thread-1]   org.apache.cxf.cxf-rt-wsdl/3.2.0
> 00:00:09.737 INFO  [features-3-thread-1]   org.apache.cxf.cxf-rt-wsdl/3.3.0
> 00:00:09.738 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-bindings-soap/3.2.0
> 00:00:09.742 INFO  [paxweb-config-1-thread-1] Pax Web available at 
> [0.0.0.0]:[8181]
> 00:00:09.752 INFO  [paxweb-config-1-thread-1] Binding bundle: 
> [org.apache.karaf.http.core [217]] to http service
> 00:00:09.754 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-databinding-jaxb/3.2.0
> 00:00:09.756 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-management/3.2.0
> 00:00:09.757 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-management/3.3.0
> 00:00:09.758 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-ws-policy/3.2.0
> 00:00:09.766 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-ws-policy/3.3.0
> 00:00:09.785 INFO  [activator-1-thread-2] Registering commands for bundle 
> org.apache.karaf.http.core/4.3.0.SNAPSHOT
> 00:00:09.788 INFO  [features-3-thread-1]   org.apache.cxf.cxf-rt-ws-addr/3.2.0
> 00:00:09.794 INFO  [features-3-thread-1]   org.apache.cxf.cxf-rt-ws-rm/3.2.0
> 00:00:09.799 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-transports-udp/3.2.0
> 00:00:09.800 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-transports-http/3.2.0
> 00:00:09.818 INFO  [features-3-thread-1] Binding bundle: 
> [org.apache.cxf.cxf-rt-transports-http [114]] to http service
> 00:00:09.840 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-transports-http/3.3.0
> 00:00:09.857 INFO  [CM Configuration Updater (ManagedService Update: 
> pid=[org.apache.cxf.osgi])] will add 
> org.eclipse.jetty.websocket.server.NativeWebSocketServletContainerInitializer 
> to ServletContainerInitializers
> 00:00:09.859 INFO  [CM Configuration Updater (ManagedService Update: 
> pid=[org.apache.cxf.osgi])] added ServletContainerInitializer: 
> org.eclipse.jetty.websocket.server.NativeWebSocketServletContainerInitializer
> 00:00:09.860 INFO  [CM Configuration Updater (ManagedService Update: 
> pid=[org.apache.cxf.osgi])] will add 
> org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer
>  to ServletContainerInitializers
> 00:00:09.860 INFO  [features-3-thread-1] Binding bundle: 
> [org.apache.cxf.cxf-rt-transports-http [115]] to http service
> 00:00:09.881 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-bindings-xml/3.2.0
> 00:00:09.882 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-frontend-jaxws/3.2.0
> 00:00:09.886 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-security/3.2.0
> 00:00:09.888 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-security-saml/3.2.0
> 00:00:09.890 INFO  [features-3-thread-1]   org.apache.cxf.cxf-rt-ws-mex/3.2.0
> 00:00:09.893 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-ws-security/3.2.0
> 00:00:09.895 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-features-clustering/3.2.0
> 00:00:09.904 INFO  [features-3-thread-1] Blueprint bundle 
> org.apache.cxf.cxf-rt-features-clustering/3.2.0 has been started
> 00:00:09.908 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-javascript/3.2.0
> 00:00:09.909 INFO  [features-3-thread-1]   
> org.apache.cxf.karaf.cxf-karaf-commands/3.2.0
> 00:00:09.919 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.cxf.karaf.cxf-karaf-commands/3.2.0
> 00:00:09.927 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.cxf.karaf.cxf-karaf-commands/3.2.0
> 00:00:09.929 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-transports-jms/3.2.0
> 00:00:09.930 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-databinding-aegis/3.2.0
> 00:00:09.931 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-frontend-jaxrs/3.2.0
> 00:00:09.936 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-rs-json-basic/3.2.0
> 00:00:09.938 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-rs-extension-providers/3.2.0
> 00:00:09.939 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-features-metrics/3.2.0
> 00:00:09.940 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-bindings-coloc/3.2.0
> 00:00:09.944 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-features-throttling/3.2.0
> 00:00:09.945 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-rs-extension-search/3.2.0
> 00:00:09.946 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-bindings-corba/3.2.0
> 00:00:09.948 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-frontend-js/3.2.0
> 00:00:09.948 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-rs-client/3.2.0
> 00:00:09.953 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-features-logging/3.2.0
> 00:00:09.965 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-transports-http-jetty/3.3.0
> 00:00:09.984 INFO  [features-3-thread-1]   
> org.apache.cxf.karaf.cxf-karaf-commands/3.3.0
> 00:00:09.993 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.cxf.karaf.cxf-karaf-commands/3.3.0
> 00:00:10.000 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.cxf.karaf.cxf-karaf-commands/3.3.0
> 00:00:10.001 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-rs-service-description/3.2.0
> 00:00:10.002 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-transports-local/3.2.0
> 00:00:10.003 INFO  [features-3-thread-1]   org.apache.cxf.cxf-core/3.3.0
> 00:00:10.021 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-core (88) [org.apache.cxf.phase.PhaseManager, 
> org.apache.cxf.workqueue.WorkQueueManager, 
> org.apache.cxf.buslifecycle.BusLifeCycleManager, 
> org.apache.cxf.endpoint.ServerRegistry, 
> org.apache.cxf.endpoint.EndpointResolverRegistry, 
> org.apache.cxf.headers.HeaderManager, 
> org.apache.cxf.service.factory.FactoryBeanListenerManager, 
> org.apache.cxf.endpoint.ServerLifeCycleManager, 
> org.apache.cxf.endpoint.ClientLifeCycleManager, 
> org.apache.cxf.resource.ResourceManager, 
> org.apache.cxf.catalog.OASISCatalogManager]
> 00:00:10.023 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-bindings-corba (91) 
> [org.apache.cxf.binding.corba.CorbaBindingFactory, 
> org.apache.cxf.binding.corba.wsdl.WSDLExtensionRegister]
> 00:00:10.024 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-bindings-soap (92) 
> [org.apache.cxf.binding.soap.SoapBindingFactory, 
> org.apache.cxf.binding.soap.SoapTransportFactory]
> 00:00:10.031 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-bindings-xml (93) 
> [org.apache.cxf.binding.xml.XMLBindingFactory, 
> org.apache.cxf.binding.xml.wsdl11.XMLWSDLExtensionLoader]
> 00:00:10.032 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-features-logging (97) 
> [org.apache.cxf.ext.logging.LoggingFactoryBeanListener, 
> org.apache.cxf.ext.logging.OldLoggingFactoryBeanListener, 
> org.apache.cxf.ext.logging.LoggingBusLifecycleListener]
> 00:00:10.033 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-features-metrics (98) 
> [org.apache.cxf.metrics.MetricsProvider]
> 00:00:10.034 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-frontend-jaxws (101) 
> [org.apache.cxf.jaxws.context.WebServiceContextResourceResolver]
> 00:00:10.035 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-javascript (104) 
> [org.apache.cxf.javascript.JavascriptServerListener]
> 00:00:10.035 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-management (105) 
> [org.apache.cxf.management.InstrumentationManager]
> 00:00:10.036 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-management (106) 
> [org.apache.cxf.management.InstrumentationManager]
> 00:00:10.037 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-transports-http (114) 
> [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]
> 00:00:10.038 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-transports-http (115) 
> [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]
> 00:00:10.039 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-transports-http-jetty (116) 
> [org.apache.cxf.transport.http_jetty.JettyDestinationFactory, 
> org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory, 
> org.apache.cxf.transport.http.ContinuationProviderFactory]
> 00:00:10.039 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-transports-jms (117) 
> [org.apache.cxf.transport.jms.JMSTransportFactory, 
> org.apache.cxf.transport.jms.wsdl11.JMSWSDLExtensionLoader]
> 00:00:10.040 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-transports-local (118) 
> [org.apache.cxf.transport.local.LocalTransportFactory]
> 00:00:10.040 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-transports-udp (119) 
> [org.apache.cxf.transport.udp.UDPTransportFactory]
> 00:00:10.041 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-ws-addr (120) 
> [org.apache.cxf.ws.addressing.policy.AddressingAssertionBuilder, 
> org.apache.cxf.ws.addressing.policy.UsingAddressingAssertionBuilder, 
> org.apache.cxf.ws.addressing.policy.AddressingPolicyInterceptorProvider, 
> org.apache.cxf.ws.addressing.impl.AddressingWSDLExtensionLoader, 
> org.apache.cxf.ws.addressing.WSAddressingFeature$WSAddressingFeatureApplier, 
> org.apache.cxf.ws.addressing.MAPAggregator$MAPAggregatorLoader]
> 00:00:10.042 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-ws-mex (121) [org.apache.cxf.ws.mex.MEXServerListener]
> 00:00:10.043 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-ws-policy (122) [org.apache.cxf.ws.policy.PolicyEngine, 
> org.apache.cxf.policy.PolicyDataEngine, 
> org.apache.cxf.ws.policy.AssertionBuilderRegistry, 
> org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistry, 
> org.apache.cxf.ws.policy.PolicyBuilder, 
> org.apache.cxf.ws.policy.PolicyAnnotationListener, 
> org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider, 
> org.apache.cxf.ws.policy.attachment.external.DomainExpressionBuilderRegistry, 
> org.apache.cxf.ws.policy.attachment.external.EndpointReferenceDomainExpressionBuilder,
>  org.apache.cxf.ws.policy.attachment.external.URIDomainExpressionBuilder, 
> org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPolicyProvider, 
> org.apache.cxf.ws.policy.mtom.MTOMAssertionBuilder, 
> org.apache.cxf.ws.policy.mtom.MTOMPolicyInterceptorProvider]
> 00:00:10.043 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-ws-policy (123) [org.apache.cxf.ws.policy.PolicyEngine, 
> org.apache.cxf.policy.PolicyDataEngine, 
> org.apache.cxf.ws.policy.AssertionBuilderRegistry, 
> org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistry, 
> org.apache.cxf.ws.policy.PolicyBuilder, 
> org.apache.cxf.ws.policy.PolicyAnnotationListener, 
> org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider, 
> org.apache.cxf.ws.policy.attachment.external.DomainExpressionBuilderRegistry, 
> org.apache.cxf.ws.policy.attachment.external.EndpointReferenceDomainExpressionBuilder,
>  org.apache.cxf.ws.policy.attachment.external.URIDomainExpressionBuilder, 
> org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPolicyProvider, 
> org.apache.cxf.ws.policy.mtom.MTOMAssertionBuilder, 
> org.apache.cxf.ws.policy.mtom.MTOMPolicyInterceptorProvider]
> 00:00:10.044 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-ws-rm (124) [org.apache.cxf.ws.rm.RMManager, 
> org.apache.cxf.ws.rm.policy.RMPolicyInterceptorProvider, 
> org.apache.cxf.ws.rm.policy.RM10AssertionBuilder, 
> org.apache.cxf.ws.rm.policy.RM12AssertionBuilder, 
> org.apache.cxf.ws.rm.policy.WSRMP12PolicyLoader, 
> org.apache.cxf.ws.rm.policy.MC11PolicyLoader, 
> org.apache.cxf.ws.rm.policy.RSPPolicyLoader]
> 00:00:10.045 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-ws-security (125) 
> [org.apache.cxf.ws.security.policy.WSSecurityPolicyLoader, 
> org.apache.cxf.ws.security.cache.CacheCleanupListener]
> 00:00:10.045 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-wsdl (126) [org.apache.cxf.wsdl.WSDLManager]
> 00:00:10.046 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-wsdl (127) [org.apache.cxf.wsdl.WSDLManager]
> 00:00:10.061 INFO  [features-3-thread-1]   org.apache.cxf.cxf-core/3.2.0
> 00:00:10.075 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-core (89) [org.apache.cxf.phase.PhaseManager, 
> org.apache.cxf.workqueue.WorkQueueManager, 
> org.apache.cxf.buslifecycle.BusLifeCycleManager, 
> org.apache.cxf.endpoint.ServerRegistry, 
> org.apache.cxf.endpoint.EndpointResolverRegistry, 
> org.apache.cxf.headers.HeaderManager, 
> org.apache.cxf.service.factory.FactoryBeanListenerManager, 
> org.apache.cxf.endpoint.ServerLifeCycleManager, 
> org.apache.cxf.endpoint.ClientLifeCycleManager, 
> org.apache.cxf.resource.ResourceManager, 
> org.apache.cxf.catalog.OASISCatalogManager]
> 00:00:10.077 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-bindings-corba (91) 
> [org.apache.cxf.binding.corba.CorbaBindingFactory, 
> org.apache.cxf.binding.corba.wsdl.WSDLExtensionRegister]
> 00:00:10.078 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-bindings-soap (92) 
> [org.apache.cxf.binding.soap.SoapBindingFactory, 
> org.apache.cxf.binding.soap.SoapTransportFactory]
> 00:00:10.078 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-bindings-xml (93) 
> [org.apache.cxf.binding.xml.XMLBindingFactory, 
> org.apache.cxf.binding.xml.wsdl11.XMLWSDLExtensionLoader]
> 00:00:10.079 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-features-logging (97) 
> [org.apache.cxf.ext.logging.LoggingFactoryBeanListener, 
> org.apache.cxf.ext.logging.OldLoggingFactoryBeanListener, 
> org.apache.cxf.ext.logging.LoggingBusLifecycleListener]
> 00:00:10.080 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-features-metrics (98) 
> [org.apache.cxf.metrics.MetricsProvider]
> 00:00:10.080 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-frontend-jaxws (101) 
> [org.apache.cxf.jaxws.context.WebServiceContextResourceResolver]
> 00:00:10.081 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-javascript (104) 
> [org.apache.cxf.javascript.JavascriptServerListener]
> 00:00:10.081 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-management (105) 
> [org.apache.cxf.management.InstrumentationManager]
> 00:00:10.082 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-management (106) 
> [org.apache.cxf.management.InstrumentationManager]
> 00:00:10.083 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-transports-http (114) 
> [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]
> 00:00:10.084 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-transports-http (115) 
> [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]
> 00:00:10.084 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-transports-http-jetty (116) 
> [org.apache.cxf.transport.http_jetty.JettyDestinationFactory, 
> org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory, 
> org.apache.cxf.transport.http.ContinuationProviderFactory]
> 00:00:10.085 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-transports-jms (117) 
> [org.apache.cxf.transport.jms.JMSTransportFactory, 
> org.apache.cxf.transport.jms.wsdl11.JMSWSDLExtensionLoader]
> 00:00:10.085 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-transports-local (118) 
> [org.apache.cxf.transport.local.LocalTransportFactory]
> 00:00:10.086 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-transports-udp (119) 
> [org.apache.cxf.transport.udp.UDPTransportFactory]
> 00:00:10.086 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-ws-addr (120) 
> [org.apache.cxf.ws.addressing.policy.AddressingAssertionBuilder, 
> org.apache.cxf.ws.addressing.policy.UsingAddressingAssertionBuilder, 
> org.apache.cxf.ws.addressing.policy.AddressingPolicyInterceptorProvider, 
> org.apache.cxf.ws.addressing.impl.AddressingWSDLExtensionLoader, 
> org.apache.cxf.ws.addressing.WSAddressingFeature$WSAddressingFeatureApplier, 
> org.apache.cxf.ws.addressing.MAPAggregator$MAPAggregatorLoader]
> 00:00:10.087 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-ws-mex (121) [org.apache.cxf.ws.mex.MEXServerListener]
> 00:00:10.088 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-ws-policy (122) [org.apache.cxf.ws.policy.PolicyEngine, 
> org.apache.cxf.policy.PolicyDataEngine, 
> org.apache.cxf.ws.policy.AssertionBuilderRegistry, 
> org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistry, 
> org.apache.cxf.ws.policy.PolicyBuilder, 
> org.apache.cxf.ws.policy.PolicyAnnotationListener, 
> org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider, 
> org.apache.cxf.ws.policy.attachment.external.DomainExpressionBuilderRegistry, 
> org.apache.cxf.ws.policy.attachment.external.EndpointReferenceDomainExpressionBuilder,
>  org.apache.cxf.ws.policy.attachment.external.URIDomainExpressionBuilder, 
> org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPolicyProvider, 
> org.apache.cxf.ws.policy.mtom.MTOMAssertionBuilder, 
> org.apache.cxf.ws.policy.mtom.MTOMPolicyInterceptorProvider]
> 00:00:10.088 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-ws-policy (123) [org.apache.cxf.ws.policy.PolicyEngine, 
> org.apache.cxf.policy.PolicyDataEngine, 
> org.apache.cxf.ws.policy.AssertionBuilderRegistry, 
> org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistry, 
> org.apache.cxf.ws.policy.PolicyBuilder, 
> org.apache.cxf.ws.policy.PolicyAnnotationListener, 
> org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider, 
> org.apache.cxf.ws.policy.attachment.external.DomainExpressionBuilderRegistry, 
> org.apache.cxf.ws.policy.attachment.external.EndpointReferenceDomainExpressionBuilder,
>  org.apache.cxf.ws.policy.attachment.external.URIDomainExpressionBuilder, 
> org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPolicyProvider, 
> org.apache.cxf.ws.policy.mtom.MTOMAssertionBuilder, 
> org.apache.cxf.ws.policy.mtom.MTOMPolicyInterceptorProvider]
> 00:00:10.089 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-ws-rm (124) [org.apache.cxf.ws.rm.RMManager, 
> org.apache.cxf.ws.rm.policy.RMPolicyInterceptorProvider, 
> org.apache.cxf.ws.rm.policy.RM10AssertionBuilder, 
> org.apache.cxf.ws.rm.policy.RM12AssertionBuilder, 
> org.apache.cxf.ws.rm.policy.WSRMP12PolicyLoader, 
> org.apache.cxf.ws.rm.policy.MC11PolicyLoader, 
> org.apache.cxf.ws.rm.policy.RSPPolicyLoader]
> 00:00:10.089 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-ws-security (125) 
> [org.apache.cxf.ws.security.policy.WSSecurityPolicyLoader, 
> org.apache.cxf.ws.security.cache.CacheCleanupListener]
> 00:00:10.090 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-wsdl (126) [org.apache.cxf.wsdl.WSDLManager]
> 00:00:10.090 INFO  [features-3-thread-1] Adding the extensions from bundle 
> org.apache.cxf.cxf-rt-wsdl (127) [org.apache.cxf.wsdl.WSDLManager]
> 00:00:10.106 INFO  [features-3-thread-1]   
> org.apache.cxf.cxf-rt-frontend-simple/3.2.0
> 00:00:10.111 INFO  [features-3-thread-1]   
> org.apache.geronimo.specs.geronimo-j2ee-management_1.1_spec/1.0.1
> 00:00:10.113 INFO  [features-3-thread-1]   org.apache.hadoop.zookeeper/3.4.6
> 00:00:10.114 INFO  [features-3-thread-1]   org.apache.commons.net/3.6.0
> 00:00:10.116 INFO  [features-3-thread-1]   
> org.apache.camel.camel-blueprint/2.20.0
> 00:00:10.128 INFO  [features-3-thread-1] Blueprint bundle 
> org.apache.camel.camel-blueprint/2.20.0 has been started
> 00:00:10.132 INFO  [features-3-thread-1]   org.apache.commons.pool2/2.4.2
> 00:00:10.134 INFO  [features-3-thread-1]   
> org.jvnet.jaxb2_commons.jaxb2-basics-runtime/0.6.4
> 00:00:10.135 INFO  [features-3-thread-1]   
> org.apache.activemq.activemq-osgi/5.15.8
> 00:00:10.168 INFO  [features-3-thread-1] Blueprint bundle 
> org.apache.activemq.activemq-osgi/5.15.8 has been started
> 00:00:10.180 INFO  [features-3-thread-1]   org.apache.xbean.bundleutils/4.12.0
> 00:00:10.183 INFO  [features-3-thread-1]   
> org.apache.geronimo.specs.geronimo-el_1.0_spec/1.0.1
> 00:00:10.185 INFO  [features-3-thread-1]   
> org.apache.camel.karaf.camel-karaf-commands/2.20.0
> 00:00:10.205 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.camel.karaf.camel-karaf-commands/2.20.0
> 00:00:10.213 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.camel.karaf.camel-karaf-commands/2.20.0
> 00:00:10.214 INFO  [features-3-thread-1]   org.apache.karaf.event/4.2.2
> 00:00:10.233 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.event/4.2.2
> 00:00:10.238 INFO  [features-3-thread-1] Registering commands for bundle 
> org.apache.karaf.event/4.2.2
> 00:00:10.240 INFO  [features-3-thread-1]   org.apache.xbean.finder/4.12.0
> 00:00:10.243 INFO  [features-3-thread-1] Done.
> 00:00:10.303 INFO  [CM Configuration Updater (ManagedService Update: 
> pid=[org.apache.cxf.osgi])] added ServletContainerInitializer: 
> org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer
> 00:00:10.350 INFO  [CM Configuration Updater (ManagedService Update: 
> pid=[org.apache.cxf.osgi])] registering context DefaultHttpContext 
> [bundle=org.apache.cxf.cxf-rt-transports-http [114], contextID=default], with 
> context-name:
> 00:00:10.396 INFO  [CM Configuration Updater (ManagedService Update: 
> pid=[org.apache.cxf.osgi])] No DecoratedObjectFactory provided, using new 
> org.eclipse.jetty.util.DecoratedObjectFactory[decorators=1]
> 00:00:10.462 INFO  [CM Configuration Updater (ManagedService Update: 
> pid=[org.apache.cxf.osgi])] DefaultSessionIdManager workerName=node0
> 00:00:10.462 INFO  [CM Configuration Updater (ManagedService Update: 
> pid=[org.apache.cxf.osgi])] No SessionScavenger set, using defaults
> 00:00:10.464 INFO  [CM Configuration Updater (ManagedService Update: 
> pid=[org.apache.cxf.osgi])] node0 Scavenging every 660000ms
> 00:00:10.490 INFO  [CM Configuration Updater (ManagedService Update: 
> pid=[org.apache.cxf.osgi])] Started 
> HttpServiceContext{httpContext=DefaultHttpContext 
> [bundle=org.apache.cxf.cxf-rt-transports-http [114], contextID=default]}
> 00:00:10.499 INFO  [CM Configuration Updater (ManagedService Update: 
> pid=[org.apache.cxf.osgi])] jetty-9.4.12.v20180830; built: 
> 2018-08-30T13:59:14.071Z; git: 27208684755d94a92186989f695db2d7b21ebc51; jvm 
> 10.0.2-adoptopenjdk+13
> 00:00:10.529 INFO  [CM Configuration Updater (ManagedService Update: 
> pid=[org.apache.cxf.osgi])] Started 
> default@53433274{HTTP/1.1,[http/1.1]}{0.0.0.0:8181}
> 00:00:10.529 INFO  [CM Configuration Updater (ManagedService Update: 
> pid=[org.apache.cxf.osgi])] Started @203036ms
> 00:00:10.532 INFO  [CM Configuration Updater (ManagedService Update: 
> pid=[org.apache.cxf.osgi])] Registering new instance of "/cxf" servlet
> 00:00:10.534 WARN  [CM Configuration Updater (ManagedService Update: 
> pid=[org.apache.cxf.osgi])] Error registering CXF OSGi servlet alias: '/cxf' 
> is already in use in this or another context
> org.osgi.service.http.NamespaceException: alias: '/cxf' is already in use in 
> this or another context
>       at 
> org.ops4j.pax.web.service.spi.model.ServerModel.addServletModel(ServerModel.java:124)
>       at 
> org.ops4j.pax.web.service.internal.HttpServiceStarted.registerServlet(HttpServiceStarted.java:243)
>       at 
> org.ops4j.pax.web.service.internal.HttpServiceStarted.registerServlet(HttpServiceStarted.java:223)
>       at 
> org.ops4j.pax.web.service.internal.HttpServiceStarted.registerServlet(HttpServiceStarted.java:207)
>       at 
> org.ops4j.pax.web.service.internal.HttpServiceProxy.registerServlet(HttpServiceProxy.java:69)
>       at 
> org.apache.cxf.transport.http.osgi.ServletExporter.updated(ServletExporter.java:126)
>       at 
> org.apache.felix.cm.impl.helper.ManagedServiceTracker.updated(ManagedServiceTracker.java:189)
>       at 
> org.apache.felix.cm.impl.helper.ManagedServiceTracker.updateService(ManagedServiceTracker.java:152)
>       at 
> org.apache.felix.cm.impl.helper.ManagedServiceTracker.provideConfiguration(ManagedServiceTracker.java:85)
>       at 
> org.apache.felix.cm.impl.ConfigurationManager$ManagedServiceUpdate.provide(ConfigurationManager.java:1113)
>       at 
> org.apache.felix.cm.impl.ConfigurationManager$ManagedServiceUpdate.run(ConfigurationManager.java:1069)
>       at org.apache.felix.cm.impl.UpdateThread.run0(UpdateThread.java:138)
>       at org.apache.felix.cm.impl.UpdateThread.run(UpdateThread.java:105)
>       at java.base/java.lang.Thread.run(Thread.java:844)
> 00:00:10.538 INFO  [CM Configuration Updater (ManagedService Update: 
> pid=[org.apache.cxf.osgi])] CXF message logging feature disabled
> 
> karaf@root()>
> karaf@root()>
> karaf@root()>
> karaf@root()> list
> Command not found: s
> karaf@root()>
> karaf@root()>
> karaf@root()>
> Command not found: lit
> karaf@root()>
> 
> 

-- 
Jean-Baptiste Onofré
[email protected]
http://blog.nanthrax.net
Talend - http://www.talend.com

Reply via email to