You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/10/20 09:21:08 UTC

[GitHub] [camel-k] squakez opened a new issue, #3758: Runtime trait failure

squakez opened a new issue, #3758:
URL: https://github.com/apache/camel-k/issues/3758

   When we use `-t camel.runtime-version` property, the Integration got stuck and doesn't run.
   ```
   $ kamel run /tmp/Hello.java --dev -x test -t camel.runtime-version=1.13.0
   Integration "hello" created
   Condition "IntegrationPlatformAvailable" is "True" for Integration hello: default/test
   Progress: integration "hello" in phase Initialization
   Integration "hello" in phase "Initialization"
   Progress: integration "hello" in phase Building Kit
   Integration "hello" in phase "Building Kit"
   Condition "IntegrationKitAvailable" is "False" for Integration hello: creating a new integration kit
   Integration Kit "kit-cd8h447viejc73dj81fg", created by Integration "hello", changed phase to "Build Submitted"
   Build "kit-cd8h447viejc73dj81fg", created by Integration "hello", changed phase to "Scheduling"
   Build "kit-cd8h447viejc73dj81fg", created by Integration "hello", changed phase to "Pending"
   Build "kit-cd8h447viejc73dj81fg", created by Integration "hello", changed phase to "Running"
   Integration Kit "kit-cd8h447viejc73dj81fg", created by Integration "hello", changed phase to "Build Running"
   Build "kit-cd8h447viejc73dj81fg", created by Integration "hello", changed phase to "Succeeded"
   Integration Kit "kit-cd8h447viejc73dj81fg", created by Integration "hello", changed phase to "Ready"
   ```


-- 
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-unsubscribe@camel.apache.org.apache.org

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


[GitHub] [camel-k] squakez commented on issue #3758: Runtime trait failure

Posted by GitBox <gi...@apache.org>.
squakez commented on issue #3758:
URL: https://github.com/apache/camel-k/issues/3758#issuecomment-1297011720

   Great hint @tadayosi. Indeed, the problem was related to the fact the trait was not included for the Kit.


-- 
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-unsubscribe@camel.apache.org

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


[GitHub] [camel-k] squakez closed issue #3758: Runtime trait failure

Posted by GitBox <gi...@apache.org>.
squakez closed issue #3758: Runtime trait failure
URL: https://github.com/apache/camel-k/issues/3758


-- 
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-unsubscribe@camel.apache.org

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


[GitHub] [camel-k] squakez commented on issue #3758: Runtime trait failure

Posted by GitBox <gi...@apache.org>.
squakez commented on issue #3758:
URL: https://github.com/apache/camel-k/issues/3758#issuecomment-1288849069

   Th problem seems to be the non propagation of traits to `IntegrationKit` and `Build` when they are not declared as annotations. If we use annotations, then we have another kind of error.


-- 
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-unsubscribe@camel.apache.org

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


[GitHub] [camel-k] tadayosi commented on issue #3758: Runtime trait failure

Posted by GitBox <gi...@apache.org>.
tadayosi commented on issue #3758:
URL: https://github.com/apache/camel-k/issues/3758#issuecomment-1289987101

   > Th problem seems to be the non propagation of traits to `IntegrationKit` and `Build` when they are not declared as annotations. If we use annotations, then we have another kind of error.
   
   I'm curious about the issue. Probably it's because right now only Builder, Quarkus, and Registry are possible kit traits while Camel trait is not.


-- 
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-unsubscribe@camel.apache.org

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