Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Server not being able to launch due to opendjk version being incorrect #93

Open
notyoutuber1 opened this issue Dec 26, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@notyoutuber1
Copy link

Describe the bug
This bug occurs when the version is less than 1.17 and it is also forge, which doesn't allow it to run the server

To Reproduce
Steps to reproduce the behavior:
1.Set the version 1.12.2 (less than 1.17)
2. Set the loader to forge
3. Scroll to the 2nd cell's output
4. See error

Expected behavior
It should have just run perfectly fine but instead gave this error:
A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:70)
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:34)
Caused by: java.lang.ClassCastException: class jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to class java.net.URLClassLoader (jdk.internal.loader.ClassLoaders$AppClassLoader and java.net.URLClassLoader are in module java.base of loader 'bootstrap')
at net.minecraft.launchwrapper.Launch.(Launch.java:34)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
... 6 more

Minecraft server Version
1.12.2 forge is the version and loader

Mod/Datapack list
No mods were loaded.

Additional context
Additionally i was using the spanish version of minecolab which seemed easier to operate than the original.

@notyoutuber1 notyoutuber1 added the bug Something isn't working label Dec 26, 2023
@N-aksif-N
Copy link

:< This may be helped
#100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants