hdwivedi-ra commented on issue #4990: URL: https://github.com/apache/camel-k/issues/4990#issuecomment-1874005061
> Okey, thanks. Could you please run the following `kubectl get it hello -o yaml`? so we can check why the integration is on error. In general, you can have a look at the [troubleshooting guide](https://camel.apache.org/camel-k/next/troubleshooting/troubleshooting.html) when there is any Integration failure. apiVersion: camel.apache.org/v1 kind: Integration metadata: annotations: camel.apache.org/operator.id: camel-k creationTimestamp: "2024-01-02T09:12:19Z" generation: 2 name: hello namespace: default resourceVersion: "297350067" uid: 066a907f-e4bb-4614-9368-efb006258fea spec: sources: - content: "// camel-k: language=java\r\n\r\nimport org.apache.camel.builder.RouteBuilder;\r\n\r\npublic class hello extends RouteBuilder {\r\n\r\n @Override\r\n public void configure() throws Exception {\r\n from(\"timer:java?period={{time:60000}}\")\r\n \ .setBody()\r\n .simple(\"Hello Camel from ${routeId}\")\r\n \ .log(\"${body}\");\r\n }\r\n}\r\n" name: hello.java traits: camel: runtimeVersion: 3.2.3 jolokia: enabled: true host: '*' port: 8778 protocol: https useSSLClientAuthentication: false logging: level: DEBUG status: conditions: - lastTransitionTime: "2024-01-02T09:29:36Z" lastUpdateTime: "2024-01-02T09:29:36Z" message: 'error during trait customization: camel trait execution failed: : signal: killed' reason: InitializationFailed status: "False" type: Ready digest: v3GdJrE_fTCMOkSm4skzG9Zv-FR2BpdPASV7K7igW0B8 observedGeneration: 2 phase: 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
