tdiesler commented on issue #98:
URL: 
https://github.com/apache/camel-k-examples/issues/98#issuecomment-2129083582

   This fails very early in the camel context lifecycle, do we perhaps have 
something that allows us to hook into that context lifecycle and examine the 
filesystem?
   
   ```
   [1] 2024-05-24 09:29:00,393 ERROR [org.apa.cam.qua.mai.CamelMainRuntime] 
(main) Failed to start application: 
org.apache.camel.FailedToStartRouteException: Failed to start route route1 
because of java.io.IOException: Could not open /tmp/ssl/keystore.jks as a file, 
class path resource, or URL.
   [1]  at 
org.apache.camel.impl.engine.RouteService.setUp(RouteService.java:131)
   [1]  at 
org.apache.camel.impl.engine.InternalRouteStartupManager.doInitRoutes(InternalRouteStartupManager.java:88)
   [1]  at 
org.apache.camel.impl.engine.AbstractCamelContext.doInit(AbstractCamelContext.java:2387)
   [1]  at 
org.apache.camel.quarkus.core.FastCamelContext.doInit(FastCamelContext.java:194)
   [1]  at 
org.apache.camel.support.service.BaseService.init(BaseService.java:78)
   [1]  at 
org.apache.camel.impl.engine.AbstractCamelContext.init(AbstractCamelContext.java:2021)
   [1]  at 
org.apache.camel.support.service.BaseService.start(BaseService.java:105)
   [1]  at 
org.apache.camel.impl.engine.AbstractCamelContext.start(AbstractCamelContext.java:2040)
   [1]  at 
org.apache.camel.impl.DefaultCamelContext.start(DefaultCamelContext.java:212)
   ```


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to