Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-9738

Unable to install hibernate because of NumberFormatException

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Blocker
    • fuse-7.2
    • fuse-7.2
    • Karaf
    • None
    • % %
    • Hide

      1. add indy repo
      2. feature:install hibernate

      Show
      1. add indy repo 2. feature:install hibernate
    • Fuse 7.2 Sprint 37

    Description

      karaf@root()> feature:install hibernate
      org.osgi.framework.BundleException: Could not create bundle object.
      	at org.apache.felix.framework.Felix.installBundle(Felix.java:3095)
      	at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:167)
      	at org.eclipse.equinox.internal.region.BundleIdBasedRegion.installBundle0(BundleIdBasedRegion.java:117)
      	at org.eclipse.equinox.internal.region.BundleIdBasedRegion.installBundleAtLocation(BundleIdBasedRegion.java:97)
      	at org.apache.karaf.features.internal.service.BundleInstallSupportImpl.installBundle(BundleInstallSupportImpl.java:135)
      	at org.apache.karaf.features.internal.service.FeaturesServiceImpl.installBundle(FeaturesServiceImpl.java:1101)
      	at org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:871)
      	at org.apache.karaf.features.internal.service.FeaturesServiceImpl.doProvision(FeaturesServiceImpl.java:1025)
      	at org.apache.karaf.features.internal.service.FeaturesServiceImpl.lambda$doProvisionInThread$13(FeaturesServiceImpl.java:964)
      	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
      	at java.lang.Thread.run(Thread.java:748)
      Caused by: java.lang.IllegalArgumentException: invalid version "5.0.1-redhat-2": non-numeric "1-redhat-2"
      	at org.osgi.framework.Version.parseInt(Version.java:170)
      	at org.osgi.framework.Version.<init>(Version.java:134)
      	at org.osgi.framework.Version.valueOf(Version.java:257)
      	at org.osgi.framework.Version.parseVersion(Version.java:228)
      	at org.apache.felix.framework.util.manifestparser.ManifestParser.normalizeExportClauses(ManifestParser.java:910)
      	at org.apache.felix.framework.util.manifestparser.ManifestParser.<init>(ManifestParser.java:215)
      	at org.apache.felix.framework.BundleRevisionImpl.<init>(BundleRevisionImpl.java:117)
      	at org.apache.felix.framework.BundleImpl.createRevision(BundleImpl.java:1282)
      	at org.apache.felix.framework.BundleImpl.<init>(BundleImpl.java:113)
      	at org.apache.felix.framework.Felix.installBundle(Felix.java:3042)
      	... 12 more
      Caused by: java.lang.NumberFormatException: For input string: "1-redhat-2"
      	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
      	at java.lang.Integer.parseInt(Integer.java:580)
      	at java.lang.Integer.parseInt(Integer.java:615)
      	at org.osgi.framework.Version.parseInt(Version.java:168)
      	... 21 more
      org.apache.karaf.shell.core[org.apache.karaf.shell.support.ShellUtil] : Exception caught while executing command
      org.osgi.framework.BundleException: Could not create bundle object.
      	at org.apache.felix.framework.Felix.installBundle(Felix.java:3095)
      	at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:167)
      	at org.eclipse.equinox.internal.region.BundleIdBasedRegion.installBundle0(BundleIdBasedRegion.java:117)
      	at org.eclipse.equinox.internal.region.BundleIdBasedRegion.installBundleAtLocation(BundleIdBasedRegion.java:97)
      	at org.apache.karaf.features.internal.service.BundleInstallSupportImpl.installBundle(BundleInstallSupportImpl.java:135)
      	at org.apache.karaf.features.internal.service.FeaturesServiceImpl.installBundle(FeaturesServiceImpl.java:1101)
      	at org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:871)
      	at org.apache.karaf.features.internal.service.FeaturesServiceImpl.doProvision(FeaturesServiceImpl.java:1025)
      	at org.apache.karaf.features.internal.service.FeaturesServiceImpl.lambda$doProvisionInThread$13(FeaturesServiceImpl.java:964)
      	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
      	at java.lang.Thread.run(Thread.java:748)
      Caused by: java.lang.IllegalArgumentException: invalid version "5.0.1-redhat-2": non-numeric "1-redhat-2"
      	at org.osgi.framework.Version.parseInt(Version.java:170)
      	at org.osgi.framework.Version.<init>(Version.java:134)
      	at org.osgi.framework.Version.valueOf(Version.java:257)
      	at org.osgi.framework.Version.parseVersion(Version.java:228)
      	at org.apache.felix.framework.util.manifestparser.ManifestParser.normalizeExportClauses(ManifestParser.java:910)
      	at org.apache.felix.framework.util.manifestparser.ManifestParser.<init>(ManifestParser.java:215)
      	at org.apache.felix.framework.BundleRevisionImpl.<init>(BundleRevisionImpl.java:117)
      	at org.apache.felix.framework.BundleImpl.createRevision(BundleImpl.java:1282)
      	at org.apache.felix.framework.BundleImpl.<init>(BundleImpl.java:113)
      	at org.apache.felix.framework.Felix.installBundle(Felix.java:3042)
      	... 12 more
      Caused by: java.lang.NumberFormatException: For input string: "1-redhat-2"
      	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
      	at java.lang.Integer.parseInt(Integer.java:580)
      	at java.lang.Integer.parseInt(Integer.java:615)
      	at org.osgi.framework.Version.parseInt(Version.java:168)
      	... 21 more
      Error executing command: Could not create bundle object.
      

      After that karaf is somehow broken, because for example the log can't be viewed:

      karaf@root()> ld
      Command not found: log:display
      

      log:

      2018-11-01 10:09:49,007 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 | Changes to perform:
      2018-11-01 10:09:49,007 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   Region: root
      2018-11-01 10:09:49,008 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |     Bundles to install:
      2018-11-01 10:09:49,009 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |       mvn:com.fasterxml/classmate/1.3.4
      2018-11-01 10:09:49,009 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |       mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.antlr/2.7.7_5
      2018-11-01 10:09:49,009 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |       mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.dom4j/1.6.1_5
      2018-11-01 10:09:49,009 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |       mvn:org.hibernate.common/hibernate-commons-annotations/5.0.1.Final-redhat-2
      2018-11-01 10:09:49,009 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |       mvn:org.hibernate/hibernate-core/5.1.16.Final-redhat-00001
      2018-11-01 10:09:49,009 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |       mvn:org.hibernate/hibernate-entitymanager/5.1.16.Final-redhat-00001
      2018-11-01 10:09:49,009 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |       mvn:org.hibernate.javax.persistence/hibernate-jpa-2.1-api/1.0.0.Final-redhat-2
      2018-11-01 10:09:49,010 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |       mvn:org.hibernate/hibernate-osgi/5.1.16.Final-redhat-00001
      2018-11-01 10:09:49,010 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |       mvn:org.jboss/jandex/2.0.3.Final
      2018-11-01 10:09:49,010 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |       mvn:org.jboss.logging/jboss-logging/3.3.1.Final-redhat-1
      2018-11-01 10:09:49,010 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 | Stopping bundles:
      2018-11-01 10:09:49,016 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.ops4j.pax.web.pax-web-undertow/7.2.3
      2018-11-01 10:09:49,023 | INFO  | eb-config-2-thread-1 | o.a.c.t.h.o.ServletExporter      | 104 - org.apache.cxf.cxf-rt-transports-http - 3.1.11.fuse-720047 | Unregistering previous instance of "/cxf" servlet
      2018-11-01 10:09:49,026 | INFO  | eb-config-2-thread-1 | o.a.c.t.h.o.ServletExporter      | 104 - org.apache.cxf.cxf-rt-transports-http - 3.1.11.fuse-720047 | Registering new instance of "/cxf" servlet
      2018-11-01 10:09:49,028 | INFO  | eb-config-2-thread-1 | o.p.w.s.i.HttpServiceFactoryImpl | 217 - org.ops4j.pax.web.pax-web-runtime - 7.2.3 | Unbinding bundle: [org.ops4j.pax.web.pax-web-extender-whiteboard [215]]
      2018-11-01 10:09:49,043 | INFO  | eb-config-2-thread-1 | i.h.w.a.AuthenticationFilter     | 27 - io.hawt.hawtio-war - 2.0.0.fuse-720034 | Destroying hawtio authentication filter
      2018-11-01 10:09:49,045 | INFO  | eb-config-2-thread-1 | i.h.HawtioContextListener        | 27 - io.hawt.hawtio-war - 2.0.0.fuse-720034 | Destroying hawtio services
      2018-11-01 10:09:49,058 | INFO  | eb-config-2-thread-1 | o.p.w.s.i.HttpServiceFactoryImpl | 217 - org.ops4j.pax.web.pax-web-runtime - 7.2.3 | Unbinding bundle: [io.hawt.hawtio-war [27]]
      2018-11-01 10:09:49,058 | INFO  | eb-config-2-thread-1 | o.o.p.w.s.u.i.Context            | 219 - org.ops4j.pax.web.pax-web-undertow - 7.2.3 | destroying context WebAppHttpContext{io.hawt.hawtio-war - 27}, with context path: hawtio
      2018-11-01 10:09:49,060 | INFO  | activator-1-thread-3 | o.a.k.s.i.a.o.CommandExtension   | 144 - org.apache.karaf.shell.core - 4.2.0.fuse-720049 | Unregistering commands for bundle org.apache.karaf.http.core/4.2.0.fuse-720049
      2018-11-01 10:09:49,066 | INFO  | eb-config-2-thread-1 | o.p.w.s.i.HttpServiceFactoryImpl | 217 - org.ops4j.pax.web.pax-web-runtime - 7.2.3 | Unbinding bundle: [org.apache.karaf.http.core [128]]
      2018-11-01 10:09:49,067 | INFO  | eb-config-2-thread-1 | o.p.w.s.i.HttpServiceFactoryImpl | 217 - org.ops4j.pax.web.pax-web-runtime - 7.2.3 | Unbinding bundle: [org.apache.cxf.cxf-rt-transports-http [104]]
      2018-11-01 10:09:49,068 | INFO  | eb-config-2-thread-1 | o.o.p.w.s.u.i.Context            | 219 - org.ops4j.pax.web.pax-web-undertow - 7.2.3 | destroying context DefaultHttpContext [bundle=org.apache.cxf.cxf-rt-transports-http [104], contextID=default], with context path: 
      2018-11-01 10:09:49,077 | INFO  | eb-config-2-thread-1 | o.o.p.w.s.i.Activator            | 217 - org.ops4j.pax.web.pax-web-runtime - 7.2.3 | ServerControllerFactory is gone, HTTP Service is not available now.
      2018-11-01 10:09:49,078 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.ops4j.pax.cdi.weld/1.0.0
      2018-11-01 10:09:49,080 | INFO  | features-3-thread-1  | o.o.p.c.e.i.CdiExtender          | 204 - org.ops4j.pax.cdi.extender - 1.0.0 | stopping CDI extender org.ops4j.pax.cdi.extender
      2018-11-01 10:09:49,082 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.jboss.xnio.api/3.3.8.Final
      2018-11-01 10:09:49,082 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.jboss.weld.osgi-bundle/2.4.5.Final
      2018-11-01 10:09:49,082 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.camel.karaf.camel-karaf-commands/2.21.0.fuse-720040
      2018-11-01 10:09:49,083 | INFO  | features-3-thread-1  | o.a.k.s.i.a.o.CommandExtension   | 144 - org.apache.karaf.shell.core - 4.2.0.fuse-720049 | Unregistering commands for bundle org.apache.camel.karaf.camel-karaf-commands/2.21.0.fuse-720040
      2018-11-01 10:09:49,085 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.camel.camel-commands-core/2.21.0.fuse-720040
      2018-11-01 10:09:49,086 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   io.undertow.websockets-jsr/1.4.18.SP7-redhat-1
      2018-11-01 10:09:49,087 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   io.undertow.servlet/1.4.18.SP7-redhat-1
      2018-11-01 10:09:49,088 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   io.undertow.core/1.4.18.SP7-redhat-1
      2018-11-01 10:09:49,089 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.jboss.xnio.nio/3.3.8.Final
      2018-11-01 10:09:49,091 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   fuse-pax-transx-tm-narayana/7.2.0.fuse-720029
      2018-11-01 10:09:49,092 | INFO  | features-3-thread-1  | o.a.k.s.i.a.o.CommandExtension   | 144 - org.apache.karaf.shell.core - 4.2.0.fuse-720049 | Unregistering commands for bundle fuse-pax-transx-tm-narayana/7.2.0.fuse-720029
      2018-11-01 10:09:49,097 | INFO  | features-3-thread-1  | c.a.a.jbossatx                   | 7 - org.ops4j.pax.logging.pax-logging-api - 1.10.1 | ARJUNA032018: Destroying TransactionManagerService
      2018-11-01 10:09:49,098 | INFO  | features-3-thread-1  | c.a.a.jbossatx                   | 7 - org.ops4j.pax.logging.pax-logging-api - 1.10.1 | ARJUNA032014: Stopping transaction recovery manager
      2018-11-01 10:09:49,113 | INFO  | features-3-thread-1  | c.a.a.arjuna                     | 7 - org.ops4j.pax.logging.pax-logging-api - 1.10.1 | ARJUNA012170: TransactionStatusManager started on port 32905 and host 127.0.0.1 with service com.arjuna.ats.arjuna.recovery.ActionStatusService
      2018-11-01 10:09:49,115 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.camel.camel-undertow/2.21.0.fuse-720040
      2018-11-01 10:09:49,117 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.camel.camel-spring/2.21.0.fuse-720040
      2018-11-01 10:09:49,120 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.camel.camel-paxlogging/2.21.0.fuse-720040
      2018-11-01 10:09:49,122 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.camel.camel-mail/2.21.0.fuse-720040
      2018-11-01 10:09:49,125 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.camel.camel-jdbc/2.21.0.fuse-720040
      2018-11-01 10:09:49,127 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.camel.camel-jaxb/2.21.0.fuse-720040
      2018-11-01 10:09:49,130 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.camel.camel-http-common/2.21.0.fuse-720040
      2018-11-01 10:09:49,131 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.camel.camel-ftp/2.21.0.fuse-720040
      2018-11-01 10:09:49,133 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.camel.camel-cxf-transport/2.21.0.fuse-720040
      2018-11-01 10:09:49,134 | INFO  | features-3-thread-1  | o.a.a.b.c.BlueprintExtender      | 49 - org.apache.aries.blueprint.core - 1.9.0 | Destroying BlueprintContainer for bundle org.apache.camel.camel-cxf-transport/2.21.0.fuse-720040
      2018-11-01 10:09:49,138 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.camel.camel-cxf/2.21.0.fuse-720040
      2018-11-01 10:09:49,138 | INFO  | features-3-thread-1  | o.a.a.b.c.BlueprintExtender      | 49 - org.apache.aries.blueprint.core - 1.9.0 | Destroying BlueprintContainer for bundle org.apache.camel.camel-cxf/2.21.0.fuse-720040
      2018-11-01 10:09:49,142 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.camel.camel-csv/2.21.0.fuse-720040
      2018-11-01 10:09:49,144 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.camel.camel-core/2.21.0.fuse-720040
      2018-11-01 10:09:49,147 | INFO  | features-3-thread-1  | o.a.c.i.o.Activator              | 60 - org.apache.camel.camel-core - 2.21.0.fuse-720040 | Camel activator stopping
      2018-11-01 10:09:49,148 | INFO  | features-3-thread-1  | o.a.c.i.o.Activator              | 60 - org.apache.camel.camel-core - 2.21.0.fuse-720040 | Camel activator stopped
      2018-11-01 10:09:49,149 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.camel.camel-blueprint/2.21.0.fuse-720040
      2018-11-01 10:09:49,149 | INFO  | features-3-thread-1  | o.a.a.b.c.BlueprintExtender      | 49 - org.apache.aries.blueprint.core - 1.9.0 | Destroying BlueprintContainer for bundle org.apache.camel.camel-blueprint/2.21.0.fuse-720040
      2018-11-01 10:09:49,152 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.karaf.cxf-karaf-commands/3.1.11.fuse-720047
      2018-11-01 10:09:49,153 | INFO  | features-3-thread-1  | o.a.k.s.i.a.o.CommandExtension   | 144 - org.apache.karaf.shell.core - 4.2.0.fuse-720049 | Unregistering commands for bundle org.apache.cxf.karaf.cxf-karaf-commands/3.1.11.fuse-720047
      2018-11-01 10:09:49,154 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-wsdl/3.1.11.fuse-720047
      2018-11-01 10:09:49,154 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-ws-security/3.1.11.fuse-720047
      2018-11-01 10:09:49,154 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-ws-rm/3.1.11.fuse-720047
      2018-11-01 10:09:49,156 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-ws-policy/3.1.11.fuse-720047
      2018-11-01 10:09:49,161 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-ws-mex/3.1.11.fuse-720047
      2018-11-01 10:09:49,162 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-ws-addr/3.1.11.fuse-720047
      2018-11-01 10:09:49,163 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-transports-udp/3.1.11.fuse-720047
      2018-11-01 10:09:49,163 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-transports-local/3.1.11.fuse-720047
      2018-11-01 10:09:49,164 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-transports-jms/3.1.11.fuse-720047
      2018-11-01 10:09:49,164 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-transports-http-undertow/3.1.11.fuse-720047
      2018-11-01 10:09:49,166 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-transports-http/3.1.11.fuse-720047
      2018-11-01 10:09:49,169 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-security-saml/3.1.11.fuse-720047
      2018-11-01 10:09:49,170 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-security/3.1.11.fuse-720047
      2018-11-01 10:09:49,170 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-rs-service-description-swagger/3.1.11.fuse-720047
      2018-11-01 10:09:49,171 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-rs-service-description/3.1.11.fuse-720047
      2018-11-01 10:09:49,171 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-rs-json-basic/3.1.11.fuse-720047
      2018-11-01 10:09:49,172 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-rs-extension-search/3.1.11.fuse-720047
      2018-11-01 10:09:49,172 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-rs-extension-providers/3.1.11.fuse-720047
      2018-11-01 10:09:49,172 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-rs-client/3.1.11.fuse-720047
      2018-11-01 10:09:49,174 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-management/3.1.11.fuse-720047
      2018-11-01 10:09:49,174 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-javascript/3.1.11.fuse-720047
      2018-11-01 10:09:49,175 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-frontend-js/3.1.11.fuse-720047
      2018-11-01 10:09:49,175 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-frontend-simple/3.1.11.fuse-720047
      2018-11-01 10:09:49,176 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-frontend-jaxws/3.1.11.fuse-720047
      2018-11-01 10:09:49,178 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-frontend-jaxrs/3.1.11.fuse-720047
      2018-11-01 10:09:49,180 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-features-throttling/3.1.11.fuse-720047
      2018-11-01 10:09:49,181 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-features-metrics/3.1.11.fuse-720047
      2018-11-01 10:09:49,181 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-features-logging/3.1.11.fuse-720047
      2018-11-01 10:09:49,182 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-features-clustering/3.1.11.fuse-720047
      2018-11-01 10:09:49,183 | INFO  | features-3-thread-1  | o.a.a.b.c.BlueprintExtender      | 49 - org.apache.aries.blueprint.core - 1.9.0 | Destroying BlueprintContainer for bundle org.apache.cxf.cxf-rt-features-clustering/3.1.11.fuse-720047
      2018-11-01 10:09:49,185 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-databinding-xmlbeans/3.1.11.fuse-720047
      2018-11-01 10:09:49,186 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-databinding-jaxb/3.1.11.fuse-720047
      2018-11-01 10:09:49,186 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-databinding-aegis/3.1.11.fuse-720047
      2018-11-01 10:09:49,187 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-bindings-xml/3.1.11.fuse-720047
      2018-11-01 10:09:49,187 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-bindings-soap/3.1.11.fuse-720047
      2018-11-01 10:09:49,188 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-bindings-object/3.1.11.fuse-720047
      2018-11-01 10:09:49,189 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-bindings-corba/3.1.11.fuse-720047
      2018-11-01 10:09:49,190 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-rt-bindings-coloc/3.1.11.fuse-720047
      2018-11-01 10:09:49,191 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.cxf.cxf-core/3.1.11.fuse-720047
      2018-11-01 10:09:49,192 | INFO  | features-3-thread-1  | o.a.c.b.o.CXFActivator           | 77 - org.apache.cxf.cxf-core - 3.1.11.fuse-720047 | Removing the extensions for bundle 104
      2018-11-01 10:09:49,192 | INFO  | features-3-thread-1  | o.a.c.b.o.CXFActivator           | 77 - org.apache.cxf.cxf-core - 3.1.11.fuse-720047 | Removing the extensions for bundle 105
      2018-11-01 10:09:49,192 | INFO  | features-3-thread-1  | o.a.c.b.o.CXFActivator           | 77 - org.apache.cxf.cxf-core - 3.1.11.fuse-720047 | Removing the extensions for bundle 106
      2018-11-01 10:09:49,192 | INFO  | features-3-thread-1  | o.a.c.b.o.CXFActivator           | 77 - org.apache.cxf.cxf-core - 3.1.11.fuse-720047 | Removing the extensions for bundle 107
      2018-11-01 10:09:49,192 | INFO  | features-3-thread-1  | o.a.c.b.o.CXFActivator           | 77 - org.apache.cxf.cxf-core - 3.1.11.fuse-720047 | Removing the extensions for bundle 108
      2018-11-01 10:09:49,192 | INFO  | features-3-thread-1  | o.a.c.b.o.CXFActivator           | 77 - org.apache.cxf.cxf-core - 3.1.11.fuse-720047 | Removing the extensions for bundle 109
      2018-11-01 10:09:49,193 | INFO  | features-3-thread-1  | o.a.c.b.o.CXFActivator           | 77 - org.apache.cxf.cxf-core - 3.1.11.fuse-720047 | Removing the extensions for bundle 110
      2018-11-01 10:09:49,193 | INFO  | features-3-thread-1  | o.a.c.b.o.CXFActivator           | 77 - org.apache.cxf.cxf-core - 3.1.11.fuse-720047 | Removing the extensions for bundle 79
      2018-11-01 10:09:49,193 | INFO  | features-3-thread-1  | o.a.c.b.o.CXFActivator           | 77 - org.apache.cxf.cxf-core - 3.1.11.fuse-720047 | Removing the extensions for bundle 111
      2018-11-01 10:09:49,193 | INFO  | features-3-thread-1  | o.a.c.b.o.CXFActivator           | 77 - org.apache.cxf.cxf-core - 3.1.11.fuse-720047 | Removing the extensions for bundle 80
      2018-11-01 10:09:49,193 | INFO  | features-3-thread-1  | o.a.c.b.o.CXFActivator           | 77 - org.apache.cxf.cxf-core - 3.1.11.fuse-720047 | Removing the extensions for bundle 112
      2018-11-01 10:09:49,194 | INFO  | features-3-thread-1  | o.a.c.b.o.CXFActivator           | 77 - org.apache.cxf.cxf-core - 3.1.11.fuse-720047 | Removing the extensions for bundle 81
      2018-11-01 10:09:49,194 | INFO  | features-3-thread-1  | o.a.c.b.o.CXFActivator           | 77 - org.apache.cxf.cxf-core - 3.1.11.fuse-720047 | Removing the extensions for bundle 113
      2018-11-01 10:09:49,194 | INFO  | features-3-thread-1  | o.a.c.b.o.CXFActivator           | 77 - org.apache.cxf.cxf-core - 3.1.11.fuse-720047 | Removing the extensions for bundle 82
      2018-11-01 10:09:49,194 | INFO  | features-3-thread-1  | o.a.c.b.o.CXFActivator           | 77 - org.apache.cxf.cxf-core - 3.1.11.fuse-720047 | Removing the extensions for bundle 114
      2018-11-01 10:09:49,194 | INFO  | features-3-thread-1  | o.a.c.b.o.CXFActivator           | 77 - org.apache.cxf.cxf-core - 3.1.11.fuse-720047 | Removing the extensions for bundle 88
      2018-11-01 10:09:49,194 | INFO  | features-3-thread-1  | o.a.c.b.o.CXFActivator           | 77 - org.apache.cxf.cxf-core - 3.1.11.fuse-720047 | Removing the extensions for bundle 91
      2018-11-01 10:09:49,194 | INFO  | features-3-thread-1  | o.a.c.b.o.CXFActivator           | 77 - org.apache.cxf.cxf-core - 3.1.11.fuse-720047 | Removing the extensions for bundle 94
      2018-11-01 10:09:49,195 | INFO  | features-3-thread-1  | o.a.c.b.o.CXFActivator           | 77 - org.apache.cxf.cxf-core - 3.1.11.fuse-720047 | Removing the extensions for bundle 63
      2018-11-01 10:09:49,195 | INFO  | features-3-thread-1  | o.a.c.b.o.CXFActivator           | 77 - org.apache.cxf.cxf-core - 3.1.11.fuse-720047 | Removing the extensions for bundle 95
      2018-11-01 10:09:49,201 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   net.sf.ehcache/2.10.3
      2018-11-01 10:09:49,202 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   io.swagger.jaxrs/1.5.18.fuse70-1-redhat-1
      2018-11-01 10:09:49,202 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.wss4j.wss4j-ws-security-stax/2.1.9
      2018-11-01 10:09:49,202 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.wss4j.wss4j-ws-security-policy-stax/2.1.9
      2018-11-01 10:09:49,203 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.wss4j.wss4j-ws-security-dom/2.1.9
      2018-11-01 10:09:49,203 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.wss4j.wss4j-ws-security-common/2.1.9
      2018-11-01 10:09:49,204 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.servicemix.bundles.spring-tx/4.3.17.RELEASE_1
      2018-11-01 10:09:49,204 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.servicemix.bundles.spring-context-support/4.3.17.RELEASE_1
      2018-11-01 10:09:49,204 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.servicemix.bundles.spring-context/4.3.17.RELEASE_1
      2018-11-01 10:09:49,205 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.apache.servicemix.bundles.reflections/0.9.11.2
      2018-11-01 10:09:49,205 | INFO  | features-3-thread-1  | o.a.k.f.i.s.FeaturesServiceImpl  | 12 - org.apache.karaf.features.core - 4.2.0.fuse-720049 |   org.ops4j.pax.logging.pax-logging-log4j2/1.10.1
      

      Attachments

        Issue Links

          Activity

            People

              ggrzybek Grzegorz Grzybek
              avano@redhat.com Andrej Vano
              Vratislav Hais Vratislav Hais (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: