Build failed in Jenkins: SwitchYard-Quickstarts #1544
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...>
------------------------------------------
[...truncated 3098 lines...]
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ switchyard-quickstart-camel-jpa-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ switchyard-quickstart-camel-jpa-binding ---
[INFO] Compiling 3 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...>
[INFO]
[INFO] --- maven-surefire-plugin:2.6:test (default-test) @ switchyard-quickstart-camel-jpa-binding ---
[INFO] Surefire report directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.switchyard.quickstarts.camel.jpa.binding.CamelJpaBindingStoreTest
14:07:17,814 INFO main [org.jboss.weld.Version] WELD-000900 1.1.5 (AS71)
14:07:21,197 INFO main [org.apache.camel.management.ManagementStrategyFactory] JMX enabled.
14:07:21,267 INFO main [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) is starting
14:07:21,272 INFO main [org.apache.camel.management.DefaultManagementLifecycleStrategy] StatisticsLevel at All so enabling load performance statistics
14:07:22,043 INFO main [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 185 type converters
14:07:22,163 INFO main [org.switchyard.common.camel.SwitchYardCamelContext] Total 0 routes, of which 0 is started.
14:07:22,167 INFO main [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) started in 0.897 seconds
14:07:24,413 INFO main [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:camel-jpa-binding:0.1.0}StoreReference started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-jpa-binding:0.1.0%7DStoreReference]
14:07:25,710 INFO main [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:camel-jpa-binding:0.1.0}GreetingService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-jpa-binding:0.1.0%7DGreetingService]
14:07:26,358 INFO main [org.springframework.transaction.jta.JtaTransactionManager] Using JTA UserTransaction: Transaction: unknown
14:07:26,359 INFO main [org.springframework.transaction.jta.JtaTransactionManager] Using JTA TransactionManager: Transaction: unknown
14:07:26,359 INFO main [org.springframework.transaction.jta.JtaTransactionManager] Using JTA TransactionSynchronizationRegistry: com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionSynchronizationRegistryImple@57132e76
14:07:26,390 INFO main [org.apache.camel.component.jpa.JpaComponent] Using TransactionManager found in registry with id [jtaTransactionManager] org.springframework.transaction.jta.JtaTransactionManager@4c825cf3
14:07:26,391 WARN main [org.apache.camel.component.jpa.JpaComponent] No EntityManagerFactory has been configured on this JpaComponent. Each JpaEndpoint will auto create their own EntityManagerFactory.
14:07:26,983 INFO main [org.hibernate.annotations.common.Version] HCANN000001: Hibernate Commons Annotations {4.0.1.Final}
14:07:27,007 INFO main [org.hibernate.Version] HHH000412: Hibernate Core {4.0.1.Final}
14:07:27,013 INFO main [org.hibernate.cfg.Environment] HHH000206: hibernate.properties not found
14:07:27,017 INFO main [org.hibernate.cfg.Environment] HHH000021: Bytecode provider name : javassist
14:07:27,891 INFO main [org.hibernate.dialect.Dialect] HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
14:07:27,926 INFO main [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] HHH000423: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
14:07:27,972 INFO main [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory
14:07:27,989 INFO main [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] HHH000397: Using ASTQueryTranslatorFactory
14:07:28,130 INFO main [org.hibernate.validator.util.Version] Hibernate Validator 4.2.0.Final
14:07:28,890 INFO main [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000227: Running hbm2ddl schema export
14:07:28,910 INFO main [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000230: Schema export complete
14:07:29,193 INFO main [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelJpaBindingModel/GreetingService@-816104649 started and consuming from: Endpoint[jpa://org.switchyard.quickstarts.camel.jpa.binding.domain.Greet?consumeDelete=true&consumeLockEntity=false&consumer.transacted=true&delay=500&initialDelay=1000&persistenceUnit=JpaEvents&transactionManager=%23jtaTransactionManager]
14:07:29,730 INFO main [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:camel-jpa-binding:0.1.0}PeriodicService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-jpa-binding:0.1.0%7DPeriodicService]
14:07:29,819 INFO main [org.quartz.simpl.SimpleThreadPool] Job execution threads will use class loader of thread: main
14:07:29,869 INFO main [org.quartz.core.SchedulerSignalerImpl] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
14:07:29,870 INFO main [org.quartz.core.QuartzScheduler] Quartz Scheduler v.1.8.5 created.
14:07:29,875 INFO main [org.quartz.simpl.RAMJobStore] RAMJobStore initialized.
14:07:29,878 INFO main [org.quartz.core.QuartzScheduler] Scheduler meta-data: Quartz Scheduler (v1.8.5) 'DefaultQuartzScheduler-camel-1' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
14:07:29,879 INFO main [org.quartz.impl.StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler-camel-1' initialized from an externally provided properties instance.
14:07:29,881 INFO main [org.quartz.impl.StdSchedulerFactory] Quartz scheduler version: 1.8.5
14:07:29,882 INFO main [org.apache.camel.component.quartz.QuartzComponent] Starting Quartz scheduler: DefaultQuartzScheduler-camel-1
14:07:29,883 INFO main [org.quartz.core.QuartzScheduler] Scheduler DefaultQuartzScheduler-camel-1_$_NON_CLUSTERED started.
14:07:30,064 INFO main [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelQuartzBindingModel/PeriodicService@494946266 started and consuming from: Endpoint[quartz://EveryFiveSecondsJob?cron=*%2F5+*+*+*+*+%3F]
14:07:30,093 INFO main [org.switchyard.bus.camel.CamelExchangeBus] Removing route direct:{urn:switchyard-quickstart:camel-jpa-binding:0.1.0}StoreReference
14:07:30,099 INFO main [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 1 routes (timeout 300 seconds)
14:07:30,117 INFO Camel (camel-1) thread #2 - ShutdownTask [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:camel-jpa-binding:0.1.0}StoreReference shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-jpa-binding:0.1.0%7DStoreReference]
14:07:30,120 INFO main [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 1 routes completed in 0 seconds
14:07:30,132 INFO main [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:camel-jpa-binding:0.1.0}StoreReference stopped, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-jpa-binding:0.1.0%7DStoreReference]
14:07:30,144 INFO main [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:camel-jpa-binding:0.1.0}StoreReference shutdown and removed, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-jpa-binding:0.1.0%7DStoreReference]
14:07:30,828 INFO Camel (camel-1) thread #1 - jpa://org.switchyard.quickstarts.camel.jpa.binding.domain.Greet [com.arjuna.ats.arjuna] ARJUNA012163: Starting service com.arjuna.ats.arjuna.recovery.ActionStatusService on port 41521
14:07:30,910 INFO main [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:camel-jpa-binding:0.1.0}StoreReference started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-jpa-binding:0.1.0%7DStoreReference]
14:07:30,951 INFO Camel (camel-1) thread #1 - jpa://org.switchyard.quickstarts.camel.jpa.binding.domain.Greet [com.arjuna.ats.arjuna] ARJUNA012337: TransactionStatusManagerItem host: 127.0.0.1 port: 41521
14:07:30,975 INFO Camel (camel-1) thread #1 - jpa://org.switchyard.quickstarts.camel.jpa.binding.domain.Greet [com.arjuna.ats.arjuna] ARJUNA012170: TransactionStatusManager started on port 41521 and host 127.0.0.1 with service com.arjuna.ats.arjuna.recovery.ActionStatusService
14:07:30,986 INFO DefaultQuartzScheduler-camel-1_Worker-1 [org.switchyard.quickstarts.camel.jpa.binding.PeriodicServiceImpl] Sending Greet [null, from Lukasz, to Rob, created on Wed Feb 27 14:07:30 EST 2013] to JPA _store
14:07:31,082 INFO main [org.hibernate.dialect.Dialect] HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
14:07:31,085 INFO main [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] HHH000423: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
14:07:31,087 INFO main [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory
14:07:31,088 INFO main [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] HHH000397: Using ASTQueryTranslatorFactory
14:07:31,135 INFO main [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000227: Running hbm2ddl schema export
14:07:31,149 INFO main [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000230: Schema export complete
14:07:31,154 WARN main [org.hibernate.ejb.internal.EntityManagerFactoryRegistry] HHH000436: Entity manager factory name (JpaEvents) is already registered. If entity manager will be clustered or passivated, specify a unique value for property 'hibernate.ejb.entitymanager_factory_name'
14:07:32,235 INFO main [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 1 routes (timeout 300 seconds)
14:07:32,236 INFO Camel (camel-1) thread #2 - ShutdownTask [org.apache.camel.impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 300 seconds.
14:07:33,242 INFO Camel (camel-1) thread #2 - ShutdownTask [org.apache.camel.impl.DefaultShutdownStrategy] Route: V1CamelJpaBindingModel/GreetingService@-816104649 shutdown complete, was consuming from: Endpoint[jpa://org.switchyard.quickstarts.camel.jpa.binding.domain.Greet?consumeDelete=true&consumeLockEntity=false&consumer.transacted=true&delay=500&initialDelay=1000&persistenceUnit=JpaEvents&transactionManager=%23jtaTransactionManager]
14:07:33,243 INFO main [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 1 routes completed in 1 seconds
14:07:33,247 INFO main [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelJpaBindingModel/GreetingService@-816104649 stopped, was consuming from: Endpoint[jpa://org.switchyard.quickstarts.camel.jpa.binding.domain.Greet?consumeDelete=true&consumeLockEntity=false&consumer.transacted=true&delay=500&initialDelay=1000&persistenceUnit=JpaEvents&transactionManager=%23jtaTransactionManager]
14:07:33,261 INFO main [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelJpaBindingModel/GreetingService@-816104649 shutdown and removed, was consuming from: Endpoint[jpa://org.switchyard.quickstarts.camel.jpa.binding.domain.Greet?consumeDelete=true&consumeLockEntity=false&consumer.transacted=true&delay=500&initialDelay=1000&persistenceUnit=JpaEvents&transactionManager=%23jtaTransactionManager]
14:07:33,264 INFO main [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 1 routes (timeout 300 seconds)
14:07:33,268 INFO Camel (camel-1) thread #2 - ShutdownTask [org.apache.camel.impl.DefaultShutdownStrategy] Route: V1CamelQuartzBindingModel/PeriodicService@494946266 shutdown complete, was consuming from: Endpoint[quartz://EveryFiveSecondsJob?cron=*%2F5+*+*+*+*+%3F]
14:07:33,269 INFO main [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 1 routes completed in 0 seconds
14:07:33,273 INFO main [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelQuartzBindingModel/PeriodicService@494946266 stopped, was consuming from: Endpoint[quartz://EveryFiveSecondsJob?cron=*%2F5+*+*+*+*+%3F]
14:07:33,279 INFO main [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelQuartzBindingModel/PeriodicService@494946266 shutdown and removed, was consuming from: Endpoint[quartz://EveryFiveSecondsJob?cron=*%2F5+*+*+*+*+%3F]
14:07:33,284 INFO main [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) is shutting down
14:07:33,285 INFO main [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 3 routes (timeout 300 seconds)
14:07:33,288 INFO Camel (camel-1) thread #2 - ShutdownTask [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:camel-jpa-binding:0.1.0}StoreReference shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-jpa-binding:0.1.0%7DStoreReference]
14:07:33,289 INFO Camel (camel-1) thread #2 - ShutdownTask [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:camel-jpa-binding:0.1.0}PeriodicService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-jpa-binding:0.1.0%7DPeriodicService]
14:07:33,290 INFO Camel (camel-1) thread #2 - ShutdownTask [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:camel-jpa-binding:0.1.0}GreetingService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-jpa-binding:0.1.0%7DGreetingService]
14:07:33,292 INFO main [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 3 routes completed in 0 seconds
14:07:33,331 INFO main [org.apache.camel.component.quartz.QuartzComponent] There are no more jobs registered, so shutting down Quartz scheduler: DefaultQuartzScheduler-camel-1
14:07:33,331 INFO main [org.quartz.core.QuartzScheduler] Scheduler DefaultQuartzScheduler-camel-1_$_NON_CLUSTERED shutting down.
14:07:33,332 INFO main [org.quartz.core.QuartzScheduler] Scheduler DefaultQuartzScheduler-camel-1_$_NON_CLUSTERED paused.
14:07:33,334 INFO main [org.quartz.core.QuartzScheduler] Scheduler DefaultQuartzScheduler-camel-1_$_NON_CLUSTERED shutdown complete.
14:07:33,336 INFO main [org.apache.camel.impl.converter.DefaultTypeConverter] TypeConverterRegistry utilization[attempts=12, hits=11, misses=1, failures=0] mappings[total=188, misses=0]
14:07:33,343 INFO main [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) is shutdown in 0.058 seconds. Uptime 12.078 seconds.
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 18.841 sec <<< FAILURE!
Running org.switchyard.quickstarts.camel.jpa.binding.CamelJpaBindingReceiveTest
14:07:34,880 INFO main [org.apache.camel.management.ManagementStrategyFactory] JMX enabled.
14:07:34,901 INFO main [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-2) is starting
14:07:34,902 INFO main [org.apache.camel.management.DefaultManagementLifecycleStrategy] StatisticsLevel at All so enabling load performance statistics
14:07:35,913 INFO main [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 185 type converters
14:07:35,975 INFO main [org.switchyard.common.camel.SwitchYardCamelContext] Total 0 routes, of which 0 is started.
14:07:35,975 INFO main [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-2) started in 1.094 seconds
14:07:37,193 INFO main [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:camel-jpa-binding:0.1.0}StoreReference started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-jpa-binding:0.1.0%7DStoreReference]
14:07:38,167 INFO main [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:camel-jpa-binding:0.1.0}GreetingService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-jpa-binding:0.1.0%7DGreetingService]
14:07:38,202 INFO main [org.springframework.transaction.jta.JtaTransactionManager] Using JTA UserTransaction: Transaction: unknown
14:07:38,203 INFO main [org.springframework.transaction.jta.JtaTransactionManager] Using JTA TransactionManager: Transaction: unknown
14:07:38,203 INFO main [org.springframework.transaction.jta.JtaTransactionManager] Using JTA TransactionSynchronizationRegistry: com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionSynchronizationRegistryImple@68376cc3
14:07:38,264 INFO main [org.apache.camel.component.jpa.JpaComponent] Using TransactionManager found in registry with id [jtaTransactionManager] org.springframework.transaction.jta.JtaTransactionManager@5fbd8c6e
14:07:38,264 WARN main [org.apache.camel.component.jpa.JpaComponent] No EntityManagerFactory has been configured on this JpaComponent. Each JpaEndpoint will auto create their own EntityManagerFactory.
14:07:38,531 INFO main [org.hibernate.dialect.Dialect] HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
14:07:38,542 INFO main [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] HHH000423: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
14:07:38,543 INFO main [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory
14:07:38,544 INFO main [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] HHH000397: Using ASTQueryTranslatorFactory
14:07:38,604 INFO main [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000227: Running hbm2ddl schema export
14:07:38,610 INFO main [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000230: Schema export complete
14:07:38,616 WARN main [org.hibernate.ejb.internal.EntityManagerFactoryRegistry] HHH000436: Entity manager factory name (JpaEvents) is already registered. If entity manager will be clustered or passivated, specify a unique value for property 'hibernate.ejb.entitymanager_factory_name'
14:07:38,654 INFO main [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelJpaBindingModel/GreetingService@-816104649 started and consuming from: Endpoint[jpa://org.switchyard.quickstarts.camel.jpa.binding.domain.Greet?consumeDelete=true&consumeLockEntity=false&consumer.transacted=true&delay=500&initialDelay=1000&persistenceUnit=JpaEvents&transactionManager=%23jtaTransactionManager]
14:07:38,947 INFO main [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:camel-jpa-binding:0.1.0}PeriodicService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-jpa-binding:0.1.0%7DPeriodicService]
14:07:38,964 INFO main [org.quartz.simpl.SimpleThreadPool] Job execution threads will use class loader of thread: main
14:07:38,966 INFO main [org.quartz.core.SchedulerSignalerImpl] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
14:07:38,967 INFO main [org.quartz.core.QuartzScheduler] Quartz Scheduler v.1.8.5 created.
14:07:38,967 INFO main [org.quartz.simpl.RAMJobStore] RAMJobStore initialized.
14:07:38,968 INFO main [org.quartz.core.QuartzScheduler] Scheduler meta-data: Quartz Scheduler (v1.8.5) 'DefaultQuartzScheduler-camel-2' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
14:07:38,968 INFO main [org.quartz.impl.StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler-camel-2' initialized from an externally provided properties instance.
14:07:38,968 INFO main [org.quartz.impl.StdSchedulerFactory] Quartz scheduler version: 1.8.5
14:07:38,969 INFO main [org.apache.camel.component.quartz.QuartzComponent] Starting Quartz scheduler: DefaultQuartzScheduler-camel-2
14:07:38,969 INFO main [org.quartz.core.QuartzScheduler] Scheduler DefaultQuartzScheduler-camel-2_$_NON_CLUSTERED started.
14:07:39,038 INFO main [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelQuartzBindingModel/PeriodicService@494946266 started and consuming from: Endpoint[quartz://EveryFiveSecondsJob?cron=*%2F5+*+*+*+*+%3F]
14:07:39,778 INFO main [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 1 routes (timeout 300 seconds)
14:07:39,780 INFO Camel (camel-2) thread #5 - ShutdownTask [org.apache.camel.impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 300 seconds.
14:07:40,785 INFO Camel (camel-2) thread #5 - ShutdownTask [org.apache.camel.impl.DefaultShutdownStrategy] Route: V1CamelJpaBindingModel/GreetingService@-816104649 shutdown complete, was consuming from: Endpoint[jpa://org.switchyard.quickstarts.camel.jpa.binding.domain.Greet?consumeDelete=true&consumeLockEntity=false&consumer.transacted=true&delay=500&initialDelay=1000&persistenceUnit=JpaEvents&transactionManager=%23jtaTransactionManager]
14:07:40,786 INFO main [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 1 routes completed in 1 seconds
14:07:40,790 INFO main [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelJpaBindingModel/GreetingService@-816104649 stopped, was consuming from: Endpoint[jpa://org.switchyard.quickstarts.camel.jpa.binding.domain.Greet?consumeDelete=true&consumeLockEntity=false&consumer.transacted=true&delay=500&initialDelay=1000&persistenceUnit=JpaEvents&transactionManager=%23jtaTransactionManager]
14:07:40,802 INFO main [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelJpaBindingModel/GreetingService@-816104649 shutdown and removed, was consuming from: Endpoint[jpa://org.switchyard.quickstarts.camel.jpa.binding.domain.Greet?consumeDelete=true&consumeLockEntity=false&consumer.transacted=true&delay=500&initialDelay=1000&persistenceUnit=JpaEvents&transactionManager=%23jtaTransactionManager]
14:07:40,803 INFO main [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 1 routes (timeout 300 seconds)
14:07:40,806 INFO Camel (camel-2) thread #5 - ShutdownTask [org.apache.camel.impl.DefaultShutdownStrategy] Route: V1CamelQuartzBindingModel/PeriodicService@494946266 shutdown complete, was consuming from: Endpoint[quartz://EveryFiveSecondsJob?cron=*%2F5+*+*+*+*+%3F]
14:07:40,807 INFO main [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 1 routes completed in 0 seconds
14:07:40,810 INFO main [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelQuartzBindingModel/PeriodicService@494946266 stopped, was consuming from: Endpoint[quartz://EveryFiveSecondsJob?cron=*%2F5+*+*+*+*+%3F]
14:07:40,814 INFO main [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelQuartzBindingModel/PeriodicService@494946266 shutdown and removed, was consuming from: Endpoint[quartz://EveryFiveSecondsJob?cron=*%2F5+*+*+*+*+%3F]
14:07:40,818 INFO main [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-2) is shutting down
14:07:40,819 INFO main [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 3 routes (timeout 300 seconds)
14:07:40,820 INFO Camel (camel-2) thread #5 - ShutdownTask [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:camel-jpa-binding:0.1.0}PeriodicService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-jpa-binding:0.1.0%7DPeriodicService]
14:07:40,821 INFO Camel (camel-2) thread #5 - ShutdownTask [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:camel-jpa-binding:0.1.0}GreetingService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-jpa-binding:0.1.0%7DGreetingService]
14:07:40,822 INFO Camel (camel-2) thread #5 - ShutdownTask [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:camel-jpa-binding:0.1.0}StoreReference shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-jpa-binding:0.1.0%7DStoreReference]
14:07:40,823 INFO main [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 3 routes completed in 0 seconds
14:07:40,853 INFO main [org.apache.camel.component.quartz.QuartzComponent] There are no more jobs registered, so shutting down Quartz scheduler: DefaultQuartzScheduler-camel-2
14:07:40,853 INFO main [org.quartz.core.QuartzScheduler] Scheduler DefaultQuartzScheduler-camel-2_$_NON_CLUSTERED shutting down.
14:07:40,854 INFO main [org.quartz.core.QuartzScheduler] Scheduler DefaultQuartzScheduler-camel-2_$_NON_CLUSTERED paused.
14:07:40,856 INFO main [org.quartz.core.QuartzScheduler] Scheduler DefaultQuartzScheduler-camel-2_$_NON_CLUSTERED shutdown complete.
14:07:40,861 INFO main [org.apache.camel.impl.converter.DefaultTypeConverter] TypeConverterRegistry utilization[attempts=8, hits=8, misses=0, failures=0] mappings[total=188, misses=0]
14:07:40,867 INFO main [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-2) is shutdown in 0.048 seconds. Uptime 5.986 seconds.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.471 sec
Results :
Failed tests:
storeEntity(org.switchyard.quickstarts.camel.jpa.binding.CamelJpaBindingStoreTest)
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] SwitchYard: Quickstarts ........................... SUCCESS [4.417s]
[INFO] Quickstart : Bean Service ......................... SUCCESS [1:12.631s]
[INFO] Quickstart : BPEL Service ......................... SUCCESS [28.650s]
[INFO] Quickstart : BPEL Service : Say Hello ............. SUCCESS [45.617s]
[INFO] Quickstart : BPEL Service : JMS Binding ........... SUCCESS [38.484s]
[INFO] Quickstart : BPEL Service : Loan Approval ......... SUCCESS [54.759s]
[INFO] Quickstart : BPEL Service : Simple Correlation .... SUCCESS [38.522s]
[INFO] Quickstart : BPEL Service : XTS Subordinate WSBA .. SUCCESS [1.214s]
[INFO] Quickstart : BPEL Service : XTS Subordinate WSBA : Business Travel Process SUCCESS [2.994s]
[INFO] Quickstart : BPEL Service : XTS Subordinate WSBA : Airport Web Service SUCCESS [7.563s]
[INFO] Quickstart : BPEL Service : XTS WSAT .............. SUCCESS [1.072s]
[INFO] Quickstart : BPEL Service : XTS WSAT : Business Travel Process SUCCESS [3.773s]
[INFO] Quickstart : BPEL Service : XTS WSAT : Airport Web Service SUCCESS [6.626s]
[INFO] Quickstart : BPM Service .......................... SUCCESS [1:06.928s]
[INFO] Quickstart : Camel Binding ........................ SUCCESS [19.180s]
[INFO] Quickstart : Camel AMQP Binding ................... SUCCESS [31.050s]
[INFO] Quickstart : Camel FTP Binding .................... SUCCESS [25.334s]
[INFO] Quickstart : Camel JMS Binding .................... SUCCESS [22.521s]
[INFO] Quickstart : Camel Netty Binding .................. SUCCESS [34.955s]
[INFO] Quickstart : Camel Quartz Binding ................. SUCCESS [20.383s]
[INFO] Quickstart : Camel JPA Binding .................... FAILURE [41.958s]
[INFO] Quickstart : Camel SQL Binding .................... SKIPPED
[INFO] Quickstart : Camel Mail Binding ................... SKIPPED
[INFO] Quickstart : Camel Service ........................ SKIPPED
[INFO] Quickstart : Camel SOAP Proxy ..................... SKIPPED
[INFO] Quickstart : Camel Exchange Bus CDI ............... SKIPPED
[INFO] Quickstart : HTTP Binding ......................... SKIPPED
[INFO] Quickstart : RESTEasy Binding ..................... SKIPPED
[INFO] Quickstart : Rules+Camel Content-Based Router ..... SKIPPED
[INFO] Quickstart : Rules Interview ...................... SKIPPED
[INFO] Quickstart : Rules Interview Container ............ SKIPPED
[INFO] Quickstart : JCA Inflow Binding for HornetQ ....... SKIPPED
[INFO] Quickstart : JCA Outbound Binding for HornetQ ..... SKIPPED
[INFO] Quickstart : JAXB Transformation .................. SKIPPED
[INFO] Quickstart : JSON Transformation .................. SKIPPED
[INFO] Quickstart : Smooks Transformation ................ SKIPPED
[INFO] Quickstart : XSLT Transformation .................. SKIPPED
[INFO] Quickstart : XML Message Validation ............... SKIPPED
[INFO] Quickstart Demo : Help Desk ....................... SKIPPED
[INFO] Quickstart Demo : Help Desk - Web App ............. SKIPPED
[INFO] Quickstart Demo : Orders .......................... SKIPPED
[INFO] Quickstart Demo : JEE Webapp Deployment ........... SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Service Artifacts SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Order Service SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Order Consumer SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Web App .. SKIPPED
[INFO] Quickstart Demo: Multiple Applications ............ SKIPPED
[INFO] Quickstart Demo : Security Policy : Basic Authentication (+SSL) SKIPPED
[INFO] Quickstart Demo : Security Policy : Certificate Authentication (+SSL) SKIPPED
[INFO] Quickstart Demo : Security Policy : SAML Assertion (+SSL) SKIPPED
[INFO] Quickstart Demo : Transaction Policy .............. SKIPPED
[INFO] SwitchYard : Quickstarts Distribution Assembly .... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9:39.159s
[INFO] Finished at: Wed Feb 27 14:07:41 EST 2013
[INFO] Final Memory: 122M/571M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.6:test (default-test) on project switchyard-quickstart-camel-jpa-binding: There are test failures.
[ERROR]
[ERROR] Please refer to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...> for the individual test results.
[ERROR] -> [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/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :switchyard-quickstart-camel-jpa-binding
Build step 'Invoke top-level Maven targets' marked build as failure
11 years, 9 months
Build failed in Jenkins: SwitchYard-Quickstarts #1532
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...>
------------------------------------------
[...truncated 2669 lines...]
[INFO] Copying 5 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ switchyard-quickstart-camel-jms-binding ---
[INFO] Compiling 2 source files to /qa/hudson_workspace/workspace/SwitchYard-Quickstarts/camel-jms-binding/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.6:test (default-test) @ switchyard-quickstart-camel-jms-binding ---
[INFO] Surefire report directory: /qa/hudson_workspace/workspace/SwitchYard-Quickstarts/camel-jms-binding/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.switchyard.quickstarts.camel.jms.binding.CamelJMSBindingTest
11:44:12,397 INFO [org.jboss.weld.Version] WELD-000900 1.1.5 (AS71)
Feb 18, 2013 11:44:13 AM org.hornetq.core.logging.impl.JULLogDelegate warn
WARNING: AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal
Feb 18, 2013 11:44:14 AM org.hornetq.core.logging.impl.JULLogDelegate info
INFO: live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=target/data/journal,bindingsDirectory=target/data/bindings,largeMessagesDirectory=target/data/large-messages,pagingDirectory=target/data/paging)
Feb 18, 2013 11:44:14 AM org.hornetq.core.logging.impl.JULLogDelegate warn
WARNING: Security risk! It has been detected that the cluster admin user and password have not been changed from the installation default. Please see the HornetQ user guide, cluster chapter, for instructions on how to do this.
Feb 18, 2013 11:44:14 AM org.hornetq.core.logging.impl.JULLogDelegate info
INFO: trying to deploy queue jms.queue.GreetingServiceQueue
Feb 18, 2013 11:44:15 AM org.hornetq.core.logging.impl.JULLogDelegate info
INFO: Started Netty Acceptor version 3.2.5.Final-a96d88c localhost:5545 for CORE protocol
Feb 18, 2013 11:44:15 AM org.hornetq.core.logging.impl.JULLogDelegate info
INFO: Server is now live
Feb 18, 2013 11:44:15 AM org.hornetq.core.logging.impl.JULLogDelegate info
INFO: HornetQ Server version 2.2.13.Final (HQ_2_2_13_FINAL_AS7, 122) [6d79c0f9-79ea-11e2-af45-525400000033]) started
11:44:15,512 INFO [org.apache.camel.management.ManagementStrategyFactory] JMX enabled.
11:44:15,564 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) is starting
11:44:15,568 INFO [org.apache.camel.management.DefaultManagementLifecycleStrategy] StatisticsLevel at All so enabling load performance statistics
11:44:16,364 INFO [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 185 type converters
11:44:16,481 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Total 0 routes, of which 0 is started.
11:44:16,487 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) started in 0.918 seconds
11:44:18,276 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:camel-jms-binding:0.1.0}GreetingService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-jms-binding:0.1.0%7DGreetingService]
11:44:19,321 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelJmsBindingModel/GreetingService@-677931704 started and consuming from: Endpoint[jms://queue:GreetingServiceQueue?connectionFactory=%23ConnectionFactory]
11:44:22,404 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 1 routes (timeout 300 seconds)
11:44:22,543 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: V1CamelJmsBindingModel/GreetingService@-677931704 shutdown complete, was consuming from: Endpoint[jms://queue:GreetingServiceQueue?connectionFactory=%23ConnectionFactory]
11:44:22,545 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 1 routes completed in 0 seconds
11:44:22,547 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelJmsBindingModel/GreetingService@-677931704 stopped, was consuming from: Endpoint[jms://queue:GreetingServiceQueue?connectionFactory=%23ConnectionFactory]
11:44:22,564 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelJmsBindingModel/GreetingService@-677931704 shutdown and removed, was consuming from: Endpoint[jms://queue:GreetingServiceQueue?connectionFactory=%23ConnectionFactory]
11:44:22,566 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) is shutting down
11:44:22,567 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 1 routes (timeout 300 seconds)
11:44:22,569 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:camel-jms-binding:0.1.0}GreetingService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-jms-binding:0.1.0%7DGreetingService]
11:44:22,569 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 1 routes completed in 0 seconds
11:44:22,600 INFO [org.apache.camel.impl.converter.DefaultTypeConverter] TypeConverterRegistry utilization[attempts=1, hits=1, misses=0, failures=0] mappings[total=185, misses=0]
11:44:22,601 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) is shutdown in 0.035 seconds. Uptime 7.038 seconds.
Feb 18, 2013 11:44:22 AM org.hornetq.core.logging.impl.JULLogDelegate info
INFO: HornetQ Server version 2.2.13.Final (HQ_2_2_13_FINAL_AS7, 122) [6d79c0f9-79ea-11e2-af45-525400000033] stopped
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.888 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ switchyard-quickstart-camel-jms-binding ---
[INFO] Building jar: /qa/hudson_workspace/workspace/SwitchYard-Quickstarts/camel-jms-binding/target/switchyard-quickstart-camel-jms-binding.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ switchyard-quickstart-camel-jms-binding ---
[INFO] Installing /qa/hudson_workspace/workspace/SwitchYard-Quickstarts/camel-jms-binding/target/switchyard-quickstart-camel-jms-binding.jar to /qa/services/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstart-camel-jms-binding/0.8.0-SNAPSHOT/switchyard-quickstart-camel-jms-binding-0.8.0-SNAPSHOT.jar
[INFO] Installing /qa/hudson_workspace/workspace/SwitchYard-Quickstarts/camel-jms-binding/pom.xml to /qa/services/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstart-camel-jms-binding/0.8.0-SNAPSHOT/switchyard-quickstart-camel-jms-binding-0.8.0-SNAPSHOT.pom
[INFO] Installing /qa/hudson_workspace/workspace/SwitchYard-Quickstarts/camel-jms-binding/target/switchyard-quickstart-camel-jms-binding-sources.jar to /qa/services/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstart-camel-jms-binding/0.8.0-SNAPSHOT/switchyard-quickstart-camel-jms-binding-0.8.0-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Quickstart : Camel Netty Binding 0.8.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/switchyar...
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/switchyard/c...
Downloading: http://snapshots.jboss.org/maven2/org/switchyard/components/switchyard-co...
Downloading: http://snapshots.repository.codehaus.org/org/switchyard/components/switch...
2 KB
Downloaded: http://snapshots.jboss.org/maven2/org/switchyard/components/switchyard-co... (2 KB at 2.9 KB/sec)
2 KB
2 KB 2 KB
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/switchyard/c... (2 KB at 1.9 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/switchyar... (2 KB at 1.8 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ switchyard-quickstart-camel-netty-binding ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ switchyard-quickstart-camel-netty-binding ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ switchyard-quickstart-camel-netty-binding ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ switchyard-quickstart-camel-netty-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ switchyard-quickstart-camel-netty-binding ---
[INFO] Compiling 5 source files to /qa/hudson_workspace/workspace/SwitchYard-Quickstarts/camel-netty-binding/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] Failure executing javac, but could not parse the error:
The system is out of resources.
Consult the following stack trace for details.
java.lang.OutOfMemoryError: PermGen space
at com.sun.tools.javac.util.Paths.computeBootClassPath(Paths.java:420)
at com.sun.tools.javac.util.Paths.lazy(Paths.java:152)
at com.sun.tools.javac.util.DefaultFileManager.getLocation(DefaultFileManager.java:1168)
at com.sun.tools.javac.util.DefaultFileManager.hasLocation(DefaultFileManager.java:985)
at com.sun.tools.javac.processing.JavacProcessingEnvironment.initProcessorIterator(JavacProcessingEnvironment.java:182)
at com.sun.tools.javac.processing.JavacProcessingEnvironment.<init>(JavacProcessingEnvironment.java:145)
at com.sun.tools.javac.main.JavaCompiler.initProcessAnnotations(JavaCompiler.java:878)
at com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:724)
at com.sun.tools.javac.main.Main.compile(Main.java:353)
at com.sun.tools.javac.main.Main.compile(Main.java:279)
at com.sun.tools.javac.main.Main.compile(Main.java:270)
at com.sun.tools.javac.Main.compile(Main.java:87)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.plexus.compiler.javac.JavacCompiler.compileInProcess(JavacCompiler.java:554)
at org.codehaus.plexus.compiler.javac.JavacCompiler.compile(JavacCompiler.java:161)
at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:605)
at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:128)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] SwitchYard: Quickstarts ........................... SUCCESS [3.382s]
[INFO] Quickstart : Bean Service ......................... SUCCESS [1:01.562s]
[INFO] Quickstart : BPEL Service ......................... SUCCESS [21.097s]
[INFO] Quickstart : BPEL Service : Say Hello ............. SUCCESS [25.026s]
[INFO] Quickstart : BPEL Service : JMS Binding ........... SUCCESS [25.165s]
[INFO] Quickstart : BPEL Service : Loan Approval ......... SUCCESS [30.204s]
[INFO] Quickstart : BPEL Service : Simple Correlation .... SUCCESS [21.735s]
[INFO] Quickstart : BPEL Service : XTS Subordinate WSBA .. SUCCESS [0.635s]
[INFO] Quickstart : BPEL Service : XTS Subordinate WSBA : Business Travel Process SUCCESS [1.617s]
[INFO] Quickstart : BPEL Service : XTS Subordinate WSBA : Airport Web Service SUCCESS [4.365s]
[INFO] Quickstart : BPEL Service : XTS WSAT .............. SUCCESS [0.594s]
[INFO] Quickstart : BPEL Service : XTS WSAT : Business Travel Process SUCCESS [2.301s]
[INFO] Quickstart : BPEL Service : XTS WSAT : Airport Web Service SUCCESS [4.101s]
[INFO] Quickstart : BPM Service .......................... SUCCESS [42.264s]
[INFO] Quickstart : Camel Binding ........................ SUCCESS [11.837s]
[INFO] Quickstart : Camel AMQP Binding ................... SUCCESS [18.886s]
[INFO] Quickstart : Camel FTP Binding .................... SUCCESS [15.664s]
[INFO] Quickstart : Camel JMS Binding .................... SUCCESS [16.909s]
[INFO] Quickstart : Camel Netty Binding .................. FAILURE [4.078s]
[INFO] Quickstart : Camel Quartz Binding ................. SKIPPED
[INFO] Quickstart : Camel JPA Binding .................... SKIPPED
[INFO] Quickstart : Camel SQL Binding .................... SKIPPED
[INFO] Quickstart : Camel Mail Binding ................... SKIPPED
[INFO] Quickstart : Camel Service ........................ SKIPPED
[INFO] Quickstart : Camel SOAP Proxy ..................... SKIPPED
[INFO] Quickstart : Camel Exchange Bus CDI ............... SKIPPED
[INFO] Quickstart : HTTP Binding ......................... SKIPPED
[INFO] Quickstart : RESTEasy Binding ..................... SKIPPED
[INFO] Quickstart : Rules+Camel Content-Based Router ..... SKIPPED
[INFO] Quickstart : Rules Interview ...................... SKIPPED
[INFO] Quickstart : Rules Interview Container ............ SKIPPED
[INFO] Quickstart : JCA Inflow Binding for HornetQ ....... SKIPPED
[INFO] Quickstart : JCA Outbound Binding for HornetQ ..... SKIPPED
[INFO] Quickstart : JAXB Transformation .................. SKIPPED
[INFO] Quickstart : JSON Transformation .................. SKIPPED
[INFO] Quickstart : Smooks Transformation ................ SKIPPED
[INFO] Quickstart : XSLT Transformation .................. SKIPPED
[INFO] Quickstart : XML Message Validation ............... SKIPPED
[INFO] Quickstart Demo : Help Desk ....................... SKIPPED
[INFO] Quickstart Demo : Help Desk - Web App ............. SKIPPED
[INFO] Quickstart Demo : Orders .......................... SKIPPED
[INFO] Quickstart Demo : JEE Webapp Deployment ........... SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Service Artifacts SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Order Service SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Order Consumer SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Web App .. SKIPPED
[INFO] Quickstart Demo: Multiple Applications ............ SKIPPED
[INFO] Quickstart Demo : Security Policy : Basic Authentication (+SSL) SKIPPED
[INFO] Quickstart Demo : Security Policy : Certificate Authentication (+SSL) SKIPPED
[INFO] Quickstart Demo : Security Policy : SAML Assertion (+SSL) SKIPPED
[INFO] Quickstart Demo : Transaction Policy .............. SKIPPED
[INFO] SwitchYard : Quickstarts Distribution Assembly .... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5:18.617s
[INFO] Finished at: Mon Feb 18 11:44:27 EST 2013
[INFO] Final Memory: 93M/508M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project switchyard-quickstart-camel-netty-binding: Compilation failure
[ERROR] Failure executing javac, but could not parse the error:
[ERROR]
[ERROR]
[ERROR] The system is out of resources.
[ERROR] Consult the following stack trace for details.
[ERROR] java.lang.OutOfMemoryError: PermGen space
[ERROR] at com.sun.tools.javac.util.Paths.computeBootClassPath(Paths.java:420)
[ERROR] at com.sun.tools.javac.util.Paths.lazy(Paths.java:152)
[ERROR] at com.sun.tools.javac.util.DefaultFileManager.getLocation(DefaultFileManager.java:1168)
[ERROR] at com.sun.tools.javac.util.DefaultFileManager.hasLocation(DefaultFileManager.java:985)
[ERROR] at com.sun.tools.javac.processing.JavacProcessingEnvironment.initProcessorIterator(JavacProcessingEnvironment.java:182)
[ERROR] at com.sun.tools.javac.processing.JavacProcessingEnvironment.<init>(JavacProcessingEnvironment.java:145)
[ERROR] at com.sun.tools.javac.main.JavaCompiler.initProcessAnnotations(JavaCompiler.java:878)
[ERROR] at com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:724)
[ERROR] at com.sun.tools.javac.main.Main.compile(Main.java:353)
[ERROR] at com.sun.tools.javac.main.Main.compile(Main.java:279)
[ERROR] at com.sun.tools.javac.main.Main.compile(Main.java:270)
[ERROR] at com.sun.tools.javac.Main.compile(Main.java:87)
[ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[ERROR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[ERROR] at java.lang.reflect.Method.invoke(Method.java:597)
[ERROR] at org.codehaus.plexus.compiler.javac.JavacCompiler.compileInProcess(JavacCompiler.java:554)
[ERROR] at org.codehaus.plexus.compiler.javac.JavacCompiler.compile(JavacCompiler.java:161)
[ERROR] at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:605)
[ERROR] at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:128)
[ERROR] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
[ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
[ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
[ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
[ERROR] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
[ERROR] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
[ERROR] at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
[ERROR] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
[ERROR] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
[ERROR] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
[ERROR] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
[ERROR] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
[ERROR] -> [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/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :switchyard-quickstart-camel-netty-binding
Build step 'Invoke top-level Maven targets' marked build as failure
11 years, 9 months
Build failed in Jenkins: SwitchYard-Quickstarts #1530
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...>
------------------------------------------
[...truncated 2921 lines...]
WARNING: AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal
Feb 16, 2013 1:09:09 AM org.hornetq.core.logging.impl.JULLogDelegate info
INFO: live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=target/data/journal,bindingsDirectory=target/data/bindings,largeMessagesDirectory=target/data/large-messages,pagingDirectory=target/data/paging)
Feb 16, 2013 1:09:10 AM org.hornetq.core.logging.impl.JULLogDelegate warn
WARNING: Security risk! It has been detected that the cluster admin user and password have not been changed from the installation default. Please see the HornetQ user guide, cluster chapter, for instructions on how to do this.
Feb 16, 2013 1:09:10 AM org.hornetq.core.logging.impl.JULLogDelegate info
INFO: trying to deploy queue jms.queue.GreetingServiceQueue
Feb 16, 2013 1:09:11 AM org.hornetq.core.logging.impl.JULLogDelegate info
INFO: Started Netty Acceptor version 3.2.5.Final-a96d88c localhost:5545 for CORE protocol
Feb 16, 2013 1:09:11 AM org.hornetq.core.logging.impl.JULLogDelegate info
INFO: Server is now live
Feb 16, 2013 1:09:11 AM org.hornetq.core.logging.impl.JULLogDelegate info
INFO: HornetQ Server version 2.2.13.Final (HQ_2_2_13_FINAL_AS7, 122) [60db3299-77ff-11e2-98f5-525400000033]) started
01:09:11,412 INFO [org.apache.camel.management.ManagementStrategyFactory] JMX enabled.
01:09:11,473 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) is starting
01:09:11,476 INFO [org.apache.camel.management.DefaultManagementLifecycleStrategy] StatisticsLevel at All so enabling load performance statistics
01:09:12,279 INFO [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 185 type converters
01:09:12,398 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Total 0 routes, of which 0 is started.
01:09:12,404 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) started in 0.926 seconds
01:09:14,248 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:camel-jms-binding:0.1.0}GreetingService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-jms-binding:0.1.0%7DGreetingService]
01:09:15,317 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelJmsBindingModel/GreetingService@-677931704 started and consuming from: Endpoint[jms://queue:GreetingServiceQueue?connectionFactory=%23ConnectionFactory]
01:09:18,407 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 1 routes (timeout 300 seconds)
01:09:18,547 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: V1CamelJmsBindingModel/GreetingService@-677931704 shutdown complete, was consuming from: Endpoint[jms://queue:GreetingServiceQueue?connectionFactory=%23ConnectionFactory]
01:09:18,550 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 1 routes completed in 0 seconds
01:09:18,552 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelJmsBindingModel/GreetingService@-677931704 stopped, was consuming from: Endpoint[jms://queue:GreetingServiceQueue?connectionFactory=%23ConnectionFactory]
01:09:18,564 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelJmsBindingModel/GreetingService@-677931704 shutdown and removed, was consuming from: Endpoint[jms://queue:GreetingServiceQueue?connectionFactory=%23ConnectionFactory]
01:09:18,566 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) is shutting down
01:09:18,572 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 1 routes (timeout 300 seconds)
01:09:18,573 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:camel-jms-binding:0.1.0}GreetingService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-jms-binding:0.1.0%7DGreetingService]
01:09:18,574 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 1 routes completed in 0 seconds
01:09:18,598 INFO [org.apache.camel.impl.converter.DefaultTypeConverter] TypeConverterRegistry utilization[attempts=1, hits=1, misses=0, failures=0] mappings[total=185, misses=0]
01:09:18,602 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) is shutdown in 0.036 seconds. Uptime 7.130 seconds.
Feb 16, 2013 1:09:18 AM org.hornetq.core.logging.impl.JULLogDelegate info
INFO: HornetQ Server version 2.2.13.Final (HQ_2_2_13_FINAL_AS7, 122) [60db3299-77ff-11e2-98f5-525400000033] stopped
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.309 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ switchyard-quickstart-camel-jms-binding ---
[INFO] Building jar: /qa/hudson_workspace/workspace/SwitchYard-Quickstarts/camel-jms-binding/target/switchyard-quickstart-camel-jms-binding.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ switchyard-quickstart-camel-jms-binding ---
[INFO] Installing /qa/hudson_workspace/workspace/SwitchYard-Quickstarts/camel-jms-binding/target/switchyard-quickstart-camel-jms-binding.jar to /qa/services/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstart-camel-jms-binding/0.8.0-SNAPSHOT/switchyard-quickstart-camel-jms-binding-0.8.0-SNAPSHOT.jar
[INFO] Installing /qa/hudson_workspace/workspace/SwitchYard-Quickstarts/camel-jms-binding/pom.xml to /qa/services/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstart-camel-jms-binding/0.8.0-SNAPSHOT/switchyard-quickstart-camel-jms-binding-0.8.0-SNAPSHOT.pom
[INFO] Installing /qa/hudson_workspace/workspace/SwitchYard-Quickstarts/camel-jms-binding/target/switchyard-quickstart-camel-jms-binding-sources.jar to /qa/services/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstart-camel-jms-binding/0.8.0-SNAPSHOT/switchyard-quickstart-camel-jms-binding-0.8.0-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Quickstart : Camel Netty Binding 0.8.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/switchyar...
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/switchyard/c...
Downloading: http://snapshots.jboss.org/maven2/org/switchyard/components/switchyard-co...
Downloading: http://snapshots.repository.codehaus.org/org/switchyard/components/switch...
2 KB
Downloaded: http://snapshots.jboss.org/maven2/org/switchyard/components/switchyard-co... (2 KB at 2.3 KB/sec)
2 KB
2 KB 2 KB
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/switchyard/c... (2 KB at 1.4 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/switchyar... (2 KB at 1.4 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/switchyar...
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/switchyard/c...
Downloading: http://snapshots.jboss.org/maven2/org/switchyard/components/switchyard-co...
Downloading: http://snapshots.repository.codehaus.org/org/switchyard/components/switch...
2 KB
2 KB 2 KB
2 KB 2 KB 2 KB
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/switchyard/c... (2 KB at 3.5 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/switchyar... (2 KB at 3.5 KB/sec)
Downloaded: http://snapshots.jboss.org/maven2/org/switchyard/components/switchyard-co... (2 KB at 2.5 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ switchyard-quickstart-camel-netty-binding ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ switchyard-quickstart-camel-netty-binding ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ switchyard-quickstart-camel-netty-binding ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ switchyard-quickstart-camel-netty-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ switchyard-quickstart-camel-netty-binding ---
[INFO] Compiling 5 source files to /qa/hudson_workspace/workspace/SwitchYard-Quickstarts/camel-netty-binding/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] Failure executing javac, but could not parse the error:
The system is out of resources.
Consult the following stack trace for details.
java.lang.OutOfMemoryError: PermGen space
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at org.codehaus.plexus.compiler.javac.IsolatedClassLoader.loadClass(IsolatedClassLoader.java:56)
at com.sun.tools.javac.processing.JavacProcessingEnvironment$DiscoveredProcessors.iterator(JavacProcessingEnvironment.java:497)
at com.sun.tools.javac.processing.JavacProcessingEnvironment.atLeastOneProcessor(JavacProcessingEnvironment.java:289)
at com.sun.tools.javac.main.JavaCompiler.initProcessAnnotations(JavaCompiler.java:879)
at com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:724)
at com.sun.tools.javac.main.Main.compile(Main.java:353)
at com.sun.tools.javac.main.Main.compile(Main.java:279)
at com.sun.tools.javac.main.Main.compile(Main.java:270)
at com.sun.tools.javac.Main.compile(Main.java:87)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.plexus.compiler.javac.JavacCompiler.compileInProcess(JavacCompiler.java:554)
at org.codehaus.plexus.compiler.javac.JavacCompiler.compile(JavacCompiler.java:161)
at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:605)
at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:128)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] SwitchYard: Quickstarts ........................... SUCCESS [3.165s]
[INFO] Quickstart : Bean Service ......................... SUCCESS [55.613s]
[INFO] Quickstart : BPEL Service ......................... SUCCESS [26.690s]
[INFO] Quickstart : BPEL Service : Say Hello ............. SUCCESS [28.541s]
[INFO] Quickstart : BPEL Service : JMS Binding ........... SUCCESS [25.450s]
[INFO] Quickstart : BPEL Service : Loan Approval ......... SUCCESS [30.345s]
[INFO] Quickstart : BPEL Service : Simple Correlation .... SUCCESS [26.575s]
[INFO] Quickstart : BPEL Service : XTS Subordinate WSBA .. SUCCESS [0.787s]
[INFO] Quickstart : BPEL Service : XTS Subordinate WSBA : Business Travel Process SUCCESS [1.993s]
[INFO] Quickstart : BPEL Service : XTS Subordinate WSBA : Airport Web Service SUCCESS [4.459s]
[INFO] Quickstart : BPEL Service : XTS WSAT .............. SUCCESS [1.533s]
[INFO] Quickstart : BPEL Service : XTS WSAT : Business Travel Process SUCCESS [2.334s]
[INFO] Quickstart : BPEL Service : XTS WSAT : Airport Web Service SUCCESS [4.080s]
[INFO] Quickstart : BPM Service .......................... SUCCESS [44.535s]
[INFO] Quickstart : Camel Binding ........................ SUCCESS [14.087s]
[INFO] Quickstart : Camel AMQP Binding ................... SUCCESS [18.991s]
[INFO] Quickstart : Camel FTP Binding .................... SUCCESS [17.220s]
[INFO] Quickstart : Camel JMS Binding .................... SUCCESS [17.444s]
[INFO] Quickstart : Camel Netty Binding .................. FAILURE [5.224s]
[INFO] Quickstart : Camel Quartz Binding ................. SKIPPED
[INFO] Quickstart : Camel JPA Binding .................... SKIPPED
[INFO] Quickstart : Camel SQL Binding .................... SKIPPED
[INFO] Quickstart : Camel Mail Binding ................... SKIPPED
[INFO] Quickstart : Camel Service ........................ SKIPPED
[INFO] Quickstart : Camel SOAP Proxy ..................... SKIPPED
[INFO] Quickstart : Camel Exchange Bus CDI ............... SKIPPED
[INFO] Quickstart : HTTP Binding ......................... SKIPPED
[INFO] Quickstart : RESTEasy Binding ..................... SKIPPED
[INFO] Quickstart : Rules+Camel Content-Based Router ..... SKIPPED
[INFO] Quickstart : Rules Interview ...................... SKIPPED
[INFO] Quickstart : Rules Interview Container ............ SKIPPED
[INFO] Quickstart : JCA Inflow Binding for HornetQ ....... SKIPPED
[INFO] Quickstart : JCA Outbound Binding for HornetQ ..... SKIPPED
[INFO] Quickstart : JAXB Transformation .................. SKIPPED
[INFO] Quickstart : JSON Transformation .................. SKIPPED
[INFO] Quickstart : Smooks Transformation ................ SKIPPED
[INFO] Quickstart : XSLT Transformation .................. SKIPPED
[INFO] Quickstart : XML Message Validation ............... SKIPPED
[INFO] Quickstart Demo : Help Desk ....................... SKIPPED
[INFO] Quickstart Demo : Help Desk - Web App ............. SKIPPED
[INFO] Quickstart Demo : Orders .......................... SKIPPED
[INFO] Quickstart Demo : JEE Webapp Deployment ........... SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Service Artifacts SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Order Service SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Order Consumer SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Web App .. SKIPPED
[INFO] Quickstart Demo: Multiple Applications ............ SKIPPED
[INFO] Quickstart Demo : Security Policy : Basic Authentication (+SSL) SKIPPED
[INFO] Quickstart Demo : Security Policy : Certificate Authentication (+SSL) SKIPPED
[INFO] Quickstart Demo : Security Policy : SAML Assertion (+SSL) SKIPPED
[INFO] Quickstart Demo : Transaction Policy .............. SKIPPED
[INFO] SwitchYard : Quickstarts Distribution Assembly .... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5:37.744s
[INFO] Finished at: Sat Feb 16 01:09:24 EST 2013
[INFO] Final Memory: 87M/507M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project switchyard-quickstart-camel-netty-binding: Compilation failure
[ERROR] Failure executing javac, but could not parse the error:
[ERROR]
[ERROR]
[ERROR] The system is out of resources.
[ERROR] Consult the following stack trace for details.
[ERROR] java.lang.OutOfMemoryError: PermGen space
[ERROR] at java.lang.ClassLoader.defineClass1(Native Method)
[ERROR] at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
[ERROR] at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
[ERROR] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
[ERROR] at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
[ERROR] at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
[ERROR] at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
[ERROR] at java.security.AccessController.doPrivileged(Native Method)
[ERROR] at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
[ERROR] at org.codehaus.plexus.compiler.javac.IsolatedClassLoader.loadClass(IsolatedClassLoader.java:56)
[ERROR] at com.sun.tools.javac.processing.JavacProcessingEnvironment$DiscoveredProcessors.iterator(JavacProcessingEnvironment.java:497)
[ERROR] at com.sun.tools.javac.processing.JavacProcessingEnvironment.atLeastOneProcessor(JavacProcessingEnvironment.java:289)
[ERROR] at com.sun.tools.javac.main.JavaCompiler.initProcessAnnotations(JavaCompiler.java:879)
[ERROR] at com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:724)
[ERROR] at com.sun.tools.javac.main.Main.compile(Main.java:353)
[ERROR] at com.sun.tools.javac.main.Main.compile(Main.java:279)
[ERROR] at com.sun.tools.javac.main.Main.compile(Main.java:270)
[ERROR] at com.sun.tools.javac.Main.compile(Main.java:87)
[ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[ERROR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[ERROR] at java.lang.reflect.Method.invoke(Method.java:597)
[ERROR] at org.codehaus.plexus.compiler.javac.JavacCompiler.compileInProcess(JavacCompiler.java:554)
[ERROR] at org.codehaus.plexus.compiler.javac.JavacCompiler.compile(JavacCompiler.java:161)
[ERROR] at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:605)
[ERROR] at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:128)
[ERROR] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
[ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
[ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
[ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
[ERROR] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
[ERROR] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
[ERROR] -> [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/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :switchyard-quickstart-camel-netty-binding
Build step 'Invoke top-level Maven targets' marked build as failure
11 years, 10 months
Build failed in Jenkins: SwitchYard-Quickstarts #1527
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...>
------------------------------------------
[...truncated 4427 lines...]
35 KB 15 KB
38 KB 15 KB
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/switchyar... (15 KB at 32.5 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/switchyar... (38 KB at 74.1 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ switchyard-quickstart-camel-sql-binding ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ switchyard-quickstart-camel-sql-binding ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ switchyard-quickstart-camel-sql-binding ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ switchyard-quickstart-camel-sql-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ switchyard-quickstart-camel-sql-binding ---
[INFO] Compiling 6 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...>
[INFO]
[INFO] --- maven-source-plugin:2.1.1:jar-no-fork (attach-sources) @ switchyard-quickstart-camel-sql-binding ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...>
[INFO]
[INFO] --- switchyard-plugin:0.8.0-SNAPSHOT:configure (default) @ switchyard-quickstart-camel-sql-binding ---
[INFO] SwitchYard plugin scanning: [<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...]>
[INFO] Outputting SwitchYard configuration model to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...>
[INFO] Validating SwitchYard configuration model...
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ switchyard-quickstart-camel-sql-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ switchyard-quickstart-camel-sql-binding ---
[INFO] Compiling 3 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...>
[INFO]
[INFO] --- maven-surefire-plugin:2.6:test (default-test) @ switchyard-quickstart-camel-sql-binding ---
[INFO] Surefire report directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.switchyard.quickstarts.camel.sql.CamelSqlRetrieveTest
01:23:54,638 INFO [org.jboss.weld.Version] WELD-000900 1.1.5 (AS71)
01:23:57,871 INFO [org.apache.camel.management.ManagementStrategyFactory] JMX enabled.
01:23:57,987 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) is starting
01:23:57,993 INFO [org.apache.camel.management.DefaultManagementLifecycleStrategy] StatisticsLevel at All so enabling load performance statistics
01:23:58,639 INFO [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 187 type converters
01:23:58,752 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Total 0 routes, of which 0 is started.
01:23:58,756 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) started in 0.814 seconds
01:23:59,368 INFO [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 187 type converters
01:24:02,649 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:camel-sql-binding:0.1.0}RemoveService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-sql-binding:0.1.0%7DRemoveService]
01:24:03,430 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:camel-sql-binding:0.1.0}StoreService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-sql-binding:0.1.0%7DStoreService]
01:24:04,030 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:camel-sql-binding:0.1.0}GreetingService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-sql-binding:0.1.0%7DGreetingService]
01:24:04,282 DEBUG [org.apache.camel.component.sql.SqlProducer] Starting producer: Producer[sql://SELECT%20*%20FROM%20greetings?dataSourceRef=java%3Ajboss%2Fdatasources%2FExampleDS]
01:24:04,377 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelSqlBindingModel/GreetingService@-702531588 started and consuming from: Endpoint[timer://V1CamelSqlBindingModel/GreetingService@-702531588?delay=1000&period=1s]
01:24:04,497 INFO [org.quartz.simpl.SimpleThreadPool] Job execution threads will use class loader of thread: main
01:24:04,544 INFO [org.quartz.core.SchedulerSignalerImpl] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
01:24:04,545 INFO [org.quartz.core.QuartzScheduler] Quartz Scheduler v.1.8.5 created.
01:24:04,549 INFO [org.quartz.simpl.RAMJobStore] RAMJobStore initialized.
01:24:04,552 INFO [org.quartz.core.QuartzScheduler] Scheduler meta-data: Quartz Scheduler (v1.8.5) 'DefaultQuartzScheduler-camel-1' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
01:24:04,553 INFO [org.quartz.impl.StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler-camel-1' initialized from an externally provided properties instance.
01:24:04,554 INFO [org.quartz.impl.StdSchedulerFactory] Quartz scheduler version: 1.8.5
01:24:04,555 INFO [org.apache.camel.component.quartz.QuartzComponent] Starting Quartz scheduler: DefaultQuartzScheduler-camel-1
01:24:04,556 INFO [org.quartz.core.QuartzScheduler] Scheduler DefaultQuartzScheduler-camel-1_$_NON_CLUSTERED started.
01:24:04,746 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelQuartzBindingModel/GreetingService@494946266 started and consuming from: Endpoint[quartz://EveryFiveSecondsJob?cron=*%2F5+*+*+*+*+%3F]
01:24:05,509 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 1 routes (timeout 300 seconds)
01:24:05,541 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: V1CamelSqlBindingModel/GreetingService@-702531588 shutdown complete, was consuming from: Endpoint[timer://V1CamelSqlBindingModel/GreetingService@-702531588?delay=1000&period=1s]
01:24:05,543 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 1 routes completed in 0 seconds
01:24:05,588 DEBUG [org.apache.camel.component.sql.SqlProducer] Stopping producer: Producer[sql://SELECT%20*%20FROM%20greetings?dataSourceRef=java%3Ajboss%2Fdatasources%2FExampleDS]
01:24:05,591 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelSqlBindingModel/GreetingService@-702531588 stopped, was consuming from: Endpoint[timer://V1CamelSqlBindingModel/GreetingService@-702531588?delay=1000&period=1s]
01:24:05,598 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelSqlBindingModel/GreetingService@-702531588 shutdown and removed, was consuming from: Endpoint[timer://V1CamelSqlBindingModel/GreetingService@-702531588?delay=1000&period=1s]
01:24:05,600 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 1 routes (timeout 300 seconds)
01:24:05,604 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: V1CamelQuartzBindingModel/GreetingService@494946266 shutdown complete, was consuming from: Endpoint[quartz://EveryFiveSecondsJob?cron=*%2F5+*+*+*+*+%3F]
01:24:05,605 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 1 routes completed in 0 seconds
01:24:05,608 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelQuartzBindingModel/GreetingService@494946266 stopped, was consuming from: Endpoint[quartz://EveryFiveSecondsJob?cron=*%2F5+*+*+*+*+%3F]
01:24:05,613 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelQuartzBindingModel/GreetingService@494946266 shutdown and removed, was consuming from: Endpoint[quartz://EveryFiveSecondsJob?cron=*%2F5+*+*+*+*+%3F]
01:24:05,621 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) is shutting down
01:24:05,622 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 3 routes (timeout 300 seconds)
01:24:05,624 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:camel-sql-binding:0.1.0}GreetingService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-sql-binding:0.1.0%7DGreetingService]
01:24:05,625 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:camel-sql-binding:0.1.0}StoreService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-sql-binding:0.1.0%7DStoreService]
01:24:05,627 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:camel-sql-binding:0.1.0}RemoveService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-sql-binding:0.1.0%7DRemoveService]
01:24:05,629 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 3 routes completed in 0 seconds
01:24:05,680 INFO [org.apache.camel.component.quartz.QuartzComponent] There are no more jobs registered, so shutting down Quartz scheduler: DefaultQuartzScheduler-camel-1
01:24:05,682 INFO [org.quartz.core.QuartzScheduler] Scheduler DefaultQuartzScheduler-camel-1_$_NON_CLUSTERED shutting down.
01:24:05,683 INFO [org.quartz.core.QuartzScheduler] Scheduler DefaultQuartzScheduler-camel-1_$_NON_CLUSTERED paused.
01:24:05,685 INFO [org.quartz.core.QuartzScheduler] Scheduler DefaultQuartzScheduler-camel-1_$_NON_CLUSTERED shutdown complete.
01:24:05,691 INFO [org.apache.camel.impl.converter.DefaultTypeConverter] TypeConverterRegistry utilization[attempts=7, hits=7, misses=0, failures=0] mappings[total=188, misses=0]
01:24:05,699 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) is shutdown in 0.077 seconds. Uptime 7.760 seconds.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.457 sec
Running org.switchyard.quickstarts.camel.sql.CamelSqlStoreTest
01:24:07,830 INFO [org.apache.camel.management.ManagementStrategyFactory] JMX enabled.
01:24:07,834 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-3) is starting
01:24:07,835 INFO [org.apache.camel.management.DefaultManagementLifecycleStrategy] StatisticsLevel at All so enabling load performance statistics
01:24:08,150 INFO [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 187 type converters
01:24:08,184 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Total 0 routes, of which 0 is started.
01:24:08,185 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-3) started in 0.351 seconds
01:24:09,685 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:camel-sql-binding:0.1.0}RemoveService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-sql-binding:0.1.0%7DRemoveService]
01:24:10,040 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:camel-sql-binding:0.1.0}StoreService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-sql-binding:0.1.0%7DStoreService]
01:24:10,364 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:camel-sql-binding:0.1.0}GreetingService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-sql-binding:0.1.0%7DGreetingService]
01:24:10,513 DEBUG [org.apache.camel.component.sql.SqlProducer] Starting producer: Producer[sql://SELECT%20*%20FROM%20greetings?dataSourceRef=java%3Ajboss%2Fdatasources%2FExampleDS]
01:24:10,557 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelSqlBindingModel/GreetingService@-702531588 started and consuming from: Endpoint[timer://V1CamelSqlBindingModel/GreetingService@-702531588?delay=1000&period=1s]
01:24:10,581 INFO [org.quartz.simpl.SimpleThreadPool] Job execution threads will use class loader of thread: main
01:24:10,586 INFO [org.quartz.core.SchedulerSignalerImpl] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
01:24:10,586 INFO [org.quartz.core.QuartzScheduler] Quartz Scheduler v.1.8.5 created.
01:24:10,587 INFO [org.quartz.simpl.RAMJobStore] RAMJobStore initialized.
01:24:10,588 INFO [org.quartz.core.QuartzScheduler] Scheduler meta-data: Quartz Scheduler (v1.8.5) 'DefaultQuartzScheduler-camel-3' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
01:24:10,592 INFO [org.quartz.impl.StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler-camel-3' initialized from an externally provided properties instance.
01:24:10,592 INFO [org.quartz.impl.StdSchedulerFactory] Quartz scheduler version: 1.8.5
01:24:10,594 INFO [org.apache.camel.component.quartz.QuartzComponent] Starting Quartz scheduler: DefaultQuartzScheduler-camel-3
01:24:10,594 INFO [org.quartz.core.QuartzScheduler] Scheduler DefaultQuartzScheduler-camel-3_$_NON_CLUSTERED started.
01:24:10,739 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelQuartzBindingModel/GreetingService@494946266 started and consuming from: Endpoint[quartz://EveryFiveSecondsJob?cron=*%2F5+*+*+*+*+%3F]
01:24:10,754 INFO [org.switchyard.bus.camel.CamelExchangeBus] Removing route direct:{urn:switchyard-quickstart:camel-sql-binding:0.1.0}GreetingService
01:24:10,755 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 1 routes (timeout 300 seconds)
01:24:10,757 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 300 seconds.
01:24:10,770 DEBUG [org.apache.camel.component.sql.SqlProducer] Starting producer: Producer[sql://INSERT%20INTO%20greetings%20(receiver,sender,id)%20VALUES%20(%23,%23,%23)?dataSourceRef=java%3Ajboss%2Fdatasources%2FExampleDS]
01:24:10,775 TRACE [org.apache.camel.component.sql.SqlProducer] Setting parameter #1 with value: Brian
01:24:10,775 TRACE [org.apache.camel.component.sql.SqlProducer] Setting parameter #2 with value: Keith
01:24:10,776 TRACE [org.apache.camel.component.sql.SqlProducer] Setting parameter #3 with value: null
01:24:11,759 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:camel-sql-binding:0.1.0}GreetingService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-sql-binding:0.1.0%7DGreetingService]
01:24:11,761 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 1 routes completed in 1 seconds
01:24:11,770 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:camel-sql-binding:0.1.0}GreetingService stopped, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-sql-binding:0.1.0%7DGreetingService]
01:24:11,779 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:camel-sql-binding:0.1.0}GreetingService shutdown and removed, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-sql-binding:0.1.0%7DGreetingService]
01:24:12,124 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:camel-sql-binding:0.1.0}GreetingService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-sql-binding:0.1.0%7DGreetingService]
01:24:12,148 TRACE [org.apache.camel.component.sql.SqlProducer] Setting parameter #1 with value: Keith
01:24:12,148 TRACE [org.apache.camel.component.sql.SqlProducer] Setting parameter #2 with value: David
01:24:12,148 TRACE [org.apache.camel.component.sql.SqlProducer] Setting parameter #3 with value: null
01:24:12,169 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 1 routes (timeout 300 seconds)
01:24:12,170 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: V1CamelSqlBindingModel/GreetingService@-702531588 shutdown complete, was consuming from: Endpoint[timer://V1CamelSqlBindingModel/GreetingService@-702531588?delay=1000&period=1s]
01:24:12,170 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 1 routes completed in 0 seconds
01:24:12,172 DEBUG [org.apache.camel.component.sql.SqlProducer] Stopping producer: Producer[sql://SELECT%20*%20FROM%20greetings?dataSourceRef=java%3Ajboss%2Fdatasources%2FExampleDS]
01:24:12,173 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelSqlBindingModel/GreetingService@-702531588 stopped, was consuming from: Endpoint[timer://V1CamelSqlBindingModel/GreetingService@-702531588?delay=1000&period=1s]
01:24:12,177 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelSqlBindingModel/GreetingService@-702531588 shutdown and removed, was consuming from: Endpoint[timer://V1CamelSqlBindingModel/GreetingService@-702531588?delay=1000&period=1s]
01:24:12,178 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 1 routes (timeout 300 seconds)
01:24:12,180 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: V1CamelQuartzBindingModel/GreetingService@494946266 shutdown complete, was consuming from: Endpoint[quartz://EveryFiveSecondsJob?cron=*%2F5+*+*+*+*+%3F]
01:24:12,181 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 1 routes completed in 0 seconds
01:24:12,182 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelQuartzBindingModel/GreetingService@494946266 stopped, was consuming from: Endpoint[quartz://EveryFiveSecondsJob?cron=*%2F5+*+*+*+*+%3F]
01:24:12,186 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelQuartzBindingModel/GreetingService@494946266 shutdown and removed, was consuming from: Endpoint[quartz://EveryFiveSecondsJob?cron=*%2F5+*+*+*+*+%3F]
01:24:12,187 DEBUG [org.apache.camel.component.sql.SqlProducer] Stopping producer: Producer[sql://INSERT%20INTO%20greetings%20(receiver,sender,id)%20VALUES%20(%23,%23,%23)?dataSourceRef=java%3Ajboss%2Fdatasources%2FExampleDS]
01:24:12,192 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-3) is shutting down
01:24:12,193 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 3 routes (timeout 300 seconds)
01:24:12,194 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:camel-sql-binding:0.1.0}GreetingService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-sql-binding:0.1.0%7DGreetingService]
01:24:12,195 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:camel-sql-binding:0.1.0}StoreService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-sql-binding:0.1.0%7DStoreService]
01:24:12,196 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:camel-sql-binding:0.1.0}RemoveService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-sql-binding:0.1.0%7DRemoveService]
01:24:12,197 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 3 routes completed in 0 seconds
01:24:12,227 INFO [org.apache.camel.component.quartz.QuartzComponent] There are no more jobs registered, so shutting down Quartz scheduler: DefaultQuartzScheduler-camel-3
01:24:12,228 INFO [org.quartz.core.QuartzScheduler] Scheduler DefaultQuartzScheduler-camel-3_$_NON_CLUSTERED shutting down.
01:24:12,228 INFO [org.quartz.core.QuartzScheduler] Scheduler DefaultQuartzScheduler-camel-3_$_NON_CLUSTERED paused.
01:24:12,229 INFO [org.quartz.core.QuartzScheduler] Scheduler DefaultQuartzScheduler-camel-3_$_NON_CLUSTERED shutdown complete.
01:24:12,232 INFO [org.apache.camel.impl.converter.DefaultTypeConverter] TypeConverterRegistry utilization[attempts=10, hits=10, misses=0, failures=0] mappings[total=187, misses=0]
01:24:12,238 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-3) is shutdown in 0.046 seconds. Uptime 4.405 seconds.
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 6.473 sec <<< FAILURE!
Results :
Failed tests:
shouldStoreGreet(org.switchyard.quickstarts.camel.sql.CamelSqlStoreTest)
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] SwitchYard: Quickstarts ........................... SUCCESS [6.278s]
[INFO] Quickstart : Bean Service ......................... SUCCESS [1:19.101s]
[INFO] Quickstart : BPEL Service ......................... SUCCESS [37.658s]
[INFO] Quickstart : BPEL Service : Say Hello ............. SUCCESS [42.384s]
[INFO] Quickstart : BPEL Service : JMS Binding ........... SUCCESS [41.021s]
[INFO] Quickstart : BPEL Service : Loan Approval ......... SUCCESS [47.007s]
[INFO] Quickstart : BPEL Service : Simple Correlation .... SUCCESS [35.800s]
[INFO] Quickstart : BPEL Service : XTS Subordinate WSBA .. SUCCESS [1.705s]
[INFO] Quickstart : BPEL Service : XTS Subordinate WSBA : Business Travel Process SUCCESS [4.518s]
[INFO] Quickstart : BPEL Service : XTS Subordinate WSBA : Airport Web Service SUCCESS [6.180s]
[INFO] Quickstart : BPEL Service : XTS WSAT .............. SUCCESS [1.097s]
[INFO] Quickstart : BPEL Service : XTS WSAT : Business Travel Process SUCCESS [3.269s]
[INFO] Quickstart : BPEL Service : XTS WSAT : Airport Web Service SUCCESS [5.864s]
[INFO] Quickstart : BPM Service .......................... SUCCESS [1:03.448s]
[INFO] Quickstart : Camel Binding ........................ SUCCESS [19.230s]
[INFO] Quickstart : Camel AMQP Binding ................... SUCCESS [32.166s]
[INFO] Quickstart : Camel FTP Binding .................... SUCCESS [22.309s]
[INFO] Quickstart : Camel JMS Binding .................... SUCCESS [24.712s]
[INFO] Quickstart : Camel Netty Binding .................. SUCCESS [37.056s]
[INFO] Quickstart : Camel Quartz Binding ................. SUCCESS [21.337s]
[INFO] Quickstart : Camel JPA Binding .................... SUCCESS [42.545s]
[INFO] Quickstart : Camel SQL Binding .................... FAILURE [31.134s]
[INFO] Quickstart : Camel Mail Binding ................... SKIPPED
[INFO] Quickstart : Camel Service ........................ SKIPPED
[INFO] Quickstart : Camel SOAP Proxy ..................... SKIPPED
[INFO] Quickstart : Camel Exchange Bus CDI ............... SKIPPED
[INFO] Quickstart : HTTP Binding ......................... SKIPPED
[INFO] Quickstart : RESTEasy Binding ..................... SKIPPED
[INFO] Quickstart : Rules+Camel Content-Based Router ..... SKIPPED
[INFO] Quickstart : Rules Interview ...................... SKIPPED
[INFO] Quickstart : Rules Interview Container ............ SKIPPED
[INFO] Quickstart : JCA Inflow Binding for HornetQ ....... SKIPPED
[INFO] Quickstart : JCA Outbound Binding for HornetQ ..... SKIPPED
[INFO] Quickstart : JAXB Transformation .................. SKIPPED
[INFO] Quickstart : JSON Transformation .................. SKIPPED
[INFO] Quickstart : Smooks Transformation ................ SKIPPED
[INFO] Quickstart : XSLT Transformation .................. SKIPPED
[INFO] Quickstart : XML Message Validation ............... SKIPPED
[INFO] Quickstart Demo : Help Desk ....................... SKIPPED
[INFO] Quickstart Demo : Help Desk - Web App ............. SKIPPED
[INFO] Quickstart Demo : Orders .......................... SKIPPED
[INFO] Quickstart Demo : JEE Webapp Deployment ........... SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Service Artifacts SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Order Service SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Order Consumer SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Web App .. SKIPPED
[INFO] Quickstart Demo: Multiple Applications ............ SKIPPED
[INFO] Quickstart Demo : Security Policy : Basic Authentication (+SSL) SKIPPED
[INFO] Quickstart Demo : Security Policy : Certificate Authentication (+SSL) SKIPPED
[INFO] Quickstart Demo : Security Policy : SAML Assertion (+SSL) SKIPPED
[INFO] Quickstart Demo : Transaction Policy .............. SKIPPED
[INFO] SwitchYard : Quickstarts Distribution Assembly .... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:16.147s
[INFO] Finished at: Wed Feb 13 01:24:12 EST 2013
[INFO] Final Memory: 132M/511M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.6:test (default-test) on project switchyard-quickstart-camel-sql-binding: There are test failures.
[ERROR]
[ERROR] Please refer to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...> for the individual test results.
[ERROR] -> [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/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :switchyard-quickstart-camel-sql-binding
Build step 'Invoke top-level Maven targets' marked build as failure
11 years, 10 months
Build failed in Jenkins: SwitchYard-Components #1040
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Components...>
Changes:
[tm.igarashi] SWITCHYARD-520 Add support for properties in application configuration
------------------------------------------
[...truncated 3550 lines...]
13:59:28,235 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 94 seconds.
13:59:29,237 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 93 seconds.
13:59:30,239 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 92 seconds.
13:59:31,241 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 91 seconds.
13:59:32,243 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 90 seconds.
13:59:33,245 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 89 seconds.
13:59:34,246 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 88 seconds.
13:59:35,248 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 87 seconds.
13:59:36,250 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 86 seconds.
13:59:37,252 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 85 seconds.
13:59:38,254 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 84 seconds.
13:59:39,256 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 83 seconds.
13:59:40,277 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 82 seconds.
13:59:41,279 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 81 seconds.
13:59:42,281 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 80 seconds.
13:59:43,283 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 79 seconds.
13:59:44,285 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 78 seconds.
13:59:45,287 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 77 seconds.
13:59:46,289 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 76 seconds.
13:59:47,290 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 75 seconds.
13:59:48,292 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 74 seconds.
13:59:49,294 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 73 seconds.
13:59:50,296 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 72 seconds.
13:59:51,298 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 71 seconds.
13:59:52,300 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 70 seconds.
13:59:53,301 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 69 seconds.
13:59:54,303 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 68 seconds.
13:59:55,305 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 67 seconds.
13:59:56,307 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 66 seconds.
13:59:57,309 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 65 seconds.
13:59:58,320 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 64 seconds.
13:59:59,321 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 63 seconds.
14:00:00,323 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 62 seconds.
14:00:01,325 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 61 seconds.
14:00:02,327 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 60 seconds.
14:00:03,329 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 59 seconds.
14:00:04,331 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 58 seconds.
14:00:05,336 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 57 seconds.
14:00:06,338 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 56 seconds.
14:00:07,340 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 55 seconds.
14:00:08,345 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 54 seconds.
14:00:09,347 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 53 seconds.
14:00:10,350 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 52 seconds.
14:00:11,356 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 51 seconds.
14:00:12,358 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 50 seconds.
14:00:13,363 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 49 seconds.
14:00:14,365 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 48 seconds.
14:00:15,367 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 47 seconds.
14:00:16,376 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 46 seconds.
14:00:17,416 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 45 seconds.
14:00:18,417 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 44 seconds.
14:00:19,419 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 43 seconds.
14:00:20,421 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 42 seconds.
14:00:21,423 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 41 seconds.
14:00:22,425 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 40 seconds.
14:00:23,427 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 39 seconds.
14:00:24,428 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 38 seconds.
14:00:25,430 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 37 seconds.
14:00:26,432 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 36 seconds.
14:00:27,434 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 35 seconds.
14:00:28,436 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 34 seconds.
14:00:29,438 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 33 seconds.
14:00:30,466 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 32 seconds.
14:00:31,467 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 31 seconds.
14:00:32,469 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 30 seconds.
14:00:33,471 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 29 seconds.
14:00:34,473 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 28 seconds.
14:00:35,475 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 27 seconds.
14:00:36,477 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 26 seconds.
14:00:37,479 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 25 seconds.
14:00:38,480 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 24 seconds.
14:00:39,482 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 23 seconds.
14:00:40,484 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 22 seconds.
14:00:41,486 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 21 seconds.
14:00:42,488 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 20 seconds.
14:00:43,510 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 19 seconds.
14:00:44,516 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 18 seconds.
14:00:45,517 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 17 seconds.
14:00:46,519 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 16 seconds.
14:00:47,521 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 15 seconds.
14:00:48,523 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 14 seconds.
14:00:49,525 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 13 seconds.
14:00:50,527 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 12 seconds.
14:00:51,528 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 11 seconds.
14:00:52,530 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 10 seconds.
14:00:53,532 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 9 seconds.
14:00:54,534 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 8 seconds.
14:00:55,536 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 7 seconds.
14:00:56,555 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 6 seconds.
14:00:57,556 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 5 seconds.
14:00:58,567 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 4 seconds.
14:00:59,569 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 3 seconds.
14:01:00,571 INFO [impl.DefaultShutdownStrategy] Waiting as there are still 1 inflight and pending exchanges to complete, timeout in 2 seconds.
14:01:01,245 WARN [impl.DefaultShutdownStrategy] Timeout occurred. Now forcing the routes to be shutdown now.
14:01:01,245 WARN [impl.DefaultShutdownStrategy] Interrupted while waiting during graceful shutdown, will force shutdown now.
14:01:01,247 INFO [impl.DefaultShutdownStrategy] Route: direct:ConsumerService shutdown complete, was consuming from: Endpoint[direct://ConsumerService]
14:01:01,247 INFO [impl.DefaultShutdownStrategy] Route: direct:InventoryClientService2 shutdown complete, was consuming from: Endpoint[direct://InventoryClientService2]
14:01:01,247 INFO [impl.DefaultShutdownStrategy] Graceful shutdown of 16 routes completed in 300 seconds
14:01:01,247 INFO [impl.DefaultShutdownStrategy] Route: direct:RequestResponse shutdown complete, was consuming from: Endpoint[direct://RequestResponse]
14:01:01,249 INFO [impl.DefaultShutdownStrategy] Route: direct:ServiceWithReference shutdown complete, was consuming from: Endpoint[direct://ServiceWithReference]
14:01:01,249 INFO [impl.DefaultShutdownStrategy] Route: direct:SecureService shutdown complete, was consuming from: Endpoint[direct://SecureService]
14:01:01,249 INFO [impl.DefaultShutdownStrategy] Route: direct:ContextInjectService shutdown complete, was consuming from: Endpoint[direct://ContextInjectService]
14:01:01,250 INFO [impl.DefaultShutdownStrategy] Route: direct:InventoryClientService1 shutdown complete, was consuming from: Endpoint[direct://InventoryClientService1]
14:01:01,250 INFO [impl.DefaultShutdownStrategy] Route: direct:ServiceAnnotationService shutdown complete, was consuming from: Endpoint[direct://ServiceAnnotationService]
14:01:01,251 INFO [impl.DefaultShutdownStrategy] Route: direct:OneWay shutdown complete, was consuming from: Endpoint[direct://OneWay]
14:01:01,251 INFO [impl.DefaultShutdownStrategy] Route: direct:CustomServiceAnnotationServiceName shutdown complete, was consuming from: Endpoint[direct://CustomServiceAnnotationServiceName]
14:01:01,251 INFO [impl.DefaultShutdownStrategy] Route: direct:PropertyService shutdown complete, was consuming from: Endpoint[direct://PropertyService]
14:01:01,252 INFO [impl.DefaultShutdownStrategy] Route: direct:BasicOrderManagementService shutdown complete, was consuming from: Endpoint[direct://BasicOrderManagementService]
14:01:01,252 INFO [impl.DefaultShutdownStrategy] Route: direct:ProductService shutdown complete, was consuming from: Endpoint[direct://ProductService]
14:01:01,253 INFO [impl.DefaultShutdownStrategy] Route: direct:SharedTransactionService shutdown complete, was consuming from: Endpoint[direct://SharedTransactionService]
14:01:01,253 INFO [impl.DefaultShutdownStrategy] Route: direct:InventoryService shutdown complete, was consuming from: Endpoint[direct://InventoryService]
14:01:01,254 INFO [impl.DefaultShutdownStrategy] Route: direct:LocalTransactionService shutdown complete, was consuming from: Endpoint[direct://LocalTransactionService]
14:01:01,294 INFO [converter.DefaultTypeConverter] TypeConverterRegistry utilization[attempts=1, hits=1, misses=0, failures=0] mappings[total=185, misses=0]
14:01:01,306 INFO [camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-22) is shutdown in 5 minutes. Uptime 5 minutes.
java.lang.Exception: Stack trace
Tests run: 4, Failures: 1, Errors: 1, Skipped: 0, Time elapsed: 322.541 sec <<< FAILURE!
at java.lang.Thread.dumpStack(Thread.java:1249)
at org.switchyard.component.test.mixins.cdi.CDIMixIn.uninitialize(CDIMixIn.java:209)
at org.switchyard.test.SwitchYardTestKit.cleanupMixIns(SwitchYardTestKit.java:733)
at org.switchyard.test.SwitchYardTestKit.cleanup(SwitchYardTestKit.java:201)
at org.switchyard.test.SwitchYardRunner$TestLifecycleListener.testFinished(SwitchYardRunner.java:100)
at org.junit.runner.notification.RunNotifier$7.notifyListener(RunNotifier.java:145)
at org.junit.runner.notification.RunNotifier$SafeNotifier.run(RunNotifier.java:41)
at org.junit.runner.notification.RunNotifier.fireTestFinished(RunNotifier.java:142)
at org.junit.internal.runners.model.EachTestNotifier.fireTestFinished(EachTestNotifier.java:41)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:269)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.switchyard.test.SwitchYardRunner.run(SwitchYardRunner.java:90)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:120)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:103)
at org.apache.maven.surefire.Surefire.run(Surefire.java:169)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
Running org.switchyard.component.bean.tests.ReferenceAnnoationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.834 sec
Running org.switchyard.component.bean.config.model.BeanModelTests
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.249 sec
Running org.switchyard.component.bean.includeexclude.BeanActivatorWithoutConfigIncludeTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.014 sec <<< FAILURE!
Running org.switchyard.component.bean.tests.InputTypeMismatchTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.023 sec <<< FAILURE!
Results :
Failed tests:
testBeanProperty(org.switchyard.component.bean.tests.BeanPropertyTest)
consumeInOnlyServiceFromBean_Fault_invalid_operation(org.switchyard.component.bean.tests.BeanConsumerTest)
Tests in error:
consumeInOutServiceFromBean_Fault_service_exception(org.switchyard.component.bean.tests.BeanConsumerTest)
test(org.switchyard.component.bean.includeexclude.BeanActivatorWithoutConfigIncludeTest)
Test mechanism
test_invokeWithWrongInputParameterType(org.switchyard.component.bean.tests.InputTypeMismatchTest)
Test mechanism
Tests run: 28, Failures: 2, Errors: 5, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] SwitchYard: Components ............................ SUCCESS [55.773s]
[INFO] SwitchYard: Common Component Libraries Parent ..... SUCCESS [0.981s]
[INFO] SwitchYard: Common Component Library .............. SUCCESS [43.109s]
[INFO] SwitchYard: Component Test Parent ................. SUCCESS [0.849s]
[INFO] SwitchYard: Naming Test MixIn ..................... SUCCESS [24.851s]
[INFO] SwitchYard: CDI Test MixIn ........................ SUCCESS [36.498s]
[INFO] SwitchYard: Bean Component ........................ FAILURE [6:30.486s]
[INFO] SwitchYard: Camel Component Common Library ........ SKIPPED
[INFO] SwitchYard: Knowledge Common Component Library .... SKIPPED
[INFO] SwitchYard: JAX-RS Common Component Library ....... SKIPPED
[INFO] SwitchYard: AMQP MixIn ............................ SKIPPED
[INFO] SwitchYard: BPM Component ......................... SKIPPED
[INFO] SwitchYard: BPM MixIn ............................. SKIPPED
[INFO] SwitchYard: HornetQ Test MixIn .................... SKIPPED
[INFO] SwitchYard: HTTP Test MixIn ....................... SKIPPED
[INFO] SwitchYard: JCA Test MixIn ........................ SKIPPED
[INFO] SwitchYard: Smooks Test MixIn ..................... SKIPPED
[INFO] SwitchYard: Remote Component ...................... SKIPPED
[INFO] SwitchYard: Rules Component ....................... SKIPPED
[INFO] SwitchYard: RESTEasy Component .................... SKIPPED
[INFO] SwitchYard: SOAP Component ........................ SKIPPED
[INFO] SwitchYard: BPEL Component ........................ SKIPPED
[INFO] SwitchYard: Component Camel Parent ................ SKIPPED
[INFO] SwitchYard: Camel Component :: Camel Component .... SKIPPED
[INFO] SwitchYard: Camel Component :: Binding Test framework SKIPPED
[INFO] SwitchYard: Camel Component :: Core Binding ....... SKIPPED
[INFO] SwitchYard: Camel Component :: SwitchYard component SKIPPED
[INFO] SwitchYard: Camel Component :: JMS Binding ........ SKIPPED
[INFO] SwitchYard: Camel Component :: AMQP Binding ....... SKIPPED
[INFO] SwitchYard: Camel Component :: Atom Binding ....... SKIPPED
[INFO] SwitchYard: Camel Component :: File Binding ....... SKIPPED
[INFO] SwitchYard: Camel Component :: FTP Binding ........ SKIPPED
[INFO] SwitchYard: Camel Component :: JPA Binding ........ SKIPPED
[INFO] SwitchYard: Camel Component :: Mail Binding ....... SKIPPED
[INFO] SwitchYard: Camel Component :: Netty Binding ...... SKIPPED
[INFO] SwitchYard: Camel Component :: Quartz Binding ..... SKIPPED
[INFO] SwitchYard: Camel Component :: SQL Binding ........ SKIPPED
[INFO] SwitchYard: Clojure Component ..................... SKIPPED
[INFO] SwitchYard: HornetQ Component ..................... SKIPPED
[INFO] SwitchYard: HTTP Component ........................ SKIPPED
[INFO] SwitchYard: JCA Component ......................... SKIPPED
[INFO] SwitchYard: Components Forge Plugin ............... SKIPPED
[INFO] SwitchYard: Bean Component Forge Plugin ........... SKIPPED
[INFO] SwitchYard: Component Common Forge Plugin ......... SKIPPED
[INFO] SwitchYard: Camel Component Forge Plugin .......... SKIPPED
[INFO] SwitchYard: Clojure Component Forge Plugin ........ SKIPPED
[INFO] SwitchYard: SOAP Gateway Forge Plugin ............. SKIPPED
[INFO] SwitchYard: RESTEasy Gateway Forge Plugin ......... SKIPPED
[INFO] SwitchYard: Rules Component Forge Plugin .......... SKIPPED
[INFO] SwitchYard: BPM Component Forge Plugin ............ SKIPPED
[INFO] SwitchYard: HTTP Gateway Forge Plugin ............. SKIPPED
[INFO] SwitchYard: JCA Gateway Forge Plugin .............. SKIPPED
[INFO] SwitchYard: HornetQ Gateway Forge Plugin .......... SKIPPED
[INFO] SwitchYard: Remote Gateway Forge Plugin ........... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9:24.771s
[INFO] Finished at: Mon Feb 11 14:01:04 EST 2013
[INFO] Final Memory: 104M/335M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.6:test (default-test) on project switchyard-component-bean: There are test failures.
[ERROR]
[ERROR] Please refer to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Components...> for the individual test results.
[ERROR] -> [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/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :switchyard-component-bean
Build step 'Invoke top-level Maven targets' marked build as failure
[CHECKSTYLE] Skipping publisher since build result is FAILURE
[FINDBUGS] Skipping publisher since build result is FAILURE
11 years, 10 months