oscerd commented on pull request #78: URL: https://github.com/apache/camel-kamelets/pull/78#issuecomment-804267751
with camel-k cli 1.3.1 it is failing: ``` [1] 2021-03-22 17:40:22,163 ERROR [org.apa.cam.qua.mai.CamelMainRuntime] (main) Failed to start application: java.lang.IllegalArgumentException: Cannot compute endpoint URI: unable to find an EndpointUriFactory for scheme aws2-sqs [1] at org.apache.camel.k.loader.yaml.support.StepParserSupport.getEndpointUriFactory(StepParserSupport.java:121) [1] at org.apache.camel.k.loader.yaml.support.StepParserSupport.createEndpointUri(StepParserSupport.java:84) [1] at org.apache.camel.k.loader.yaml.parser.ToStepParser.toProcessor(ToStepParser.java:34) [1] at org.apache.camel.k.loader.yaml.spi.ProcessorStepParser.invoke(ProcessorStepParser.java:30) [1] at org.apache.camel.k.loader.yaml.support.StepParserSupport.convertSteps(StepParserSupport.java:60) [1] at org.apache.camel.k.loader.yaml.parser.ChoiceStepParser.toProcessor(ChoiceStepParser.java:45) [1] at org.apache.camel.k.loader.yaml.spi.ProcessorStepParser.invoke(ProcessorStepParser.java:30) [1] at org.apache.camel.k.loader.yaml.support.StepParserSupport.convertSteps(StepParserSupport.java:60) [1] at org.apache.camel.k.loader.yaml.parser.FromStepParser.process(FromStepParser.java:47) [1] at org.apache.camel.k.loader.yaml.spi.StartStepParser.invoke(StartStepParser.java:28) [1] at org.apache.camel.k.loader.yaml.YamlSourceLoader$1.accept(YamlSourceLoader.java:80) [1] at org.apache.camel.k.loader.yaml.YamlSourceLoader$1.accept(YamlSourceLoader.java:76) [1] at org.apache.camel.k.support.RouteBuilders$3.configure(RouteBuilders.java:57) [1] at org.apache.camel.builder.RouteBuilder.checkInitialized(RouteBuilder.java:483) [1] at org.apache.camel.builder.RouteBuilder.configureRoutes(RouteBuilder.java:430) [1] at org.apache.camel.builder.RouteBuilder.addRoutesToCamelContext(RouteBuilder.java:405) [1] at org.apache.camel.impl.engine.AbstractCamelContext.addRoutes(AbstractCamelContext.java:1110) [1] at org.apache.camel.main.RoutesConfigurer.configureRoutes(RoutesConfigurer.java:94) [1] at org.apache.camel.main.BaseMainSupport.configureRoutes(BaseMainSupport.java:454) [1] at org.apache.camel.main.BaseMainSupport.postProcessCamelContext(BaseMainSupport.java:474) [1] at org.apache.camel.quarkus.main.CamelMain.initCamelContext(CamelMain.java:97) [1] at org.apache.camel.quarkus.main.CamelMain.doInit(CamelMain.java:67) [1] at org.apache.camel.support.service.BaseService.init(BaseService.java:83) [1] at org.apache.camel.quarkus.main.CamelMain.startEngine(CamelMain.java:118) [1] at org.apache.camel.quarkus.main.CamelMainRuntime.start(CamelMainRuntime.java:49) [1] at org.apache.camel.quarkus.core.CamelBootstrapRecorder.start(CamelBootstrapRecorder.java:45) [1] at io.quarkus.deployment.steps.CamelBootstrapProcessor$boot-173480958.deploy_0(CamelBootstrapProcessor$boot-173480958.zig:101) [1] at io.quarkus.deployment.steps.CamelBootstrapProcessor$boot-173480958.deploy(CamelBootstrapProcessor$boot-173480958.zig:40) [1] at io.quarkus.runner.ApplicationImpl.doStart(ApplicationImpl.zig:534) [1] at io.quarkus.runtime.Application.start(Application.java:90) [1] at io.quarkus.runtime.ApplicationLifecycleManager.run(ApplicationLifecycleManager.java:97) [1] at io.quarkus.runtime.Quarkus.run(Quarkus.java:62) [1] at io.quarkus.runtime.Quarkus.run(Quarkus.java:38) [1] at io.quarkus.runtime.Quarkus.run(Quarkus.java:104) [1] at io.quarkus.runner.GeneratedMain.main(GeneratedMain.zig:29) [1] [1] 2021-03-22 17:40:22,169 ERROR [io.qua.run.Application] (main) Failed to start application (with profile prod): java.lang.IllegalArgumentException: Cannot compute endpoint URI: unable to find an EndpointUriFactory for scheme aws2-sqs [1] at org.apache.camel.k.loader.yaml.support.StepParserSupport.getEndpointUriFactory(StepParserSupport.java:121) [1] at org.apache.camel.k.loader.yaml.support.StepParserSupport.createEndpointUri(StepParserSupport.java:84) [1] at org.apache.camel.k.loader.yaml.parser.ToStepParser.toProcessor(ToStepParser.java:34) [1] at org.apache.camel.k.loader.yaml.spi.ProcessorStepParser.invoke(ProcessorStepParser.java:30) [1] at org.apache.camel.k.loader.yaml.support.StepParserSupport.convertSteps(StepParserSupport.java:60) [1] at org.apache.camel.k.loader.yaml.parser.ChoiceStepParser.toProcessor(ChoiceStepParser.java:45) [1] at org.apache.camel.k.loader.yaml.spi.ProcessorStepParser.invoke(ProcessorStepParser.java:30) [1] at org.apache.camel.k.loader.yaml.support.StepParserSupport.convertSteps(StepParserSupport.java:60) [1] at org.apache.camel.k.loader.yaml.parser.FromStepParser.process(FromStepParser.java:47) [1] at org.apache.camel.k.loader.yaml.spi.StartStepParser.invoke(StartStepParser.java:28) [1] at org.apache.camel.k.loader.yaml.YamlSourceLoader$1.accept(YamlSourceLoader.java:80) [1] at org.apache.camel.k.loader.yaml.YamlSourceLoader$1.accept(YamlSourceLoader.java:76) [1] at org.apache.camel.k.support.RouteBuilders$3.configure(RouteBuilders.java:57) [1] at org.apache.camel.builder.RouteBuilder.checkInitialized(RouteBuilder.java:483) [1] at org.apache.camel.builder.RouteBuilder.configureRoutes(RouteBuilder.java:430) [1] at org.apache.camel.builder.RouteBuilder.addRoutesToCamelContext(RouteBuilder.java:405) [1] at org.apache.camel.impl.engine.AbstractCamelContext.addRoutes(AbstractCamelContext.java:1110) [1] at org.apache.camel.main.RoutesConfigurer.configureRoutes(RoutesConfigurer.java:94) [1] at org.apache.camel.main.BaseMainSupport.configureRoutes(BaseMainSupport.java:454) [1] at org.apache.camel.main.BaseMainSupport.postProcessCamelContext(BaseMainSupport.java:474) [1] at org.apache.camel.quarkus.main.CamelMain.initCamelContext(CamelMain.java:97) [1] at org.apache.camel.quarkus.main.CamelMain.doInit(CamelMain.java:67) [1] at org.apache.camel.support.service.BaseService.init(BaseService.java:83) [1] at org.apache.camel.quarkus.main.CamelMain.startEngine(CamelMain.java:118) [1] at org.apache.camel.quarkus.main.CamelMainRuntime.start(CamelMainRuntime.java:49) [1] at org.apache.camel.quarkus.core.CamelBootstrapRecorder.start(CamelBootstrapRecorder.java:45) [1] at io.quarkus.deployment.steps.CamelBootstrapProcessor$boot-173480958.deploy_0(CamelBootstrapProcessor$boot-173480958.zig:101) [1] at io.quarkus.deployment.steps.CamelBootstrapProcessor$boot-173480958.deploy(CamelBootstrapProcessor$boot-173480958.zig:40) [1] at io.quarkus.runner.ApplicationImpl.doStart(ApplicationImpl.zig:534) [1] at io.quarkus.runtime.Application.start(Application.java:90) [1] at io.quarkus.runtime.ApplicationLifecycleManager.run(ApplicationLifecycleManager.java:97) [1] at io.quarkus.runtime.Quarkus.run(Quarkus.java:62) [1] at io.quarkus.runtime.Quarkus.run(Quarkus.java:38) [1] at io.quarkus.runtime.Quarkus.run(Quarkus.java:104) [1] at io.quarkus.runner.GeneratedMain.main(GeneratedMain.zig:29) [1] ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org