Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. PS C:\Users\mikim\Desktop\velocity\velo> java -jar .\velocity-proxy-1.1.0-SNAPSHOT-all.jar
  2. [00:24:03 INFO]: Booting up Velocity 1.1.0-SNAPSHOT (git-687c6c52-bunknown)...
  3. [00:24:03 INFO]: Connections will use NIO channels, Java compression, Java ciphers
  4. [00:24:03 ERROR]: Exception in thread "main" java.lang.IllegalArgumentException: Path component should be '/'
  5. [00:24:03 ERROR]: at sun.nio.fs.WindowsFileSystemProvider.checkUri(WindowsFileSystemProvider.java:69)
  6. [00:24:03 ERROR]: at sun.nio.fs.WindowsFileSystemProvider.newFileSystem(WindowsFileSystemProvider.java:80)
  7. [00:24:03 ERROR]: at java.nio.file.FileSystems.newFileSystem(FileSystems.java:326)
  8. [00:24:03 ERROR]: at java.nio.file.FileSystems.newFileSystem(FileSystems.java:276)
  9. [00:24:03 ERROR]: at com.velocitypowered.proxy.util.FileSystemUtils.visitResources(FileSystemUtils.java:33)
  10. [00:24:03 ERROR]: at com.velocitypowered.proxy.VelocityServer.loadTranslations(VelocityServer.java:174)
  11. [00:24:03 ERROR]: at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:205)
  12. [00:24:03 ERROR]: at com.velocitypowered.proxy.Velocity.main(Velocity.java:47)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement