Only tech topics about Waves: dev tools, libs, RIDE, dApps, Nodes Github: http://tiny.cc/github-waves IDE: https://ide.wavesplatform.com/ Online Course: https://stepik.org/course/54415 StackOverflow: #wavesplatform Jobs: https://t.me/wavesridejobs
is there anything in the log/besu/besu.log file?
what's the output of docker logs besu
?
your config looks fine, it's enough to give write access to the owner of the directory.
now please do the following:
Читать полностью…
docker compose up -d --force-recreate besu-check
also my whole folder structure is owned with 1000:1000
Читать полностью…Provided.
chown 1000 besu log/besu
ok, so the first line here:
ERROR StatusConsoleListener Unable to create file /opt/besu/logs/besu.log
java.io.IOException: Permission denied
Looks like there are no running ones.
Читать полностью…and docker compose logs waves-node
Читать полностью…Installed. Now
docker logs besu?
docker compose logs -f -n 10
outputs the last 10 lines of the output from all containers. what I asked for is the entire output of the besu container. to get the logs of the specific container, use the docker logs besu
command.
It was a complete screenshot!
I have already deleted that version... I'm trying something else. If all else fails, I'll go back to the deemru version
Then a question for the developers:
Which version of node should I install on my server? According to what guide? For the node to work!
just a single line, and that's it?
Читать полностью…great, so besu is running, an besu-check has completed. now try starting the node:
docker compose up -d --force-recreate waves-node
For some reason I don’t have it!
Читать полностью…please also show the output of ls -lth log/besu
from docs: Grant the user with uid 1000 write access to the besu and log/besu subdirectories:
Читать полностью…doing everything as root is not the best idea. As one-time experiment its ok, but not for regular setup
Читать полностью…it's just stuff I checked, also folder/file permissions
Читать полностью…no it shows running containers status
Читать полностью…I don't understand... Docker version?
Читать полностью…Fine! Now I’ll reinstall the node according to the official guide. 10 minutes.
Читать полностью…You provided -n 10,which is 10 last rows...
Читать полностью…can you please share the entire log from besu container?
the stack trace in this screenshot is truncated, and the error message itself is not visible
But the node itself works?
Maybe you can disable this besu-check so that the node can work without it?