py4j.Py4JException: Error while sending a command.
at py4j.CallbackClient.sendCommand(CallbackClient.java:397)
at py4j.CallbackClient.sendCommand(CallbackClient.java:356)
at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106)
at jdk.proxy2/jdk.proxy2.$Proxy17.executeFormula(Unknown Source)
at example.FormulaExecutorService.main(FormulaExecutorService.java:33)
Caused by: py4j.Py4JNetworkException: Error while sending a command: c
t
executeFormula
ro0
ro1
sRecursiveFormula
e
at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:255)
at py4j.CallbackClient.sendCommand(CallbackClient.java:384)
... 4 more
Caused by: java.io.IOException: Stream closed
at java.base/java.io.BufferedWriter.ensureOpen(BufferedWriter.java:107)
at java.base/java.io.BufferedWriter.write(BufferedWriter.java:224)
at java.base/java.io.Writer.write(Writer.java:249)
at py4j.commands.CallCommand.execute(CallCommand.java:83)
at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:246)
... 5 more