Advertisement
SkullCN

Untitled

Jul 10th, 2024
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. [05:18:47 ERROR]: Couldn't pass ProxyInitializeEvent to basementlib 1.0
  2. java.lang.RuntimeException: java.nio.file.NoSuchFileException: /home/Servers/velocity/plugins/basementlib/server-uuid
  3. at it.ohalee.basementlib.common.plugin.AbstractBasementPlugin.load(AbstractBasementPlugin.java:69) ~[?:?]
  4. at it.ohalee.basementlib.velocity.BasementVelocity.onInitialize(BasementVelocity.java:64) ~[?:?]
  5. at it.ohalee.basementlib.velocity.Lmbda$1.execute(Unknown Source) ~[?:?]
  6. at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:56) ~[velocity-3.3.0-SNAPSHOT-404.jar:3.3.0-SNAPSHOT (git-5154f029-b404)]
  7. at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:598) ~[velocity-3.3.0-SNAPSHOT-404.jar:3.3.0-SNAPSHOT (git-5154f029-b404)]
  8. at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:479) ~[velocity-3.3.0-SNAPSHOT-404.jar:3.3.0-SNAPSHOT (git-5154f029-b404)]
  9. at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
  10. at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
  11. at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
  12. Caused by: java.nio.file.NoSuchFileException: /home/Servers/velocity/plugins/basementlib/server-uuid
  13. at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) ~[?:?]
  14. at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) ~[?:?]
  15. at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[?:?]
  16. at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:261) ~[?:?]
  17. at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:482) ~[?:?]
  18. at java.base/java.nio.file.Files.newOutputStream(Files.java:227) ~[?:?]
  19. at java.base/java.nio.file.Files.write(Files.java:3492) ~[?:?]
  20. at it.ohalee.basementlib.common.plugin.AbstractBasementPlugin.load(AbstractBasementPlugin.java:66) ~[?:?]
  21. ... 8 more
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement