Re: [PR] kie-tools#3438: [sonataflow-deployment-webapp] SonataFlow Deployment Webapp not able to start a workflow [incubator-kie-tools]

2026-02-23 Thread via GitHub


domhanak merged PR #3439:
URL: https://github.com/apache/incubator-kie-tools/pull/3439


-- 
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]



Re: [PR] kie-tools#3438: [sonataflow-deployment-webapp] SonataFlow Deployment Webapp not able to start a workflow [incubator-kie-tools]

2026-02-19 Thread via GitHub


fantonangeli commented on PR #3439:
URL: 
https://github.com/apache/incubator-kie-tools/pull/3439#issuecomment-3926194095

   The checks here are green now and this is ready for review


-- 
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]



Re: [PR] kie-tools#3438: [sonataflow-deployment-webapp] SonataFlow Deployment Webapp not able to start a workflow [incubator-kie-tools]

2026-02-14 Thread via GitHub


fantonangeli commented on PR #3439:
URL: 
https://github.com/apache/incubator-kie-tools/pull/3439#issuecomment-3901403883

   Thank you so much @thiagoelg for this solution.
   I provided it in a separate PR: 
https://github.com/apache/incubator-kie-tools/pull/3442


-- 
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]



Re: [PR] kie-tools#3438: [sonataflow-deployment-webapp] SonataFlow Deployment Webapp not able to start a workflow [incubator-kie-tools]

2026-02-13 Thread via GitHub


thiagoelg commented on PR #3439:
URL: 
https://github.com/apache/incubator-kie-tools/pull/3439#issuecomment-3898924763

   Seems to be a bug with `docker-squash` or `cekit` itself. If the squashed 
image is larger than the original, the squashed image is not saved to the 
store, but the original is removed anyway. Possibly related to the Docker API 
update in the latest `ubuntu` GitHub action runner image (see 
https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260209.23, 
Docker Client was updated).
   
   Also, 
https://github.com/apache/incubator-kie-tools/actions/runs/21990138087/job/63539065190#step:13:13323
 and 
https://github.com/apache/incubator-kie-tools/actions/runs/21990138087/job/63539065190#step:13:13323
 show the suspect logs.
   
   Disabling squashing for the `@kie/kogito-base-builder-image` does the trick:
   ```diff
   -"image:build:darwin:linux": "pnpm setup:env make -C ./build build",
   +"image:build:darwin:linux": "BUILD_ENGINE_OPTIONS='--no-squash' pnpm 
setup:env make -C ./build build",
   ```
   
   Since the squashed image is larger than the original, this has no adverse 
effects.


-- 
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]



Re: [PR] kie-tools#3438: [sonataflow-deployment-webapp] SonataFlow Deployment Webapp not able to start a workflow [incubator-kie-tools]

2026-02-13 Thread via GitHub


fantonangeli commented on PR #3439:
URL: 
https://github.com/apache/incubator-kie-tools/pull/3439#issuecomment-3898645583

   Anyone who can understand the CI error in Ubuntu-1?


-- 
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]