-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Plugin version: '3.4.24'
Server type: 'Waterfall #448'
Server version: '1.17.1'
Java Version: '16'
Describe the bug
The plugin fails to enable. It shows the following stacktrace:
mc-proxy_1 | [07:12:13 INFO]: [AltFinder] Loading dep Caffeine
mc-proxy_1 | [07:12:13 WARN]: Error loading plugin AltFinder
mc-proxy_1 | java.lang.ExceptionInInitializerError: null
mc-proxy_1 | at me.egg82.altfinder.BungeeBootstrap.loadJars(BungeeBootstrap.java:66) ~[?:?]
mc-proxy_1 | at me.egg82.altfinder.BungeeBootstrap.onLoad(BungeeBootstrap.java:33) ~[?:?]
mc-proxy_1 | at net.md_5.bungee.api.plugin.PluginManager.enablePlugin(PluginManager.java:398) ~[Waterfall-1.17-448.jar:git:Waterfall-Bootstrap:1.17-R0.1-SNAPSHOT:93773f9:
448]
mc-proxy_1 | at net.md_5.bungee.api.plugin.PluginManager.loadPlugins(PluginManager.java:300) ~[Waterfall-1.17-448.jar:git:Waterfall-Bootstrap:1.17-R0.1-SNAPSHOT:93773f9:4
48]
mc-proxy_1 | at net.md_5.bungee.BungeeCord.start(BungeeCord.java:278) ~[Waterfall-1.17-448.jar:git:Waterfall-Bootstrap:1.17-R0.1-SNAPSHOT:93773f9:448]
mc-proxy_1 | at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:67) ~[Waterfall-1.17-448.jar:git:Waterfall-Bootstrap:1.17-R0.1-SNAPSHOT:93773f9:448]
mc-proxy_1 | at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15) ~[Waterfall-1.17-448.jar:git:Waterfall-Bootstrap:1.17-R0.1-SNAPSHOT:93773f9:448]
mc-proxy_1 | Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make protected void java.net.URLClassLoader.addURL(java.net.URL) accessible: module java.base
does not "opens java.net" to unnamed module @504e1599
mc-proxy_1 | at java.lang.reflect.AccessibleObject.checkCanSetAccessible(Unknown Source) ~[?:?]
mc-proxy_1 | at java.lang.reflect.AccessibleObject.checkCanSetAccessible(Unknown Source) ~[?:?]
mc-proxy_1 | at java.lang.reflect.Method.checkCanSetAccessible(Unknown Source) ~[?:?]
mc-proxy_1 | at java.lang.reflect.Method.setAccessible(Unknown Source) ~[?:?]
mc-proxy_1 | at me.egg82.altfinder.utils.JarUtil.<clinit>(JarUtil.java:28) ~[?:?]
mc-proxy_1 | ... 7 more
Expected behavior
A clear and concise description of what you expected to happen.
To Reproduce
- Install the plugin
- Start the server
- See error (see stacktrace above)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working