You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2019/02/12 06:16:16 UTC

[GitHub] lburgazzoli edited a comment on issue #419: Resolving Dependency Automatically -- aws-s3

lburgazzoli edited a comment on issue #419: Resolving Dependency Automatically -- aws-s3
URL: https://github.com/apache/camel-k/issues/419#issuecomment-462434349
 
 
   I did try with camel-k from master and I'm unable to reproduce the issue:
   
   ```
   [1] 2019-02-11 18:12:44.976 INFO  [main] RoutesConfigurer - Loading routes from: file:/etc/camel/sources/FileOrganizer.java?language=java
   [1] 2019-02-11 18:12:46.843 INFO  [main] DefaultCamelContext - Apache Camel 2.23.1 (CamelContext: camel-k) is starting
   [1] 2019-02-11 18:12:46.846 INFO  [main] ManagedManagementStrategy - JMX is enabled
   [1] 2019-02-11 18:12:47.022 INFO  [main] DefaultTypeConverter - Type converters loaded (core: 195, classpath: 2)
   [1] 2019-02-11 18:12:47.132 INFO  [main] DefaultCamelContext - 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
   [1] 2019-02-11 18:12:47.548 INFO  [main] DefaultCamelContext - Apache Camel 2.23.1 (CamelContext: camel-k) is shutting down
   [1] 2019-02-11 18:12:47.558 INFO  [main] MainLifecycleStrategy - CamelContext: camel-k has been shutdown, triggering shutdown of the JVM.
   [1] 2019-02-11 18:12:47.571 INFO  [main] DefaultCamelContext - Apache Camel 2.23.1 (CamelContext: camel-k) uptime 0.727 seconds
   [1] 2019-02-11 18:12:47.572 INFO  [main] DefaultCamelContext - Apache Camel 2.23.1 (CamelContext: camel-k) is shutdown in 0.024 seconds
   [1] Exception in thread "main" org.apache.camel.FailedToCreateRouteException: Failed to create route route1: Route(route1)[[From[aws-s3://data]] -> [To[log:message]]] because of Unable to execute HTTP request: data.s3EndpointUrl
   [1] 	at org.apache.camel.impl.RouteService.warmUp(RouteService.java:147)
   [1] 	at org.apache.camel.impl.DefaultCamelContext.doWarmUpRoutes(DefaultCamelContext.java:3953)
   [1] 	at org.apache.camel.impl.DefaultCamelContext.safelyStartRouteServices(DefaultCamelContext.java:3860)
   [1] 	at org.apache.camel.impl.DefaultCamelContext.doStartOrResumeRoutes(DefaultCamelContext.java:3646)
   [1] 	at org.apache.camel.impl.DefaultCamelContext.doStartCamel(DefaultCamelContext.java:3489)
   [1] 	at org.apache.camel.impl.DefaultCamelContext$4.call(DefaultCamelContext.java:3248)
   [1] 	at org.apache.camel.impl.DefaultCamelContext$4.call(DefaultCamelContext.java:3244)
   [1] 	at org.apache.camel.impl.DefaultCamelContext.doWithDefinedClassLoader(DefaultCamelContext.java:3267)
   [1] 	at org.apache.camel.impl.DefaultCamelContext.doStart(DefaultCamelContext.java:3244)
   [1] 	at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:72)
   [1] 	at org.apache.camel.impl.DefaultCamelContext.start(DefaultCamelContext.java:3160)
   [1] 	at org.apache.camel.k.jvm.ApplicationRuntime$Main.doStart(ApplicationRuntime.java:108)
   [1] 	at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:72)
   [1] 	at org.apache.camel.main.MainSupport.run(MainSupport.java:170)
   [1] 	at org.apache.camel.k.jvm.ApplicationRuntime.run(ApplicationRuntime.java:66)
   [1] 	at org.apache.camel.k.jvm.Application.main(Application.java:56)
   ```
   
   The failure here is expected as I have not configured any property but component is properly resolved

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services