Switching from openJDK 11 to 17, the py4j bridge no longer work with services (getTools() returns an empty list).
The command line version still works apparently, so it seems to be an issue with py4j and/or the Py4J gateway.
Java 17 is supposed to be supported in Py4J 0.10.9.7, if we have some luck upgrading the dependency will be enough, but we can not use the current master branch, I'll see if I can backport this
Switching from openJDK 11 to 17, the py4j bridge no longer work with services (getTools() returns an empty list). The command line version still works apparently, so it seems to be an issue with py4j and/or the Py4J gateway.
Any idea how to debug that @aurelien-naldi ?