Advertisement
Guest User

Untitled

a guest
May 25th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // This doesn't make any sense!
  3.  
  4. Time: 5/25/15 3:33 PM
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.IllegalArgumentException: port out of range:66017
  8. at java.net.InetSocketAddress.checkPort(Unknown Source)
  9. at java.net.InetSocketAddress.<init>(Unknown Source)
  10. at io.netty.bootstrap.AbstractBootstrap.localAddress(AbstractBootstrap.java:148)
  11. at rc.a(SourceFile:62)
  12. at po.i(SourceFile:149)
  13. at net.minecraft.server.MinecraftServer.run(SourceFile:417)
  14. at java.lang.Thread.run(Unknown Source)
  15.  
  16.  
  17. A detailed walkthrough of the error, its code path and all known details is as follows:
  18. ---------------------------------------------------------------------------------------
  19.  
  20. -- System Details --
  21. Details:
  22. Minecraft Version: 1.8
  23. Operating System: Linux (amd64) version 3.10.23-xxxx-std-ipv6-64
  24. Java Version: 1.7.0_51, Oracle Corporation
  25. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  26. Memory: 2700453288 bytes (2575 MB) / 3087007744 bytes (2944 MB) up to 3087007744 bytes (2944 MB)
  27. JVM Flags: 2 total; -Xmx3072M -Xms3072M
  28. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  29. Profiler Position: N/A (disabled)
  30. Is Modded: Unknown (can't tell)
  31. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement