Closed kpodl-inoqo closed 1 year ago
There is an example Docker setup for the IPC server available now: https://github.com/GreenDelta/olca-ipc-container
Please note that not every commit represents a stable or working version. You tested this when version 2 was under development in the main branch. We push the stable libraries to the Maven Central now regularly: https://central.sonatype.com/search?q=olca&namespace=org.openlca
[Updated because I messed up the list of "bad" commits]
Hi there,
We are in the process of automating our calculations using the standalone IPC server (
org.openlca.ipc
) running in a Docker container. Recent commits onmaster
(as of this writing 1a4ac5873f5f690ab7109852c6bb2ca45f97dd90 is the most recent commit) throw exceptions when attempting to run the calculation.The IPC client (Python
olca-ipc==0.0.11
) reports an-32000: Unhandled server error: null
.More interestingly, on the server's side:
Using
git bisect
I have narrowed the issue down to the following commits (some commits cannot be compiled):The last commit that we can run calculations with is:
This is not a particularly urgent issue for us but I thought I'd let you know.
Appreciate your work on openLCA!