3 Replies Latest reply on Aug 29, 2016 3:53 AM by tadayosi

    Deploying Switchyard to any other AS

    renesto

      Hello,

       

      I am struggling now for already 2.5 days with creating a WAR file which would contain Switchyard service. As an example, I have added it along with Spring web app.

      My aim is to make the WAR as least JBoss AS Runtime dependent as possible, so that I can easily deploy it to some other Application Server.

      For now, I am running it on JBoss AS7.1, but I have also Tomcat AS, and the last goal is to try to deploy it to Websphere.

       

      I have managed to pass by some set of errors, but this one I really dont have a clue any more what to do.

       

      11:45:07,798 INFO  [org.jboss.modules] JBoss Modules version 1.1.1.GA

      11:45:08,043 INFO  [org.jboss.msc] JBoss MSC version 1.0.2.GA

      11:45:08,093 INFO  [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final "Brontes" starting

      11:45:08,741 INFO  [org.switchyard] SwitchYard version 0.8.0.Final

      11:45:08,854 INFO  [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http)

      11:45:08,854 INFO  [org.xnio] XNIO Version 3.0.3.GA

      11:45:08,868 INFO  [org.xnio.nio] XNIO NIO Implementation Version 3.0.3.GA

      11:45:08,877 INFO  [org.jboss.remoting] JBoss Remoting version 3.2.3.GA

      11:45:08,887 INFO  [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers

      11:45:08,889 INFO  [org.jboss.as.configadmin] (ServerService Thread Pool -- 27) JBAS016200: Activating ConfigAdmin Subsystem

      11:45:08,897 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 32) JBAS010280: Activating Infinispan subsystem.

      11:45:08,900 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 45) JBAS013101: Activating Security Subsystem

      11:45:08,901 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 39) JBAS011800: Activating Naming Subsystem

      11:45:08,902 INFO  [org.switchyard] (ServerService Thread Pool -- 51) Activating SwitchYard Extension

      11:45:08,907 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 49) JBAS015537: Activating WebServices Extension

      11:45:08,913 INFO  [org.jboss.as.osgi] (ServerService Thread Pool -- 40) JBAS011940: Activating OSGi Subsystem

      11:45:08,921 INFO  [org.jboss.as.security] (MSC service thread 1-5) JBAS013100: Current PicketBox version=4.0.7.Final

      11:45:08,939 INFO  [org.jboss.as.connector] (MSC service thread 1-7) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)

      11:45:08,975 INFO  [org.jboss.as.naming] (MSC service thread 1-6) JBAS011802: Starting Naming Service

      11:45:08,994 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-1) JBAS015400: Bound mail session [java:jboss/mail/Default]

      11:45:09,033 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 28) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

      11:45:09,085 INFO  [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-6) JBoss Web Services - Stack CXF Server 4.0.2.GA

      11:45:09,152 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-13) Starting Coyote HTTP/1.1 on http-localhost-127.0.0.1-8080

      11:45:09,388 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-14) JBAS010400: Bound data source [java:jboss/datasources/jbpmDS]

      11:45:09,388 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-16) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]

      11:45:09,471 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-7) JBAS015012: Started FileSystemDeploymentService for directory /Users/aleksandarkovacevic/switchyard-as7-0.8/standalone/deployments

      11:45:09,479 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found sas-auto.war in deployment directory. To trigger deployment create a file called sas-auto.war.dodeploy

      11:45:09,487 INFO  [org.jboss.as.remoting] (MSC service thread 1-5) JBAS017100: Listening on /127.0.0.1:9999

      11:45:09,487 INFO  [org.jboss.as.remoting] (MSC service thread 1-11) JBAS017100: Listening on localhost/127.0.0.1:4447

      11:45:09,545 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990

      11:45:09,545 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss AS 7.1.1.Final "Brontes" started in 2047ms - Started 161 of 237 services (74 services are passive or on-demand)

      11:45:09,556 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "sas-auto.war"

      11:45:10,870 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-12) Class Path entry optional/jasypt-1.9.0.jar in "/Users/aleksandarkovacevic/switchyard-as7-0.8/standalone/deployments/sas-auto.war/WEB-INF/lib/camel-jasypt-2.10.0.jar"  does not point to a valid jar for a Class-Path reference.

      11:45:10,971 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-10) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'

      11:45:11,442 INFO  [org.jboss.weld.deployer] (MSC service thread 1-10) JBAS016002: Processing weld deployment sas-auto.war

      11:45:11,642 INFO  [org.jboss.weld.deployer] (MSC service thread 1-11) JBAS016005: Starting Services for CDI deployment: sas-auto.war

      11:45:11,668 INFO  [org.jboss.weld.Version] (MSC service thread 1-11) WELD-000900 1.1.6 (Final)

      11:45:11,788 INFO  [org.jboss.wsf.stack.cxf.metadata.MetadataBuilder] (MSC service thread 1-11) Add Service

      id=org.switchyard.component.soap.endpoint.BaseWebService

      address=http://localhost:8080/sas-auto/BaseWebService

      implementor=org.switchyard.component.soap.endpoint.BaseWebService

      invoker=org.jboss.wsf.stack.cxf.JBossWSInvoker

      serviceName={http://endpoint.soap.component.switchyard.org/}BaseWebServiceService

      portName={http://endpoint.soap.component.switchyard.org/}BaseWebServicePort

      wsdlLocation=null

      mtomEnabled=false

      11:45:12,015 INFO  [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-11) Creating Service {http://endpoint.soap.component.switchyard.org/}BaseWebServiceService from class org.switchyard.component.soap.endpoint.BaseWebService

      11:45:12,291 INFO  [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-11) Setting the server's publish address to be http://localhost:8080/sas-auto/BaseWebService

      11:45:12,440 INFO  [org.jboss.wsf.stack.cxf.deployment.WSDLFilePublisher] (MSC service thread 1-11) WSDL published to: file:/Users/aleksandarkovacevic/switchyard-as7-0.8/standalone/data/wsdl/sas-auto.war/BaseWebServiceService.wsdl

      11:45:12,445 INFO  [org.jboss.as.webservices] (MSC service thread 1-15) JBAS015539: Starting service jboss.ws.port-component-link

      11:45:12,458 INFO  [org.switchyard] (MSC service thread 1-11) Deploying SwitchYard application 'sas-auto.war'

      11:45:12,478 INFO  [org.jboss.as.webservices] (MSC service thread 1-10) JBAS015539: Starting service jboss.ws.endpoint."sas-auto.war"."org.switchyard.component.soap.endpoint.BaseWebService"

      11:45:12,481 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016008: Starting weld service for deployment sas-auto.war

      11:45:12,483 INFO  [org.jboss.ws.common.management.DefaultEndpointRegistry] (MSC service thread 1-10) register: jboss.ws:context=sas-auto,endpoint=org.switchyard.component.soap.endpoint.BaseWebService

      11:45:13,206 INFO  [org.switchyard] (MSC service thread 1-2) Starting SwitchYard service

      11:45:13,222 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/sas-auto]] (MSC service thread 1-16) No Spring WebApplicationInitializer types detected on classpath

      11:45:13,237 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/sas-auto]] (MSC service thread 1-16) Initializing Spring root WebApplicationContext

      11:45:13,238 INFO  [org.springframework.web.context.ContextLoader] (MSC service thread 1-16) Root WebApplicationContext: initialization started

      11:45:13,275 INFO  [org.springframework.web.context.support.XmlWebApplicationContext] (MSC service thread 1-16) Refreshing Root WebApplicationContext: startup date [Thu Apr 18 11:45:13 CEST 2013]; root of context hierarchy

      11:45:13,303 INFO  [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] (MSC service thread 1-16) Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/root-context.xml]

      11:45:13,350 INFO  [org.springframework.beans.factory.support.DefaultListableBeanFactory] (MSC service thread 1-16) Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4dc1dfa9: defining beans []; root of factory hierarchy

      11:45:13,352 INFO  [org.springframework.web.context.ContextLoader] (MSC service thread 1-16) Root WebApplicationContext: initialization completed in 114 ms

      11:45:13,354 INFO  [org.apache.camel.management.ManagementStrategyFactory] (MSC service thread 1-2) JMX enabled.

      11:45:13,366 INFO  [org.switchyard.security.SecurityProvider] (MSC service thread 1-2) Using SecurityProvider implementation: org.switchyard.security.jboss.JBossJaasSecurityProvider

      11:45:13,369 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] (MSC service thread 1-2) Apache Camel 0.8.0.Final (CamelContext: camel-1) is starting

      11:45:13,370 INFO  [org.apache.camel.management.DefaultManagementLifecycleStrategy] (MSC service thread 1-2) StatisticsLevel at All so enabling load performance statistics

      11:45:13,442 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/sas-auto]] (MSC service thread 1-16) Initializing Spring FrameworkServlet 'appServlet'

      11:45:13,442 INFO  [org.springframework.web.servlet.DispatcherServlet] (MSC service thread 1-16) FrameworkServlet 'appServlet': initialization started

      11:45:13,445 INFO  [org.springframework.web.context.support.XmlWebApplicationContext] (MSC service thread 1-16) Refreshing WebApplicationContext for namespace 'appServlet-servlet': startup date [Thu Apr 18 11:45:13 CEST 2013]; parent: Root WebApplicationContext

      11:45:13,447 INFO  [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] (MSC service thread 1-16) Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/appServlet/servlet-context.xml]

      11:45:13,524 INFO  [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] (MSC service thread 1-16) JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning

      11:45:13,525 INFO  [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] (MSC service thread 1-16) JSR-330 'javax.inject.Named' annotation found and supported for component scanning

      11:45:13,582 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] (MSC service thread 1-2) TypeConverterRegistry utilization[attempts=0, hits=0, misses=0, failures=0] mappings[total=170, misses=0]

      11:45:13,583 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] (MSC service thread 1-2) Apache Camel 0.8.0.Final (CamelContext: camel-1) is shutting down

      11:45:13,584 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] (MSC service thread 1-2) Apache Camel 0.8.0.Final (CamelContext: camel-1) is shutdown in 0.001 seconds. Uptime 0.215 seconds.

      11:45:13,586 INFO  [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] (MSC service thread 1-16) JSR-330 'javax.inject.Inject' annotation found and supported for autowiring

      11:45:13,585 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC00001: Failed to start service jboss.deployment.unit."sas-auto.war".SwitchYardService: org.jboss.msc.service.StartException in service jboss.deployment.unit."sas-auto.war".SwitchYardService: org.switchyard.exception.SwitchYardException: Failed to start Camel Exchange Bus

          at org.switchyard.as7.extension.services.SwitchYardService.start(SwitchYardService.java:85)

          at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]

          at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]

          at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) [classes.jar:1.6.0_43]

          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) [classes.jar:1.6.0_43]

          at java.lang.Thread.run(Thread.java:680) [classes.jar:1.6.0_43]

      Caused by: org.switchyard.exception.SwitchYardException: Failed to start Camel Exchange Bus

          at org.switchyard.bus.camel.CamelExchangeBus.start(CamelExchangeBus.java:81)

          at org.switchyard.internal.DomainImpl.<init>(DomainImpl.java:125)

          at org.switchyard.deploy.ServiceDomainManager.createDomain(ServiceDomainManager.java:109)

          at org.switchyard.as7.extension.deployment.SwitchYardDeployment.start(SwitchYardDeployment.java:100)

          at org.switchyard.as7.extension.services.SwitchYardService.start(SwitchYardService.java:78)

          ... 5 more

      Caused by: org.apache.camel.RuntimeCamelException: org.apache.camel.TypeConverterLoaderException: Failed to load type converters because of: Cannot find any type converter classes from the following packages: [org.milyn.smooks.camel.converters]

          at org.apache.camel.util.ObjectHelper.wrapRuntimeCamelException(ObjectHelper.java:1280)

          at org.apache.camel.impl.DefaultCamelContext.getTypeConverter(DefaultCamelContext.java:1044)

          at org.apache.camel.impl.DefaultCamelContext.getTypeConverterRegistry(DefaultCamelContext.java:1059)

          at org.apache.camel.impl.DefaultCamelContext.forceLazyInitialization(DefaultCamelContext.java:2070)

          at org.apache.camel.impl.DefaultCamelContext.doStartCamel(DefaultCamelContext.java:1522)

          at org.apache.camel.impl.DefaultCamelContext.doStart(DefaultCamelContext.java:1427)

          at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:60)

          at org.apache.camel.impl.DefaultCamelContext.start(DefaultCamelContext.java:1395)

          at org.switchyard.common.camel.SwitchYardCamelContext.start(SwitchYardCamelContext.java:181)

          at org.switchyard.bus.camel.CamelExchangeBus.start(CamelExchangeBus.java:79)

          ... 9 more

      Caused by: org.apache.camel.TypeConverterLoaderException: Failed to load type converters because of: Cannot find any type converter classes from the following packages: [org.milyn.smooks.camel.converters]

          at org.apache.camel.impl.converter.AnnotationTypeConverterLoader.load(AnnotationTypeConverterLoader.java:117)

          at org.apache.camel.impl.converter.BaseTypeConverterRegistry.loadTypeConverters(BaseTypeConverterRegistry.java:489)

          at org.apache.camel.impl.converter.DefaultTypeConverter.doStart(DefaultTypeConverter.java:42)

          at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:60)

          at org.apache.camel.impl.DefaultCamelContext.startService(DefaultCamelContext.java:1723)

          at org.apache.camel.impl.DefaultCamelContext.addService(DefaultCamelContext.java:918)

          at org.apache.camel.impl.DefaultCamelContext.getTypeConverter(DefaultCamelContext.java:1042)

          ... 17 more

       

      11:45:13,590 INFO  [org.springframework.beans.factory.support.DefaultListableBeanFactory] (MSC service thread 1-16) Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@b25e0fe: defining beans [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.LocalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0,org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#0,org.springframework.web.servlet.resource.ResourceHttpRequestHandler#1,org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#1,org.springframework.web.servlet.resource.ResourceHttpRequestHandler#2,org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#2,org.springframework.web.servlet.resource.ResourceHttpRequestHandler#3,org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#3,org.springframework.web.servlet.resource.ResourceHttpRequestHandler#4,org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#4,org.springframework.web.servlet.view.InternalResourceViewResolver#0,homeController,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor#0]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory@4dc1dfa9

      11:45:13,666 INFO  [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (MSC service thread 1-16) Mapped "{[/],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String de.kybeidos.sasauto.HomeController.home(java.util.Locale,org.springframework.ui.Model)

      11:45:13,679 INFO  [org.hibernate.validator.util.Version] (MSC service thread 1-16) Hibernate Validator 4.2.0.Final

      11:45:13,971 INFO  [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (MSC service thread 1-16) Mapped URL path [/resources/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'

      11:45:13,974 INFO  [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (MSC service thread 1-16) Mapped URL path [/css/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#1'

      11:45:13,976 INFO  [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (MSC service thread 1-16) Mapped URL path [/js/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#2'

      11:45:13,978 INFO  [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (MSC service thread 1-16) Mapped URL path [/templates/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#3'

      11:45:13,980 INFO  [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (MSC service thread 1-16) Mapped URL path [/img/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#4'

      11:45:14,005 INFO  [org.springframework.web.servlet.DispatcherServlet] (MSC service thread 1-16) FrameworkServlet 'appServlet': initialization completed in 562 ms

      11:45:14,014 INFO  [org.jboss.web] (MSC service thread 1-16) JBAS018210: Registering web context: /sas-auto

      11:45:14,020 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015870: Deploy of deployment "sas-auto.war" was rolled back with failure message {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"sas-auto.war\".SwitchYardService" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"sas-auto.war\".SwitchYardService: org.switchyard.exception.SwitchYardException: Failed to start Camel Exchange Bus"}}

      11:45:14,043 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/sas-auto]] (MSC service thread 1-1) Destroying Spring FrameworkServlet 'appServlet'

      11:45:14,043 INFO  [org.springframework.web.context.support.XmlWebApplicationContext] (MSC service thread 1-1) Closing WebApplicationContext for namespace 'appServlet-servlet': startup date [Thu Apr 18 11:45:13 CEST 2013]; parent: Root WebApplicationContext

      11:45:14,045 INFO  [org.springframework.beans.factory.support.DefaultListableBeanFactory] (MSC service thread 1-1) Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@b25e0fe: defining beans [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.LocalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0,org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#0,org.springframework.web.servlet.resource.ResourceHttpRequestHandler#1,org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#1,org.springframework.web.servlet.resource.ResourceHttpRequestHandler#2,org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#2,org.springframework.web.servlet.resource.ResourceHttpRequestHandler#3,org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#3,org.springframework.web.servlet.resource.ResourceHttpRequestHandler#4,org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#4,org.springframework.web.servlet.view.InternalResourceViewResolver#0,homeController,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor#0]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory@4dc1dfa9

      11:45:14,068 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/sas-auto]] (MSC service thread 1-1) Closing Spring root WebApplicationContext

      11:45:14,069 INFO  [org.springframework.web.context.support.XmlWebApplicationContext] (MSC service thread 1-1) Closing Root WebApplicationContext: startup date [Thu Apr 18 11:45:13 CEST 2013]; root of context hierarchy

      11:45:14,070 INFO  [org.springframework.beans.factory.support.DefaultListableBeanFactory] (MSC service thread 1-1) Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4dc1dfa9: defining beans []; root of factory hierarchy

      11:45:14,079 INFO  [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."sas-auto.war"."org.switchyard.component.soap.endpoint.BaseWebService"

      11:45:14,091 INFO  [org.jboss.ws.common.management.DefaultEndpointRegistry] (MSC service thread 1-1) remove: jboss.ws:context=sas-auto,endpoint=org.switchyard.component.soap.endpoint.BaseWebService

      11:45:14,097 INFO  [org.jboss.weld.deployer] (MSC service thread 1-5) JBAS016009: Stopping weld service for deployment sas-auto.war

      11:45:14,110 INFO  [org.jboss.as.webservices] (MSC service thread 1-10) JBAS015540: Stopping service jboss.ws.port-component-link

      11:45:14,194 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015877: Stopped deployment sas-auto.war in 174ms

      11:45:14,196 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report

      JBAS014777:   Services which failed to start:      service jboss.deployment.unit."sas-auto.war".SwitchYardService: org.jboss.msc.service.StartException in service jboss.deployment.unit."sas-auto.war".SwitchYardService: org.switchyard.exception.SwitchYardException: Failed to start Camel Exchange Bus

       

      11:45:14,198 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"sas-auto.war\".SwitchYardService" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"sas-auto.war\".SwitchYardService: org.switchyard.exception.SwitchYardException: Failed to start Camel Exchange Bus"}}}}