Загрузка...

How to raise a TRON node on an ubuntu server?

Thread in Linux created by b0rov Jun 13, 2024. (bumped Jun 13, 2024) 139 views

  1. b0rov
    b0rov Topic starter Jun 13, 2024 Banned 38 May 10, 2020
    Всем привет загорелся желанием сделать свою крипто платежку без комсиий будет в общем доступе и тд но проблема в том что не могу поднять ноду вылазит ошибка помогите пж


    Code
    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$
     
Loading...
Top