Skip to content

Instantly share code, notes, and snippets.

@dvirgiln
Created November 26, 2014 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dvirgiln/f983b02f77d709a16587 to your computer and use it in GitHub Desktop.
Save dvirgiln/f983b02f77d709a16587 to your computer and use it in GitHub Desktop.
09:34:56,265 INFO [org.jboss.weld.Version] WELD-000900 1.1.23 (Final)
09:34:57,533 WARN [org.jboss.weld.interceptor.util.InterceptionTypeRegistry] Class 'javax.ejb.PostActivate' not found, interception based on it is not enabled
09:34:57,534 WARN [org.jboss.weld.interceptor.util.InterceptionTypeRegistry] Class 'javax.ejb.PrePassivate' not found, interception based on it is not enabled
09:34:58,376 INFO [org.switchyard.common.camel.SwitchYardCamelContextImpl] Apache Camel 2.12.2 (CamelContext: camel-1) is starting
09:34:58,377 INFO [org.apache.camel.management.ManagedManagementStrategy] JMX is enabled
09:34:58,717 INFO [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 193 type converters
nov 26, 2014 9:34:58 AM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
Información: Computed the following DeltaSpike ProjectStage: Production
09:34:58,847 INFO [org.switchyard.common.camel.SwitchYardCamelContextImpl] StreamCaching is not in use. If using streams then its recommended to enable stream caching. See more details at http://camel.apache.org/stream-caching.html
09:34:58,859 INFO [org.switchyard.common.camel.SwitchYardCamelContextImpl] Total 0 routes, of which 0 is started.
09:34:58,860 INFO [org.switchyard.common.camel.SwitchYardCamelContextImpl] Apache Camel 2.12.2 (CamelContext: camel-1) started in 0.483 seconds
09:34:59,151 INFO [org.switchyard.common.camel.SwitchYardCamelContextImpl] Route: direct:{urn:switchyard-quickstart:camel-sql-binding:0.1.0}GreetingService/RemoveService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-sql-binding:0.1.0%7DGreetingService/RemoveService]
09:34:59,248 INFO [org.switchyard.common.camel.SwitchYardCamelContextImpl] Route: direct:{urn:switchyard-quickstart:camel-sql-binding:0.1.0}GreetingService/StoreService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-sql-binding:0.1.0%7DGreetingService/StoreService]
09:34:59,333 INFO [org.switchyard.common.camel.SwitchYardCamelContextImpl] 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]
09:34:59,344 ERROR [org.switchyard.test.SwitchYardRunner] Error while test kit startup
org.switchyard.SwitchYardException: java.util.NoSuchElementException
at org.switchyard.component.camel.common.handler.InboundHandler.<init>(InboundHandler.java:71)
at org.switchyard.component.camel.sql.deploy.CamelSqlInboundHandler.<init>(CamelSqlInboundHandler.java:44)
at org.switchyard.component.camel.sql.deploy.CamelSqlActivator.createInboundHandler(CamelSqlActivator.java:41)
at org.switchyard.component.camel.common.deploy.BaseBindingActivator.activateBinding(BaseBindingActivator.java:43)
at org.switchyard.deploy.internal.Deployment.deployServiceBindings(Deployment.java:629)
at org.switchyard.deploy.internal.Deployment.start(Deployment.java:145)
at org.switchyard.test.SwitchYardTestKit.deploy(SwitchYardTestKit.java:757)
at org.switchyard.test.SwitchYardTestKit.start(SwitchYardTestKit.java:177)
at org.switchyard.test.SwitchYardRunner.createTest(SwitchYardRunner.java:60)
at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at org.switchyard.test.SwitchYardRunner.run(SwitchYardRunner.java:85)
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50)
at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192)
Caused by: java.util.NoSuchElementException
at java.util.ArrayList$Itr.next(ArrayList.java:834)
at org.apache.camel.impl.DefaultCamelContext.doPrepareRouteToBeStarted(DefaultCamelContext.java:2074)
at org.apache.camel.impl.DefaultCamelContext.safelyStartRouteServices(DefaultCamelContext.java:2030)
at org.apache.camel.impl.DefaultCamelContext.safelyStartRouteServices(DefaultCamelContext.java:2061)
at org.apache.camel.impl.DefaultCamelContext.startRouteService(DefaultCamelContext.java:1938)
at org.apache.camel.impl.DefaultCamelContext.startRoute(DefaultCamelContext.java:772)
at org.apache.camel.impl.DefaultCamelContext.startRouteDefinitions(DefaultCamelContext.java:1914)
at org.apache.camel.impl.DefaultCamelContext.addRouteDefinitions(DefaultCamelContext.java:707)
at org.apache.camel.impl.DefaultCamelContext.addRouteDefinition(DefaultCamelContext.java:712)
at org.switchyard.component.camel.common.handler.InboundHandler.<init>(InboundHandler.java:69)
... 28 more
09:34:59,346 INFO [org.switchyard.common.camel.SwitchYardCamelContextImpl] Apache Camel 2.12.2 (CamelContext: camel-1) is shutting down
09:34:59,346 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 3 routes (timeout 30 seconds)
09:34:59,348 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]
09:34:59,348 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:camel-sql-binding:0.1.0}GreetingService/StoreService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-sql-binding:0.1.0%7DGreetingService/StoreService]
09:34:59,349 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:camel-sql-binding:0.1.0}GreetingService/RemoveService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-sql-binding:0.1.0%7DGreetingService/RemoveService]
09:34:59,349 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 3 routes completed in 0 seconds
09:34:59,360 INFO [org.switchyard.common.camel.SwitchYardCamelContextImpl] Apache Camel 2.12.2 (CamelContext: camel-1) uptime 0.985 seconds
09:34:59,360 INFO [org.switchyard.common.camel.SwitchYardCamelContextImpl] Apache Camel 2.12.2 (CamelContext: camel-1) is shutdown in 0.014 seconds
java.lang.Exception: Stack trace
at java.lang.Thread.dumpStack(Thread.java:1364)
at org.switchyard.component.test.mixins.cdi.CDIMixIn.uninitialize(CDIMixIn.java:257)
at org.switchyard.test.SwitchYardTestKit.cleanupMixIns(SwitchYardTestKit.java:810)
at org.switchyard.test.SwitchYardTestKit.cleanup(SwitchYardTestKit.java:186)
at org.switchyard.test.SwitchYardRunner$TestLifecycleListener.testFinished(SwitchYardRunner.java:95)
at org.junit.runner.notification.RunNotifier$7.notifyListener(RunNotifier.java:191)
at org.junit.runner.notification.RunNotifier$SafeNotifier.run(RunNotifier.java:61)
at org.junit.runner.notification.RunNotifier.fireTestFinished(RunNotifier.java:188)
at org.junit.internal.runners.model.EachTestNotifier.fireTestFinished(EachTestNotifier.java:39)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:277)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at org.switchyard.test.SwitchYardRunner.run(SwitchYardRunner.java:85)
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50)
at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment