Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relation #13

Open
zhaoyiran925 opened this issue Aug 13, 2020 · 3 comments
Open

Relation #13

zhaoyiran925 opened this issue Aug 13, 2020 · 3 comments

Comments

@zhaoyiran925
Copy link

zhaoyiran925 commented Aug 13, 2020

 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

@iCloud17
Copy link

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

@neonmike
Copy link

neonmike commented Dec 4, 2021

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

@neonmike
Copy link

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"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants