gabriel-farache opened a new issue, #2925: URL: https://github.com/apache/incubator-kie-tools/issues/2925
When running `kn-workflows quarkus run` on my workflow https://github.com/gabriel-farache/ford-reproducer/tree/main/01_basic (ask to be added as collaborator, there may be some sensitive data), the workflows hangs forever without any message in the console after executing the state `Get Scafolder data` I do see the response from the DEBUG log of apache Logs: ``` 2025-02-24 14:25:00,507 fedora INFO [org.kie.kogito.serverless.workflow.devservices.DevModeServerlessWorkflowLogger:50] (executor-thread-2) Workflow 'basic' (3cc772ca-280a-4283-92b5-c230effce166) was started, now 'Error' 2025-02-24 14:25:22,284 fedora INFO [org.kie.kogito.serverless.workflow.devservices.DevModeServerlessWorkflowLogger:77] (executor-thread-2) Property 'workflowdatainput' changed value from: 'null', to: '{"owner":"gabriel-farache","repo":"test","baseBranch":"main","targetBranch":"test202020"}' 2025-02-24 14:25:22,285 fedora INFO [org.kie.kogito.serverless.workflow.devservices.DevModeServerlessWorkflowLogger:74] (executor-thread-2) Workflow data change { "owner" : "gabriel-farache", "repo" : "test", "baseBranch" : "main", "targetBranch" : "test202020" } 2025-02-24 14:25:22,286 fedora INFO [org.kie.kogito.serverless.workflow.devservices.DevModeServerlessWorkflowLogger:40] (executor-thread-2) Starting workflow 'basic' (af1c5e94-d0d2-42d5-a0c7-2bd76b41bbe6) 2025-02-24 14:25:22,287 fedora INFO [org.kie.kogito.serverless.workflow.devservices.DevModeServerlessWorkflowLogger:43] (executor-thread-2) Workflow data { "owner" : "gabriel-farache", "repo" : "test", "baseBranch" : "main", "targetBranch" : "test202020" } 2025-02-24 14:25:22,288 fedora INFO [org.kie.kogito.serverless.workflow.devservices.DevModeServerlessWorkflowLogger:64] (executor-thread-2) Triggered node 'Start' for process 'basic' (af1c5e94-d0d2-42d5-a0c7-2bd76b41bbe6) 2025-02-24 14:25:22,289 fedora INFO [org.kie.kogito.serverless.workflow.devservices.DevModeServerlessWorkflowLogger:64] (executor-thread-2) Triggered node 'Get Scafolder data' for process 'basic' (af1c5e94-d0d2-42d5-a0c7-2bd76b41bbe6) 2025-02-24 14:25:22,291 fedora INFO [org.kie.kogito.serverless.workflow.devservices.DevModeServerlessWorkflowLogger:64] (executor-thread-2) Triggered node 'scafolderMock' for process 'basic' (af1c5e94-d0d2-42d5-a0c7-2bd76b41bbe6) 2025-02-24 14:25:22,295 fedora DEBUG [org.apache.http.client.protocol.RequestAuthCache:77] (executor-thread-2) Auth cache not set in the context 2025-02-24 14:25:22,295 fedora DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager:267] (executor-thread-2) Connection request: [route: {}->http://127.0.0.1:8282][total available: 0; route allocated: 0 of 50; total allocated: 0 of 50] 2025-02-24 14:25:22,296 fedora DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager:312] (executor-thread-2) Connection leased: [id: 1][route: {}->http://127.0.0.1:8282][total available: 0; route allocated: 1 of 50; total allocated: 1 of 50] 2025-02-24 14:25:22,297 fedora DEBUG [org.apache.http.impl.execchain.MainClientExec:234] (executor-thread-2) Opening connection {}->http://127.0.0.1:8282 2025-02-24 14:25:22,298 fedora DEBUG [org.apache.http.impl.conn.DefaultHttpClientConnectionOperator:139] (executor-thread-2) Connecting to /127.0.0.1:8282 2025-02-24 14:25:22,299 fedora DEBUG [org.apache.http.impl.conn.DefaultHttpClientConnectionOperator:146] (executor-thread-2) Connection established 127.0.0.1:37076<->127.0.0.1:8282 2025-02-24 14:25:22,300 fedora DEBUG [org.apache.http.impl.conn.DefaultManagedHttpClientConnection:88] (executor-thread-2) http-outgoing-1: set socket timeout to 30000 2025-02-24 14:25:22,301 fedora DEBUG [org.apache.http.impl.execchain.MainClientExec:255] (executor-thread-2) Executing request GET / HTTP/1.1 2025-02-24 14:25:22,301 fedora DEBUG [org.apache.http.impl.execchain.MainClientExec:260] (executor-thread-2) Target auth state: UNCHALLENGED 2025-02-24 14:25:22,304 fedora DEBUG [org.apache.http.impl.execchain.MainClientExec:266] (executor-thread-2) Proxy auth state: UNCHALLENGED 2025-02-24 14:25:22,308 fedora DEBUG [org.apache.http.headers:133] (executor-thread-2) http-outgoing-1 >> GET / HTTP/1.1 2025-02-24 14:25:22,309 fedora DEBUG [org.apache.http.headers:136] (executor-thread-2) http-outgoing-1 >> Accept: application/json, application/problem+json 2025-02-24 14:25:22,310 fedora DEBUG [org.apache.http.headers:136] (executor-thread-2) http-outgoing-1 >> kogitoprocid: basic 2025-02-24 14:25:22,310 fedora DEBUG [org.apache.http.headers:136] (executor-thread-2) http-outgoing-1 >> kogitoprocinstanceid: af1c5e94-d0d2-42d5-a0c7-2bd76b41bbe6 2025-02-24 14:25:22,311 fedora DEBUG [org.apache.http.headers:136] (executor-thread-2) http-outgoing-1 >> kogitoprocist: Active 2025-02-24 14:25:22,311 fedora DEBUG [org.apache.http.headers:136] (executor-thread-2) http-outgoing-1 >> kogitoproctype: SW 2025-02-24 14:25:22,312 fedora DEBUG [org.apache.http.headers:136] (executor-thread-2) http-outgoing-1 >> kogitoprocversion: 1.0 2025-02-24 14:25:22,312 fedora DEBUG [org.apache.http.headers:136] (executor-thread-2) http-outgoing-1 >> Host: 127.0.0.1:8282 2025-02-24 14:25:22,313 fedora DEBUG [org.apache.http.headers:136] (executor-thread-2) http-outgoing-1 >> Connection: Keep-Alive 2025-02-24 14:25:22,313 fedora DEBUG [org.apache.http.headers:136] (executor-thread-2) http-outgoing-1 >> User-Agent: Apache-HttpClient/4.5.14.redhat-00012 (Java/23.0.2) 2025-02-24 14:25:22,314 fedora DEBUG [org.apache.http.wire:73] (executor-thread-2) http-outgoing-1 >> "GET / HTTP/1.1[\r][\n]" 2025-02-24 14:25:22,315 fedora DEBUG [org.apache.http.wire:73] (executor-thread-2) http-outgoing-1 >> "Accept: application/json, application/problem+json[\r][\n]" 2025-02-24 14:25:22,315 fedora DEBUG [org.apache.http.wire:73] (executor-thread-2) http-outgoing-1 >> "kogitoprocid: basic[\r][\n]" 2025-02-24 14:25:22,316 fedora DEBUG [org.apache.http.wire:73] (executor-thread-2) http-outgoing-1 >> "kogitoprocinstanceid: af1c5e94-d0d2-42d5-a0c7-2bd76b41bbe6[\r][\n]" 2025-02-24 14:25:22,317 fedora DEBUG [org.apache.http.wire:73] (executor-thread-2) http-outgoing-1 >> "kogitoprocist: Active[\r][\n]" 2025-02-24 14:25:22,317 fedora DEBUG [org.apache.http.wire:73] (executor-thread-2) http-outgoing-1 >> "kogitoproctype: SW[\r][\n]" 2025-02-24 14:25:22,318 fedora DEBUG [org.apache.http.wire:73] (executor-thread-2) http-outgoing-1 >> "kogitoprocversion: 1.0[\r][\n]" 2025-02-24 14:25:22,318 fedora DEBUG [org.apache.http.wire:73] (executor-thread-2) http-outgoing-1 >> "Host: 127.0.0.1:8282[\r][\n]" 2025-02-24 14:25:22,318 fedora DEBUG [org.apache.http.wire:73] (executor-thread-2) http-outgoing-1 >> "Connection: Keep-Alive[\r][\n]" 2025-02-24 14:25:22,319 fedora DEBUG [org.apache.http.wire:73] (executor-thread-2) http-outgoing-1 >> "User-Agent: Apache-HttpClient/4.5.14.redhat-00012 (Java/23.0.2)[\r][\n]" 2025-02-24 14:25:22,319 fedora DEBUG [org.apache.http.wire:73] (executor-thread-2) http-outgoing-1 >> "[\r][\n]" 2025-02-24 14:25:22,328 fedora DEBUG [org.apache.http.wire:73] (executor-thread-2) http-outgoing-1 << "HTTP/1.0 200 OK[\r][\n]" 2025-02-24 14:25:22,328 fedora DEBUG [org.apache.http.wire:73] (executor-thread-2) http-outgoing-1 << "Server: BaseHTTP/0.6 Python/3.12.4[\r][\n]" 2025-02-24 14:25:22,329 fedora DEBUG [org.apache.http.wire:73] (executor-thread-2) http-outgoing-1 << "Date: Mon, 24 Feb 2025 13:25:22 GMT[\r][\n]" 2025-02-24 14:25:22,330 fedora DEBUG [org.apache.http.wire:73] (executor-thread-2) http-outgoing-1 << "Content-Type: application/json[\r][\n]" 2025-02-24 14:25:22,330 fedora DEBUG [org.apache.http.wire:73] (executor-thread-2) http-outgoing-1 << "[\r][\n]" 2025-02-24 14:25:22,334 fedora DEBUG [org.apache.http.headers:122] (executor-thread-2) http-outgoing-1 << HTTP/1.0 200 OK 2025-02-24 14:25:22,335 fedora DEBUG [org.apache.http.headers:125] (executor-thread-2) http-outgoing-1 << Server: BaseHTTP/0.6 Python/3.12.4 2025-02-24 14:25:22,336 fedora DEBUG [org.apache.http.headers:125] (executor-thread-2) http-outgoing-1 << Date: Mon, 24 Feb 2025 13:25:22 GMT ... ... <lot of lines printing the response> ... ... 2025-02-24 14:25:22,810 fedora DEBUG [org.apache.http.wire:87] (executor-thread-2) http-outgoing-1 << "end of stream" 2025-02-24 14:25:22,810 fedora DEBUG [org.apache.http.impl.conn.DefaultManagedHttpClientConnection:79] (executor-thread-2) http-outgoing-1: Close connection 2025-02-24 14:25:22,811 fedora DEBUG [org.apache.http.impl.execchain.MainClientExec:104] (executor-thread-2) Connection discarded 2025-02-24 14:25:22,811 fedora DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager:351] (executor-thread-2) Connection released: [id: 1][route: {}->http://127.0.0.1:8282][total available: 0; route allocated: 0 of 50; total allocated: 0 of 50] 2025-02-24 14:25:22,841 fedora INFO [org.kie.kogito.expr.jq.JqExpressionHandler:43] (executor-thread-2) Using default scope ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
