waves_ride_dapps_dev | Unsorted

Telegram-канал waves_ride_dapps_dev - Waves Dev Jedi | RIDE for dApps

-

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

Subscribe to a channel

Waves Dev Jedi | RIDE for dApps

Yes. As you can see.

Читать полностью…

Waves Dev Jedi | RIDE for dApps

is there anything in the log/besu/besu.log file?
what's the output of docker logs besu?

Читать полностью…

Waves Dev Jedi | RIDE for dApps

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

Читать полностью…

Waves Dev Jedi | RIDE for dApps

also my whole folder structure is owned with 1000:1000

Читать полностью…

Waves Dev Jedi | RIDE for dApps

Provided.

chown 1000 besu log/besu

Читать полностью…

Waves Dev Jedi | RIDE for dApps

cat /etc/passwd|grep 1000

Читать полностью…

Waves Dev Jedi | RIDE for dApps

srry, ls -lth log off course

Читать полностью…

Waves Dev Jedi | RIDE for dApps

ok, so the first line here:


ERROR StatusConsoleListener Unable to create file /opt/besu/logs/besu.log
java.io.IOException: Permission denied

step 4 in the official instructions (https://docs.units.network/unit-zero-docs/testnet/testnet-node#configuration) is changing permissions of the besu and log/besu directories. have you done this?

Читать полностью…

Waves Dev Jedi | RIDE for dApps

Looks like there are no running ones.

Читать полностью…

Waves Dev Jedi | RIDE for dApps

Docker Compose version v2.28.1

Читать полностью…

Waves Dev Jedi | RIDE for dApps

and docker compose logs waves-node

Читать полностью…

Waves Dev Jedi | RIDE for dApps

Installed. Now
docker logs besu?

Читать полностью…

Waves Dev Jedi | RIDE for dApps

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.

Читать полностью…

Waves Dev Jedi | RIDE for dApps

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

Читать полностью…

Waves Dev Jedi | RIDE for dApps

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!

Читать полностью…

Waves Dev Jedi | RIDE for dApps

just a single line, and that's it?

Читать полностью…

Waves Dev Jedi | RIDE for dApps

great, so besu is running, an besu-check has completed. now try starting the node:


docker compose up -d --force-recreate waves-node

(sorry, fixed the typo)

Читать полностью…

Waves Dev Jedi | RIDE for dApps

For some reason I don’t have it!

Читать полностью…

Waves Dev Jedi | RIDE for dApps

please also show the output of ls -lth log/besu

Читать полностью…

Waves Dev Jedi | RIDE for dApps

from docs: Grant the user with uid 1000 write access to the besu and log/besu subdirectories:

Читать полностью…

Waves Dev Jedi | RIDE for dApps

doing everything as root is not the best idea. As one-time experiment its ok, but not for regular setup

Читать полностью…

Waves Dev Jedi | RIDE for dApps

ls -lth
ls -lth logs

Читать полностью…

Waves Dev Jedi | RIDE for dApps

it's just stuff I checked, also folder/file permissions

Читать полностью…

Waves Dev Jedi | RIDE for dApps

no it shows running containers status

Читать полностью…

Waves Dev Jedi | RIDE for dApps

I don't understand... Docker version?

Читать полностью…

Waves Dev Jedi | RIDE for dApps

docker compose logs besu

Читать полностью…

Waves Dev Jedi | RIDE for dApps

Fine! Now I’ll reinstall the node according to the official guide. 10 minutes.

Читать полностью…

Waves Dev Jedi | RIDE for dApps

You provided -n 10,which is 10 last rows...

Читать полностью…

Waves Dev Jedi | RIDE for dApps

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

Читать полностью…

Waves Dev Jedi | RIDE for dApps

But the node itself works?

Maybe you can disable this besu-check so that the node can work without it?

Читать полностью…
Subscribe to a channel