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

Plugin fails to enable on Waterfall #13

Open
Trikolon opened this issue Aug 1, 2021 · 1 comment
Open

Plugin fails to enable on Waterfall #13

Trikolon opened this issue Aug 1, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@Trikolon
Copy link

Trikolon commented Aug 1, 2021

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

  1. Install the plugin
  2. Start the server
  3. See error (see stacktrace above)
@Trikolon Trikolon added the bug Something isn't working label Aug 1, 2021
@Trikolon
Copy link
Author

Trikolon commented Dec 5, 2021

Update: the issue is also reproducible on 1.18

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

1 participant