Giter VIP home page Giter VIP logo

Comments (11)

Justman100 avatar Justman100 commented on May 29, 2024

Have it! One must edit gradle/wrapper/gradle-wrapper.properties and change

https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
To
https\://services.gradle.org/distributions/gradle-8.6-rc-1-bin.zip

from simplecloud.

Justman100 avatar Justman100 commented on May 29, 2024

But now I have this error:

Exception in thread "main" java.lang.NoClassDefFoundError: kotlin/jvm/internal/Intrinsics


Causing code: `simplecloud-runner/src/main/kotlin/eu/thesimplecloud/runner/RunnerClassLoaderInitMain.kt` in line 95

from simplecloud.

Justman100 avatar Justman100 commented on May 29, 2024

@FllipEis @Wetterbericht

from simplecloud.

FllipEis avatar FllipEis commented on May 29, 2024

Hey, are you getting this error when you are trying to start the runner? If so which .jar file are you using?

from simplecloud.

FllipEis avatar FllipEis commented on May 29, 2024

Have it! One must edit gradle/wrapper/gradle-wrapper.properties and change

https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip To https\://services.gradle.org/distributions/gradle-8.6-rc-1-bin.zip

Would be great, if you try this out with a stable gradle version (not a release candidate) and create a pull request πŸ˜„

from simplecloud.

Justman100 avatar Justman100 commented on May 29, 2024

Hey, are you getting this error when you are trying to start the runner? If so which .jar file are you using?

I have used these commands:

rm -r simplecloud-plugin/build
rm -r simplecloud-api/build
rm -r simplecloud-modules/simplecloud-module-serviceselection/build
rm -r simplecloud-modules/simplecloud-module-rest/build
rm -r simplecloud-modules/simplecloud-module-statistics/build
rm -r simplecloud-modules/simplecloud-module-hubcommand/build
rm -r simplecloud-modules/simplecloud-module-permission/build
rm -r simplecloud-modules/simplecloud-module-chat-tab/build
rm -r simplecloud-modules/simplecloud-module-internalwrapper/build
rm -r simplecloud-modules/simplecloud-module-cloudflare/build
rm -r simplecloud-modules/simplecloud-module-notify/build
rm -r simplecloud-modules/simplecloud-module-placeholders/build
rm -r simplecloud-modules/simplecloud-module-proxy/build
rm -r simplecloud-modules/build
rm -r simplecloud-modules/simplecloud-module-sign/build
rm -r simplecloud-modules/simplecloud-module-npc/build
rm -r simplecloud-client/build
rm -r simplecloud-base/build
rm -r simplecloud-runner/build
rm -r simplecloud-dependency-loader/build
rm -r build
rm -r simplecloud-launcher/build
rm -r simplecloud-updater/build

bash gradlew clean
bash gradlew build

mkdir -p temp
mkdir temp/modules/
mkdir temp/storage/
cp start-files/*.* temp/
cp simplecloud-modules/**/build/libs/*.jar temp/modules/
cp simplecloud-runner/build/libs/simplecloud-runner-2.7.1.jar temp/runner.jar
cp simplecloud-base/build/libs/simplecloud-base-2.7.1.jar temp/storage/base.jar
cp simplecloud-launcher/build/libs/simplecloud-launcher-2.7.1.jar temp/launcher.jar
# rm temp/modules/SimpleCloud-Chat+Tab.jar
# rm temp/modules/SimpleCloud-ServiceSelection.jar
# rm temp/modules/SimpleCloud-CloudFlare.jar

cd temp
bash start.sh

from simplecloud.

FllipEis avatar FllipEis commented on May 29, 2024

What command did you use to build the cloud?

from simplecloud.

Justman100 avatar Justman100 commented on May 29, 2024

What command did you use to build the cloud?

Is in the commands list above

from simplecloud.

FllipEis avatar FllipEis commented on May 29, 2024

Oh I see, sorry. You have to use gradlew shadowJar

from simplecloud.

Justman100 avatar Justman100 commented on May 29, 2024

Oh I see, sorry. You have to use gradlew shadowJar

Has solved! Thanks πŸ™‚!!!

from simplecloud.

Justman100 avatar Justman100 commented on May 29, 2024

Have it! One must edit gradle/wrapper/gradle-wrapper.properties and change
https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip To https\://services.gradle.org/distributions/gradle-8.6-rc-1-bin.zip

Would be great, if you try this out with a stable gradle version (not a release candidate) and create a pull request πŸ˜„

Okay! See #175

from simplecloud.

Justman100 avatar Justman100 commented on May 29, 2024

@FllipEis

However, when I try to access the dashboard of my SimpleCloud, this is what I get:

A client connected from an unknown host:

Firefox reflects this:

Error: Connection interrupted

from simplecloud.

Justman100 avatar Justman100 commented on May 29, 2024

@FllipEis

from simplecloud.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.