pefernan commented on issue #806: URL: https://github.com/apache/incubator-kie-issues/issues/806#issuecomment-1887497309
Looks like the error happens when the `PythonWorkItemHandlers` try initialize the python interpreter (https://github.com/apache/incubator-kie-kogito-runtimes/blob/main/kogito-serverless-workflow/kogito-serverless-workflow-python-runtime/src/main/java/org/kie/kogito/serverless/workflow/python/PythonWorkItemHandlerUtils.java#L41). Somehow the the app cannot run the native python `init` ending up with a NPE that we see in the logs The same test works fine with the java runner. -- 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]
