Advertisement
A248

Spigot library loader does not isolate dependencies (shortened log)

Sep 29th, 2021
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. [17:45:08] [Server thread/INFO]: [PluginUsingLL] Loading 1 libraries... please wait
  2. [17:45:08] [Server thread/INFO]: [PluginUsingLL] Loaded library /Users/anandbeh/git/PaperMC/LibraryLoaderServer/libraries/com/github/ben-manes/caffeine/caffeine/3.0.4/caffeine-3.0.4.jar
  3. [17:45:08] [Server thread/INFO]: [PluginUsingLL] Loaded library /Users/anandbeh/git/PaperMC/LibraryLoaderServer/libraries/org/checkerframework/checker-qual/3.18.0/checker-qual-3.18.0.jar
  4. [17:45:08] [Server thread/INFO]: [PluginUsingLL] Loaded library /Users/anandbeh/git/PaperMC/LibraryLoaderServer/libraries/com/google/errorprone/error_prone_annotations/2.9.0/error_prone_annotations-2.9.0.jar
  5. [17:45:09] [Server thread/WARN]: Legacy plugin PluginIndependent v0.1.0-SNAPSHOT does not specify an api-version.
  6. [17:45:09] [Server thread/INFO]: [PluginUsingLL] Loading PluginUsingLL v0.1.0-SNAPSHOT
  7. [17:45:09] [Server thread/INFO]: [PluginUsingLL] onLoad - Note that the Caffeine class is not loaded yet.
  8. [17:45:09] [Server thread/INFO]: [PluginIndependent] Loading PluginIndependent v0.1.0-SNAPSHOT
  9. [17:45:09] [Server thread/INFO]: [PluginIndependent] onLoad - Tried and failed to load Caffeine class.
  10. This is expected behavior.
  11.  
  12.  
  13.  
  14. [17:46:13] [Server thread/INFO]: [PluginUsingLL] Enabling PluginUsingLL v0.1.0-SNAPSHOT
  15. [17:46:13] [Server thread/INFO]: [PluginUsingLL] onEnable - Loaded Caffeine class from this plugin. " +
  16. This is expected behavior - plugins should see their own libraries.
  17. [17:46:13] [Server thread/INFO]: [PluginIndependent] Enabling PluginIndependent v0.1.0-SNAPSHOT
  18. [17:46:13] [Server thread/INFO]: [PluginIndependent] onEnable - No-op
  19. [17:46:13] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  20. [17:46:14] [Server thread/INFO]: [PluginIndependent] onServerLoad(ServerLoadEvent) - Loaded Caffeine class, but not from this plugin!
  21. This is unexpected behavior and means the library loader is leaking libraries.
  22. To solve this, the library loader should properly isolate dependencies.
  23.  
  24. [17:46:14] [Server thread/INFO]: Done (64.890s)! For help, type "help
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement