fjtirado commented on issue #3575: URL: https://github.com/apache/incubator-kie-kogito-runtimes/issues/3575#issuecomment-2220546327
@deepakkapoor23 I have tested https://github.com/apache/incubator-kie-kogito-examples/blob/stable/serverless-workflow-examples/serverless-workflow-consuming-events-over-http-quarkus/README.md on windows (similar scenario that the one you describe) and it is working fine. ``` C:\git\incubator-kie-kogito-examples\serverless-workflow-examples\serverless-workflow-consuming-events-over-http-quarkus\target>java -jar quarkus-app\quarkus-run.jar __ ____ __ _____ ___ __ ____ ______ --/ __ \/ / / / _ | / _ \/ //_/ / / / __/ -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \ --\___\_\____/_/ |_/_/|_/_/|_|\____/___/ 2024-07-10 15:29:48,365 INFO [org.kie.kog.add.qua.mes.com.QuarkusKogitoExtensionInitializer] (main) Registered Kogito CloudEvent extension 2024-07-10 15:29:48,397 INFO [org.kie.kog.eve.imp.AbstractMessageConsumer] (main) Consumer for move started 2024-07-10 15:29:48,397 INFO [org.kie.kog.eve.imp.AbstractMessageConsumer] (main) Consumer for start started 2024-07-10 15:29:48,567 INFO [io.quarkus] (main) serverless-workflow-consuming-events-over-http-quarkus 1.0-SNAPSHOT on JVM (powered by Quarkus 3.8.4) started in 3.519s. Listening on: http://0.0.0.0:8080 2024-07-10 15:29:48,567 INFO [io.quarkus] (main) Profile prod activated. 2024-07-10 15:29:48,567 INFO [io.quarkus] (main) Installed features: [cache, cdi, jackson-jq, kie-addon-messaging-extension, kie-addon-process-management-extension, kie-addon-source-files-extension, kogito-serverless-workflow, qute, reactive-routes, resteasy, resteasy-client, resteasy-client-jackson, resteasy-jackson, security, security-properties-file, smallrye-context-propagation, smallrye-openapi, smallrye-reactive-messaging, smallrye-reactive-messaging-http, vertx] 2024-07-10 15:40:57,486 INFO [org.kie.kog.eve.imp.ProcessEventDispatcher] (kogito-event-executor-1) Starting new process instance with signal 'start' 2024-07-10 15:40:57,686 INFO [org.kie.kog.ser.wor.act.SysoutAction] (kogito-event-executor-1) [ "Hello!" ] ``` Therefore, we we need a reproducer to rule out something in your env or example that is causing this -- 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]
