pbft icon indicating copy to clipboard operation
pbft copied to clipboard

Relation

Open zhaoyiran925 opened this issue 5 years ago • 3 comments

 Sorry to bother you. I ran it according to readme,but it failed in the step 4.What the error showed is described in the picture.I have installed the java-8-openjdk-amd64, and the path is the same as the what showed in the error. Additionaly,I have configured the JAVA_HOME and the PATH,so the "java" command is valid.Hence, I do not know what happended,need your help.

1

zhaoyiran925 avatar Aug 13 '20 08:08 zhaoyiran925

Hey were you able to solve the problem? I am also having this issue.

iCloud17 avatar Nov 11 '21 01:11 iCloud17

guys ,I also have this error ! I try fix this all day ! anyone fix this ,can give me some suggestion

neonmike avatar Dec 04 '21 10:12 neonmike

the new docker images about java site is here

/usr/local/openjdk-8/bin/java

ref: https://stackoverflow.com/questions/70224668/boci-runtime-create-failed-container-linux-go380

#15

details

change ARM.Dockfile file

ENTRYPOINT ["/usr/lib/jvm/java-8-openjdk-armhf/bin/java", "-jar", "target/pbft-jar-with-dependencies.jar"]

fix ENTRYPOINT ["/usr/local/openjdk-8/bin/java", "-jar", "target/pbft-jar-with-dependencies.jar"]

neonmike avatar Dec 10 '21 04:12 neonmike