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

secure-soap quickstart doesn't work on fabric

    XMLWordPrintable

Details

    • % %
    • Hide
      1. start Fuse ER2 and create fabric
      2. build cxf secured-soap quickstart
        mvn clean install fabric8:deploy
      3. create child container with quickstart profile
        container-create-child --profile quickstarts-cxf-secure.soap root test
      Show
      start Fuse ER2 and create fabric build cxf secured-soap quickstart mvn clean install fabric8:deploy create child container with quickstart profile container-create-child --profile quickstarts-cxf-secure.soap root test
    • Sprint 7 - towards CR2

    Description

      Deployment of secure soap quickstart to child container ends with provision status error:

      Provision Status:              error - io.fabric8.common.util.MultiException: Error restarting bundles
      Provision Error:               io.fabric8.common.util.MultiException: Error restarting bundles
      	at io.fabric8.agent.service.Deployer.deploy(Deployer.java:987)
      	at io.fabric8.agent.service.Agent.provision(Agent.java:370)
      	at io.fabric8.agent.service.Agent.provision(Agent.java:203)
      	at io.fabric8.agent.DeploymentAgent.doUpdate(DeploymentAgent.java:738)
      	at io.fabric8.agent.DeploymentAgent$4.run(DeploymentAgent.java:289)
      	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
      	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
      	at java.lang.Thread.run(Thread.java:745)
      org.osgi.framework.BundleException: Uses constraint violation. Unable to resolve bundle revision com.sun.xml.bind.jaxb-impl [104.0] because it exports package 'com.sun.xml.bind.v2.bytecode' and is also exposed to it from bundle revision org.apache.servicemix.bundles.jaxb-impl [72.0] via the following dependency chain:
      
        com.sun.xml.bind.jaxb-impl [104.0]
          import: (osgi.wiring.package=com.sun.xml.bind.v2.model.core)
           |
          export: osgi.wiring.package=com.sun.xml.bind.v2.model.core; uses:=com.sun.xml.bind.v2.bytecode
          export: osgi.wiring.package=com.sun.xml.bind.v2.bytecode
        org.apache.servicemix.bundles.jaxb-impl [72.0]
      	at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4006)
      	at org.apache.felix.framework.Felix.startBundle(Felix.java:2045)
      	at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:976)
      	at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:963)
      	at io.fabric8.agent.service.Agent$BaseDeployCallback.startBundle(Agent.java:486)
      	at io.fabric8.agent.service.Deployer$3.call(Deployer.java:962)
      	at io.fabric8.agent.service.Deployer$3.call(Deployer.java:957)
      	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
      	at java.lang.Thread.run(Thread.java:745)
      

      Attachments

        Activity

          People

            yfang@redhat.com Freeman(Yue) Fang
            mmelko@redhat.com Matej Melko
            Matej Melko Matej Melko
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: