• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

jboss-cli.sh error: org.apache.cxf.BusException: No DestinationFactory was found for the namespace

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I downloaded the source codes of the book "Java Web Services - Up and Running" from https://github.com/mkalin/jwsur2 .
I compiled the chapter 7 source codes successfully to create /home/ak/JavaWebServices-UpandRunning/jwsur2Ch7/ch7/website/service/tcService.war .
Deploying it with this command on wildfly-10.1.0.Final has this error.


{"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"tcService.war\".INSTALL" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"tcService.war\".INSTALL: WFLYSRV0153: Failed to process phase INSTALL of deployment \"tcService.war\"
   Caused by: javax.xml.ws.WebServiceException: org.apache.cxf.service.factory.ServiceConstructionException
   Caused by: org.apache.cxf.service.factory.ServiceConstructionException
   Caused by: org.apache.cxf.BusException: No DestinationFactory was found for the namespace http://schemas.xmlsoap.org/soap/https."},"WFLYCTL0412: Required services that are not installed:" => ["jboss.deployment.unit.\"tcService.war\".INSTALL"],"WFLYCTL0180: Services with missing/unavailable dependencies" => undefined}}}

   

/home/ak/wildfly-10.1.0.Final
   

/home/ak/jdk/jdk1.8.0_131/lib::/home/ak/algs4:/home/ak/wildfly-10.1.0.Final/modules/system/layers/base/org/apache/cxf/impl/main


cxf-rt-bindings-coloc-3.1.6.jar       cxf-rt-security-saml-3.1.6.jar           cxf-tools-java2ws-3.1.6.jar
cxf-rt-bindings-object-3.1.6.jar      cxf-rt-transports-http-3.1.6.jar         cxf-tools-validator-3.1.6.jar
cxf-rt-bindings-soap-3.1.6.jar        cxf-rt-transports-http-hc-3.1.6.jar      cxf-tools-wsdlto-core-3.1.6.jar
cxf-rt-bindings-xml-3.1.6.jar         cxf-rt-transports-jms-3.1.6.jar          cxf-tools-wsdlto-databinding-jaxb-3.1.6.jar
cxf-rt-databinding-aegis-3.1.6.jar    cxf-rt-transports-local-3.1.6.jar        cxf-tools-wsdlto-frontend-jaxws-3.1.6.jar
cxf-rt-databinding-jaxb-3.1.6.jar     cxf-rt-ws-addr-3.1.6.jar                 cxf-xjc-boolean-3.0.5.jar
cxf-rt-features-clustering-3.1.6.jar  cxf-rt-wsdl-3.1.6.jar                    cxf-xjc-bug986-3.0.5.jar
cxf-rt-frontend-jaxws-3.1.6.jar       cxf-rt-ws-mex-3.1.6.jar                  cxf-xjc-dv-3.0.5.jar
cxf-rt-frontend-simple-3.1.6.jar      cxf-rt-ws-policy-3.1.6.jar               cxf-xjc-runtime-3.0.5.jar
cxf-rt-management-3.1.6.jar           cxf-rt-ws-rm-3.1.6.jar                   cxf-xjc-ts-3.0.5.jar
cxf-rt-security-3.1.6-jandex.jar      cxf-services-ws-discovery-api-3.1.6.jar  module.xml
cxf-rt-security-3.1.6.jar             cxf-tools-common-3.1.6.jar




Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T11:41:47-05:00)

Maven home: /home/ak/maven/apache-maven-3.3.9

Java version: 1.8.0_131, vendor: Oracle Corporation

Java home: /home/ak/jdk/jdk1.8.0_131/jre

Default locale: en_CA, platform encoding: UTF-8

OS name: "linux", version: "4.4.0-21-generic", arch: "i386", family: "unix"
 
Anderson gave himself the promotion. So I gave myself this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic