stain / jena-docker

Docker image for Apache Jena riot
Apache License 2.0
99 stars 86 forks source link

add procps package to install ps #40

Closed ebal5 closed 3 years ago

ebal5 commented 4 years ago

Sometime, there is some needs of ps command. Below, I will show the head of Error message I got.

WARN  Your platform does not support checking process liveness so TDB disk locations cannot be reliably locked to prevent possible corruption due to unsafe multi-JVM usage
java.io.IOException: Cannot run program "ps": error=2, No such file or directory
        at java.base/java.lang.ProcessBuilder.start(Unknown Source)
        at java.base/java.lang.ProcessBuilder.start(Unknown Source)
        at org.apache.jena.tdb.sys.ProcessUtils.getProcessInfo(ProcessUtils.java:144)
sroze commented 3 years ago

@stain would you be able to merge this pull-request? It fixes #34 & #35. Thank you 🙏