MotaOcimar opened a new issue, #90: URL: https://github.com/apache/camel-k-examples/issues/90
While java examples, such as [01-basic](https://github.com/apache/camel-k-examples/tree/main/01-basic), run without problems, examples involving dsl xml get stuck in the "Building Kit" phase. **Steps to reproduce** Run the [polyglot](https://github.com/apache/camel-k-examples/tree/main/generic-examples/polyglot) example. Running in dev mode (`--dev`), I get the following log: ``` Integration "polyglot" created Progress: integration "polyglot" in phase Initialization Condition "IntegrationPlatformAvailable" is "True" for Integration polyglot: camel-basic/camel-k Integration "polyglot" in phase "Initialization" Progress: integration "polyglot" in phase Building Kit Integration "polyglot" in phase "Building Kit" Condition "IntegrationKitAvailable" is "False" for Integration polyglot: integration kit camel-basic/kit-clbt4o7dv1a5n7ps0grg is in state "Build Submitted" Build "kit-clbt4o7dv1a5n7ps0grg", created by Integration "polyglot", changed phase to "Pending" Build "kit-clbt4o7dv1a5n7ps0grg", created by Integration "polyglot", changed phase to "Running" Integration Kit "kit-clbt4o7dv1a5n7ps0grg", created by Integration "polyglot", changed phase to "Build Running" Build "kit-clbt4o7dv1a5n7ps0grg", created by Integration "polyglot", changed phase to "Failed" Build "kit-clbt4o7dv1a5n7ps0grg", created by Integration "polyglot", changed phase to "Initialization" (recovery 1 of 5) Build "kit-clbt4o7dv1a5n7ps0grg", created by Integration "polyglot", changed phase to "Scheduling" (recovery 1 of 5) Build "kit-clbt4o7dv1a5n7ps0grg", created by Integration "polyglot", changed phase to "Pending" (recovery 1 of 5) Build "kit-clbt4o7dv1a5n7ps0grg", created by Integration "polyglot", changed phase to "Running" (recovery 1 of 5) Build "kit-clbt4o7dv1a5n7ps0grg", created by Integration "polyglot", changed phase to "Failed" (recovery 1 of 5) Build "kit-clbt4o7dv1a5n7ps0grg", created by Integration "polyglot", changed phase to "Initialization" (recovery 2 of 5) (combined from similar events): Build "kit-clbt4o7dv1a5n7ps0grg", created by Integration "polyglot", changed phase to "Scheduling" (recovery 2 of 5) (combined from similar events): Build "kit-clbt4o7dv1a5n7ps0grg", created by Integration "polyglot", changed phase to "Pending" (recovery 2 of 5) (combined from similar events): Build "kit-clbt4o7dv1a5n7ps0grg", created by Integration "polyglot", changed phase to "Running" (recovery 2 of 5) (combined from similar events): Build "kit-clbt4o7dv1a5n7ps0grg", created by Integration "polyglot", changed phase to "Failed" (recovery 2 of 5) (combined from similar events): Build "kit-clbt4o7dv1a5n7ps0grg", created by Integration "polyglot", changed phase to "Initialization" (recovery 3 of 5) (combined from similar events): Build "kit-clbt4o7dv1a5n7ps0grg", created by Integration "polyglot", changed phase to "Scheduling" (recovery 3 of 5) (combined from similar events): Build "kit-clbt4o7dv1a5n7ps0grg", created by Integration "polyglot", changed phase to "Pending" (recovery 3 of 5) (combined from similar events): Build "kit-clbt4o7dv1a5n7ps0grg", created by Integration "polyglot", changed phase to "Running" (recovery 3 of 5) (combined from similar events): Build "kit-clbt4o7dv1a5n7ps0grg", created by Integration "polyglot", changed phase to "Failed" (recovery 3 of 5) (combined from similar events): Build "kit-clbt4o7dv1a5n7ps0grg", created by Integration "polyglot", changed phase to "Initialization" (recovery 4 of 5) (combined from similar events): Build "kit-clbt4o7dv1a5n7ps0grg", created by Integration "polyglot", changed phase to "Scheduling" (recovery 4 of 5) (combined from similar events): Build "kit-clbt4o7dv1a5n7ps0grg", created by Integration "polyglot", changed phase to "Pending" (recovery 4 of 5) (combined from similar events): Build "kit-clbt4o7dv1a5n7ps0grg", created by Integration "polyglot", changed phase to "Running" (recovery 4 of 5) (combined from similar events): Build "kit-clbt4o7dv1a5n7ps0grg", created by Integration "polyglot", changed phase to "Failed" (recovery 4 of 5) (combined from similar events): Build "kit-clbt4o7dv1a5n7ps0grg", created by Integration "polyglot", changed phase to "Initialization" (recovery 5 of 5) (combined from similar events): Build "kit-clbt4o7dv1a5n7ps0grg", created by Integration "polyglot", changed phase to "Scheduling" (recovery 5 of 5) (combined from similar events): Build "kit-clbt4o7dv1a5n7ps0grg", created by Integration "polyglot", changed phase to "Pending" (recovery 5 of 5) (combined from similar events): Build "kit-clbt4o7dv1a5n7ps0grg", created by Integration "polyglot", changed phase to "Running" (recovery 5 of 5) (combined from similar events): Build "kit-clbt4o7dv1a5n7ps0grg", created by Integration "polyglot", changed phase to "Failed" (recovery 5 of 5) Progress: integration "polyglot" in phase Error Error: integration "polyglot" deployment failed ``` -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org