Загрузка...

Как поднять TRON ноду на сервере ubuntu?

Тема в разделе Linux создана пользователем b0rov 13 июн 2024. (поднята 13 июн 2024) 127 просмотров

Загрузка...
  1. b0rov
    b0rov Автор темы 13 июн 2024 Заблокирован(а) 38 10 май 2020
    Всем привет загорелся желанием сделать свою крипто платежку без комсиий будет в общем доступе и тд но проблема в том что не могу поднять ноду вылазит ошибка помогите пж


    Код
    ubuntu@instance-20231207-1335:~/java-tron$ ./gradlew build



    FAILURE: Build failed with an exception.



    * What went wrong:

    Could not initialize class org.codehaus.groovy.runtime.InvokerHelper

    > Exception java.lang.NoClassDefFoundError: Could not initialize class org.codehaus.groovy.reflection.ReflectionCache [in thread "Daemon worker"]



    * Try:

    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.



    * Get more help at https://help.gradle.org



    BUILD FAILED in 628ms

    ubuntu@instance-20231207-1335:~/java-tron$ ./gradlew run



    FAILURE: Build failed with an exception.



    * What went wrong:

    Could not initialize class org.codehaus.groovy.runtime.InvokerHelper

    > Exception java.lang.NoClassDefFoundError: Could not initialize class org.codehaus.groovy.reflection.ReflectionCache [in thread "Daemon worker"]



    * Try:

    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.



    * Get more help at https://help.gradle.org



    BUILD FAILED in 604ms

    ubuntu@instance-20231207-1335:~/java-tron$
     
    13 июн 2024 Изменено
Top