ChimpGamer / NetworkManager

NetworkManager Stuff
8 stars 8 forks source link

NoClassDefFoundError on Start with Waterfall #61

Closed Holt31 closed 3 years ago

Holt31 commented 3 years ago

Describe the bug On starting the Plug-In with a Waterfall-Proxy I'm getting a "NoClassDefFoundError" Error.

Steps To Reproduce Steps to reproduce the behaviour:

  1. Create a working Docker environment
  2. Use this Dockerimage 3.) The following environment-variables for the Image are set: ` env:
    • name: ONLINE_MODE value: "true"
    • name: TYPE value: "WATERFALL"
    • name: INIT_MEMORY value: "512M"
    • name: MAX_MEMORY value: "2G" ` As you can see the image is starting a basic Waterfallproxy in the latest version. The image uses the default OpenJDK-8.

Expected behaviour The Server should load with the plugin enabled.

Stack Trace Pastebin

Version Information:

Additional context I did not test it in a non dockerized environment.

Holt31 commented 3 years ago

The Version "2.9.3-Snapshot" (send to me via Discord) solved the problem. Stopping the server and adding the plugin is not fixing the problem. The "lib"-folder inside the plugin-config-folder needs to be deleted as well. After restarting the container / waterfall-proxy it worked as expected.