[
https://issues.apache.org/jira/browse/CAMEL-21934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Luigi De Masi updated CAMEL-21934:
----------------------------------
Description:
During startup or shutdown, ContextHealthCheck probe fails without any
additional information on the reason why.
These are the only logs available, and they don’t provide enough context to
identify the root cause.
{code:java}
2025-01-17 04:00:16 CST XNIO-1 task-2 WARN
org.apache.camel.spring.boot.actuate.health.liveness.CamelLivenessStateHealthIndicator
Probe in group 'camel', with id 'context' failed with message ' '
2025-01-17 04:00:16 CST XNIO-1 task-3 WARN
org.apache.camel.spring.boot.actuate.health.readiness.CamelReadinessStateHealthIndicator
Probe in group 'camel', with id 'context' failed with message ' '
{code}
was:
During startup or shutdown, ContextHealthCheck probe fails without any
additional information on the reason why.
These are the only logs available, and they don’t provide enough context to
identify the root cause.
> Additional Information Needed in ContextHealthCheck Logs
> --------------------------------------------------------
>
> Key: CAMEL-21934
> URL: https://issues.apache.org/jira/browse/CAMEL-21934
> Project: Camel
> Issue Type: Improvement
> Components: camel-health, camel-spring-boot
> Affects Versions: 4.10.3
> Reporter: Luigi De Masi
> Assignee: Luigi De Masi
> Priority: Trivial
>
> During startup or shutdown, ContextHealthCheck probe fails without any
> additional information on the reason why.
> These are the only logs available, and they don’t provide enough context to
> identify the root cause.
> {code:java}
> 2025-01-17 04:00:16 CST XNIO-1 task-2 WARN
> org.apache.camel.spring.boot.actuate.health.liveness.CamelLivenessStateHealthIndicator
> Probe in group 'camel', with id 'context' failed with message ' '
> 2025-01-17 04:00:16 CST XNIO-1 task-3 WARN
> org.apache.camel.spring.boot.actuate.health.readiness.CamelReadinessStateHealthIndicator
> Probe in group 'camel', with id 'context' failed with message ' '
>
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)