[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Quickstart : Camel Netty Binding 1.1.1-p5-redhat-1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-java-version) @ switchyard-quickstart-camel-netty-binding ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven-version) @ switchyard-quickstart-camel-netty-binding ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create-timestamp (get-build-timestamp) @ switchyard-quickstart-camel-netty-binding ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (get-scm-revision) @ switchyard-quickstart-camel-netty-binding ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: cmd.exe /X /C "git rev-parse --verify HEAD"
[INFO] Working directory: E:\Project_Files\workspaceE6B\jbossFuseQuickstarts\switchyard\camel-netty-binding
[INFO] Storing buildNumber: UNKNOWN at timestamp: 1424304900290
[INFO] Executing: cmd.exe /X /C "git rev-parse --verify HEAD"
[INFO] Working directory: E:\Project_Files\workspaceE6B\jbossFuseQuickstarts\switchyard\camel-netty-binding
[INFO] Storing buildScmBranch: UNKNOWN_BRANCH
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ switchyard-quickstart-camel-netty-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ switchyard-quickstart-camel-netty-binding ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ switchyard-quickstart-camel-netty-binding ---
[INFO]
[INFO] --- switchyard-plugin:1.1.1-p5-redhat-1:configure (default) @ switchyard-quickstart-camel-netty-binding ---
[INFO] SwitchYard configure plugin scanner URLs: [file:/E:/Project_Files/workspaceE6B/jbossFuseQuickstarts/switchyard/camel-netty-binding/target/classes/]
[INFO] Outputting SwitchYard configuration model to E:\Project_Files\workspaceE6B\jbossFuseQuickstarts\switchyard\camel-netty-binding\target\classes\META-INF\switchyard.xml
[INFO] Validating SwitchYard configuration model...
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ switchyard-quickstart-camel-netty-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ switchyard-quickstart-camel-netty-binding ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to E:\Project_Files\workspaceE6B\jbossFuseQuickstarts\switchyard\camel-netty-binding\target\test-classes
[WARNING] bootstrap class path not set in conjunction with -source 1.6
[INFO]
[INFO] --- maven-surefire-plugin:2.12.3:test (default-test) @ switchyard-quickstart-camel-netty-binding ---
[INFO] Surefire report directory: E:\Project_Files\workspaceE6B\jbossFuseQuickstarts\switchyard\camel-netty-binding\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.switchyard.quickstarts.camel.netty.binding.CamelNettyBindingTest
18:15:03,056 INFO [org.jboss.weld.Version] WELD-000900 1.1.13 (redhat)
18:15:03,462 WARN [org.jboss.weld.interceptor.util.InterceptionTypeRegistry] Class 'javax.ejb.PostActivate' not found, interception based on it is not enabled
18:15:03,462 WARN [org.jboss.weld.interceptor.util.InterceptionTypeRegistry] Class 'javax.ejb.PrePassivate' not found, interception based on it is not enabled
18:15:03,806 INFO [org.apache.camel.management.ManagementStrategyFactory] JMX enabled.
18:15:03,822 DEBUG [org.switchyard.bus.camel.CamelExchangeBus] Initialization of CamelExchangeBus for domain org.switchyard.domains.root
18:15:03,837 INFO [org.switchyard.security] SWITCHYARD014201: Using SecurityProvider implementation: org.switchyard.security.provider.JaasSecurityProvider
18:15:03,837 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0.redhat-60024 (CamelContext: camel-1) is starting
18:15:04,009 INFO [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 194 type converters
18:15:04,040 INFO [org.apache.camel.management.DefaultManagementLifecycleStrategy] StatisticsLevel at All so enabling load performance statistics
18:15:04,040 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Total 0 routes, of which 0 is started.
18:15:04,040 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0.redhat-60024 (CamelContext: camel-1) started in 0.203 seconds
18:15:04,165 INFO [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 194 type converters
18:15:04,259 DEBUG [org.switchyard.bus.camel.CamelExchangeBus] Creating Camel dispatcher for {urn:switchyard-quickstart:camel-netty-binding:0.1.0}SecuredGreetingService
18:15:04,508 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:camel-netty-binding:0.1.0}SecuredGreetingService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-netty-binding:0.1.0%7DSecuredGreetingService]
18:15:04,820 DEBUG [org.switchyard.bus.camel.CamelExchangeBus] Created route for direct:{urn:switchyard-quickstart:camel-netty-binding:0.1.0}SecuredGreetingService, definition is:
org.switchyard.qos.throttling.maxRequests
18:15:04,945 INFO [org.apache.camel.component.netty.NettyConsumer] Created ServerBootstrap org.jboss.netty.bootstrap.ServerBootstrap@1af07f1 with options: {child.connectTimeoutMillis=10000, child.keepAlive=true, child.reuseAddress=true, child.tcpNoDelay=true, reuseAddress=true}
18:15:04,961 INFO [org.apache.camel.component.netty.NettyConsumer] Netty consumer bound to: localhost:3939
18:15:04,961 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelNettyTcpBindingModel/SecuredGreetingService@_SecuredGreetingService_tcp_1#-1931031654 started and consuming from: Endpoint[tcp://localhost:3939]
18:15:04,961 DEBUG [org.switchyard.bus.camel.CamelExchangeBus] Creating Camel dispatcher for {urn:switchyard-quickstart:camel-netty-binding:0.1.0}DefaultGreetingService
18:15:05,085 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:camel-netty-binding:0.1.0}DefaultGreetingService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-netty-binding:0.1.0%7DDefaultGreetingService]
18:15:05,179 DEBUG [org.switchyard.bus.camel.CamelExchangeBus] Created route for direct:{urn:switchyard-quickstart:camel-netty-binding:0.1.0}DefaultGreetingService, definition is:
org.switchyard.qos.throttling.maxRequests
18:15:05,210 INFO [org.apache.camel.component.netty.NettyConsumer] Created ConnectionlessBootstrap org.jboss.netty.bootstrap.ConnectionlessBootstrap@102c249 with options: {child.broadcast=false, child.connectTimeoutMillis=10000, child.keepAlive=true, child.reuseAddress=true, child.tcpNoDelay=true, receiveBufferSize=65536, reuseAddress=true, sendBufferSize=65536}
18:15:05,226 INFO [org.apache.camel.component.netty.NettyConsumer] Netty consumer bound to: localhost:3940
18:15:05,226 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelNettyUdpBindingModel/DefaultGreetingService@_DefaultGreetingService_udp_1#1833197758 started and consuming from: Endpoint[udp://localhost:3940]
18:15:05,226 DEBUG [org.switchyard.bus.camel.CamelExchangeBus] Creating Camel dispatcher for {urn:switchyard-quickstart:camel-netty-binding:0.1.0}SysmanService
18:15:05,351 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:camel-netty-binding:0.1.0}SysmanService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-netty-binding:0.1.0%7DSysmanService]
18:15:05,429 DEBUG [org.switchyard.bus.camel.CamelExchangeBus] Created route for direct:{urn:switchyard-quickstart:camel-netty-binding:0.1.0}SysmanService, definition is:
org.switchyard.qos.throttling.maxRequests
18:15:05,475 INFO [org.apache.camel.component.snmp.SnmpTrapConsumer] Starting trap consumer on udp:localhost/162
18:15:05,553 INFO [org.apache.camel.component.snmp.SnmpTrapConsumer] Started trap consumer on udp:localhost/162 using udp protocol
18:15:05,553 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelUriBindingModel/SysmanService@_SysmanService_uri_1#759448680 started and consuming from: SnmpEndpoint[udp:localhost/162]
18:15:05,772 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 1 routes (timeout 30 seconds)
18:15:05,772 INFO [org.apache.camel.component.netty.NettyConsumer] Netty consumer unbound from: localhost:3939
18:15:05,772 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: V1CamelNettyTcpBindingModel/SecuredGreetingService@_SecuredGreetingService_tcp_1#-1931031654 shutdown complete, was consuming from: Endpoint[tcp://localhost:3939]
18:15:05,772 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 1 routes completed in 0 seconds
18:15:05,772 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelNettyTcpBindingModel/SecuredGreetingService@_SecuredGreetingService_tcp_1#-1931031654 is stopped, was consuming from: Endpoint[tcp://localhost:3939]
18:15:05,787 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelNettyTcpBindingModel/SecuredGreetingService@_SecuredGreetingService_tcp_1#-1931031654 is shutdown and removed, was consuming from: Endpoint[tcp://localhost:3939]
18:15:05,787 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 1 routes (timeout 30 seconds)
18:15:05,787 INFO [org.apache.camel.component.netty.NettyConsumer] Netty consumer unbound from: localhost:3940
18:15:05,787 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: V1CamelNettyUdpBindingModel/DefaultGreetingService@_DefaultGreetingService_udp_1#1833197758 shutdown complete, was consuming from: Endpoint[udp://localhost:3940]
18:15:05,787 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 1 routes completed in 0 seconds
18:15:05,787 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelNettyUdpBindingModel/DefaultGreetingService@_DefaultGreetingService_udp_1#1833197758 is stopped, was consuming from: Endpoint[udp://localhost:3940]
18:15:05,787 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelNettyUdpBindingModel/DefaultGreetingService@_DefaultGreetingService_udp_1#1833197758 is shutdown and removed, was consuming from: Endpoint[udp://localhost:3940]
18:15:05,787 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 1 routes (timeout 30 seconds)
18:15:05,787 INFO [org.apache.camel.component.snmp.SnmpTrapConsumer] Stopped trap consumer on udp:localhost/162
18:15:05,787 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: V1CamelUriBindingModel/SysmanService@_SysmanService_uri_1#759448680 shutdown complete, was consuming from: SnmpEndpoint[udp:localhost/162]
18:15:05,787 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 1 routes completed in 0 seconds
18:15:05,787 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelUriBindingModel/SysmanService@_SysmanService_uri_1#759448680 is stopped, was consuming from: SnmpEndpoint[udp:localhost/162]
18:15:05,787 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelUriBindingModel/SysmanService@_SysmanService_uri_1#759448680 is shutdown and removed, was consuming from: SnmpEndpoint[udp:localhost/162]
18:15:05,787 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0.redhat-60024 (CamelContext: camel-1) is shutting down
18:15:05,787 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 3 routes (timeout 30 seconds)
18:15:05,787 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:camel-netty-binding:0.1.0}SysmanService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-netty-binding:0.1.0%7DSysmanService]
18:15:05,787 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:camel-netty-binding:0.1.0}DefaultGreetingService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-netty-binding:0.1.0%7DDefaultGreetingService]
18:15:05,787 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:camel-netty-binding:0.1.0}SecuredGreetingService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-netty-binding:0.1.0%7DSecuredGreetingService]
18:15:05,787 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 3 routes completed in 0 seconds
18:15:05,803 INFO [org.apache.camel.impl.converter.DefaultTypeConverter] TypeConverterRegistry utilization[attempts=21, hits=21, misses=0, failures=0] mappings[total=198, misses=0]
18:15:05,803 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0.redhat-60024 (CamelContext: camel-1) is shutdown in 0.016 seconds. Uptime 1.966 seconds.
18:15:05,959 INFO [org.apache.camel.management.ManagementStrategyFactory] JMX enabled.
18:15:05,959 DEBUG [org.switchyard.bus.camel.CamelExchangeBus] Initialization of CamelExchangeBus for domain org.switchyard.domains.root
18:15:05,959 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0.redhat-60024 (CamelContext: camel-3) is starting
18:15:06,037 INFO [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 194 type converters
18:15:06,037 INFO [org.apache.camel.management.DefaultManagementLifecycleStrategy] StatisticsLevel at All so enabling load performance statistics
18:15:06,037 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Total 0 routes, of which 0 is started.
18:15:06,037 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0.redhat-60024 (CamelContext: camel-3) started in 0.078 seconds
18:15:06,099 DEBUG [org.switchyard.bus.camel.CamelExchangeBus] Creating Camel dispatcher for {urn:switchyard-quickstart:camel-netty-binding:0.1.0}SecuredGreetingService
18:15:06,224 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:camel-netty-binding:0.1.0}SecuredGreetingService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-netty-binding:0.1.0%7DSecuredGreetingService]
18:15:06,284 DEBUG [org.switchyard.bus.camel.CamelExchangeBus] Created route for direct:{urn:switchyard-quickstart:camel-netty-binding:0.1.0}SecuredGreetingService, definition is:
org.switchyard.qos.throttling.maxRequests
18:15:06,331 INFO [org.apache.camel.component.netty.NettyConsumer] Created ServerBootstrap org.jboss.netty.bootstrap.ServerBootstrap@1eaccc1 with options: {child.connectTimeoutMillis=10000, child.keepAlive=true, child.reuseAddress=true, child.tcpNoDelay=true, reuseAddress=true}
18:15:06,331 INFO [org.apache.camel.component.netty.NettyConsumer] Netty consumer bound to: localhost:3939
18:15:06,331 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelNettyTcpBindingModel/SecuredGreetingService@_SecuredGreetingService_tcp_1#-1931031654 started and consuming from: Endpoint[tcp://localhost:3939]
18:15:06,331 DEBUG [org.switchyard.bus.camel.CamelExchangeBus] Creating Camel dispatcher for {urn:switchyard-quickstart:camel-netty-binding:0.1.0}DefaultGreetingService
18:15:06,456 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:camel-netty-binding:0.1.0}DefaultGreetingService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-netty-binding:0.1.0%7DDefaultGreetingService]
18:15:06,534 DEBUG [org.switchyard.bus.camel.CamelExchangeBus] Created route for direct:{urn:switchyard-quickstart:camel-netty-binding:0.1.0}DefaultGreetingService, definition is:
org.switchyard.qos.throttling.maxRequests
18:15:06,565 INFO [org.apache.camel.component.netty.NettyConsumer] Created ConnectionlessBootstrap org.jboss.netty.bootstrap.ConnectionlessBootstrap@13fd9e8 with options: {child.broadcast=false, child.connectTimeoutMillis=10000, child.keepAlive=true, child.reuseAddress=true, child.tcpNoDelay=true, receiveBufferSize=65536, reuseAddress=true, sendBufferSize=65536}
18:15:06,565 INFO [org.apache.camel.component.netty.NettyConsumer] Netty consumer bound to: localhost:3940
18:15:06,565 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelNettyUdpBindingModel/DefaultGreetingService@_DefaultGreetingService_udp_1#1833197758 started and consuming from: Endpoint[udp://localhost:3940]
18:15:06,565 DEBUG [org.switchyard.bus.camel.CamelExchangeBus] Creating Camel dispatcher for {urn:switchyard-quickstart:camel-netty-binding:0.1.0}SysmanService
18:15:06,690 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:camel-netty-binding:0.1.0}SysmanService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-netty-binding:0.1.0%7DSysmanService]
18:15:06,768 DEBUG [org.switchyard.bus.camel.CamelExchangeBus] Created route for direct:{urn:switchyard-quickstart:camel-netty-binding:0.1.0}SysmanService, definition is:
org.switchyard.qos.throttling.maxRequests
18:15:06,799 INFO [org.apache.camel.component.snmp.SnmpTrapConsumer] Starting trap consumer on udp:localhost/162
18:15:06,799 INFO [org.apache.camel.component.snmp.SnmpTrapConsumer] Started trap consumer on udp:localhost/162 using udp protocol
18:15:06,799 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelUriBindingModel/SysmanService@_SysmanService_uri_1#759448680 started and consuming from: SnmpEndpoint[udp:localhost/162]
18:15:06,908 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 1 routes (timeout 30 seconds)
18:15:06,908 INFO [org.apache.camel.component.netty.NettyConsumer] Netty consumer unbound from: localhost:3939
18:15:06,908 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: V1CamelNettyTcpBindingModel/SecuredGreetingService@_SecuredGreetingService_tcp_1#-1931031654 shutdown complete, was consuming from: Endpoint[tcp://localhost:3939]
18:15:06,908 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 1 routes completed in 0 seconds
18:15:06,908 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelNettyTcpBindingModel/SecuredGreetingService@_SecuredGreetingService_tcp_1#-1931031654 is stopped, was consuming from: Endpoint[tcp://localhost:3939]
18:15:06,908 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelNettyTcpBindingModel/SecuredGreetingService@_SecuredGreetingService_tcp_1#-1931031654 is shutdown and removed, was consuming from: Endpoint[tcp://localhost:3939]
18:15:06,908 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 1 routes (timeout 30 seconds)
18:15:06,908 INFO [org.apache.camel.component.netty.NettyConsumer] Netty consumer unbound from: localhost:3940
18:15:06,908 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: V1CamelNettyUdpBindingModel/DefaultGreetingService@_DefaultGreetingService_udp_1#1833197758 shutdown complete, was consuming from: Endpoint[udp://localhost:3940]
18:15:06,908 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 1 routes completed in 0 seconds
18:15:06,908 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelNettyUdpBindingModel/DefaultGreetingService@_DefaultGreetingService_udp_1#1833197758 is stopped, was consuming from: Endpoint[udp://localhost:3940]
18:15:06,908 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelNettyUdpBindingModel/DefaultGreetingService@_DefaultGreetingService_udp_1#1833197758 is shutdown and removed, was consuming from: Endpoint[udp://localhost:3940]
18:15:06,908 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 1 routes (timeout 30 seconds)
18:15:06,908 INFO [org.apache.camel.component.snmp.SnmpTrapConsumer] Stopped trap consumer on udp:localhost/162
18:15:06,908 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: V1CamelUriBindingModel/SysmanService@_SysmanService_uri_1#759448680 shutdown complete, was consuming from: SnmpEndpoint[udp:localhost/162]
18:15:06,908 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 1 routes completed in 0 seconds
18:15:06,908 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelUriBindingModel/SysmanService@_SysmanService_uri_1#759448680 is stopped, was consuming from: SnmpEndpoint[udp:localhost/162]
18:15:06,908 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelUriBindingModel/SysmanService@_SysmanService_uri_1#759448680 is shutdown and removed, was consuming from: SnmpEndpoint[udp:localhost/162]
18:15:06,908 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0.redhat-60024 (CamelContext: camel-3) is shutting down
18:15:06,908 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 3 routes (timeout 30 seconds)
18:15:06,908 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:camel-netty-binding:0.1.0}SysmanService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-netty-binding:0.1.0%7DSysmanService]
18:15:06,908 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:camel-netty-binding:0.1.0}DefaultGreetingService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-netty-binding:0.1.0%7DDefaultGreetingService]
18:15:06,908 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:camel-netty-binding:0.1.0}SecuredGreetingService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-netty-binding:0.1.0%7DSecuredGreetingService]
18:15:06,908 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 3 routes completed in 0 seconds
18:15:06,924 INFO [org.apache.camel.impl.converter.DefaultTypeConverter] TypeConverterRegistry utilization[attempts=21, hits=21, misses=0, failures=0] mappings[total=198, misses=0]
18:15:06,924 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0.redhat-60024 (CamelContext: camel-3) is shutdown in 0.016 seconds. Uptime 0.965 seconds.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.32 sec
Results :
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ switchyard-quickstart-camel-netty-binding ---
[INFO] Building jar: E:\Project_Files\workspaceE6B\jbossFuseQuickstarts\switchyard\camel-netty-binding\target\switchyard-quickstart-camel-netty-binding.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.492s
[INFO] Finished at: Wed Feb 18 18:15:07 CST 2015
[INFO] Final Memory: 55M/247M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-jar-plugin:2.4:jar (default-jar) on project switchyard-quickstart-camel-netty-binding: Error assembling JAR: Problem creating jar: E:\Project_Files\workspaceE6B\jbossFuseQuickstarts\switchyard\camel-netty-binding\target\switchyard-quickstart-camel-netty-binding.jar (The process cannot access the file because it is being used by another process) (and the archive is probably corrupt but I could not delete it) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException