Advertisement
Guest User

minecraft 1.12.2 bukkit not working

a guest
Feb 14th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.59 KB | None | 0 0
  1. LATEST.LOG:
  2. [19:35:39] [Server thread/INFO]: Starting minecraft server version 1.12.2
  3. [19:35:41] [Server thread/WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
  4. [19:35:41] [Server thread/INFO]: Loading properties
  5. [19:35:39] [Server console handler/ERROR]: Exception handling console input
  6. java.io.IOException: The handle is invalid
  7. at java.io.FileInputStream.readBytes(Native Method) ~[?:1.8.0_161]
  8. at java.io.FileInputStream.read(Unknown Source) ~[?:1.8.0_161]
  9. at java.io.BufferedInputStream.fill(Unknown Source) ~[?:1.8.0_161]
  10. at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.8.0_161]
  11. at org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:248) ~[craftbukkit-1.12.2.jar:git-Bukkit-809c399]
  12. at org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261) ~[craftbukkit-1.12.2.jar:git-Bukkit-809c399]
  13. at org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198) ~[craftbukkit-1.12.2.jar:git-Bukkit-809c399]
  14. at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2145) ~[craftbukkit-1.12.2.jar:git-Bukkit-809c399]
  15. at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLineSimple(ConsoleReader.java:3183) ~[craftbukkit-1.12.2.jar:git-Bukkit-809c399]
  16. at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2333) ~[craftbukkit-1.12.2.jar:git-Bukkit-809c399]
  17. at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2269) ~[craftbukkit-1.12.2.jar:git-Bukkit-809c399]
  18. at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2257) ~[craftbukkit-1.12.2.jar:git-Bukkit-809c399]
  19. at net.minecraft.server.v1_12_R1.DedicatedServer$2.run(DedicatedServer.java:86) [craftbukkit-1.12.2.jar:git-Bukkit-809c399]
  20. [19:35:43] [Server thread/INFO]: Default game type: SURVIVAL
  21. [19:35:43] [Server thread/INFO]: Generating keypair
  22. [19:35:43] [Server thread/INFO]: Starting Minecraft server on *:25565
  23. [19:35:43] [Server thread/INFO]: Using default channel type
  24. [19:35:44] [Server thread/WARN]: **** FAILED TO BIND TO PORT!
  25. [19:35:44] [Server thread/WARN]: The exception was: java.net.BindException: Address already in use: bind
  26. [19:35:44] [Server thread/WARN]: Perhaps a server is already running on that port?
  27. [19:35:44] [Server thread/INFO]: Stopping server
  28. [19:40:02] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 29126ms behind, skipping 582 tick(s)
  29. [19:45:37] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 36903ms behind, skipping 738 tick(s)
  30. [19:50:55] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 20456ms behind, skipping 409 tick(s)
  31. [19:56:30] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 36420ms behind, skipping 728 tick(s)
  32.  
  33. SERVER.PROPERTIES:
  34. #Minecraft server properties
  35. #Wed Feb 14 19:35:41 EST 2018
  36. max-tick-time=60000
  37. generator-settings=
  38. force-gamemode=false
  39. allow-nether=true
  40. gamemode=0
  41. broadcast-console-to-ops=true
  42. enable-query=false
  43. player-idle-timeout=0
  44. difficulty=1
  45. spawn-monsters=true
  46. op-permission-level=4
  47. pvp=true
  48. snooper-enabled=true
  49. level-type=DEFAULT
  50. hardcore=false
  51. enable-command-block=true
  52. max-players=20
  53. network-compression-threshold=256
  54. resource-pack-sha1=
  55. max-world-size=2999998
  56. rcon.port=25575
  57. server-port=25565
  58. debug=false
  59. server-ip=
  60. spawn-npcs=true
  61. allow-flight=false
  62. level-name=world
  63. view-distance=10
  64. server-id=0ba41cf0-66bc-434b-838a-d765e4148467
  65. resource-pack=
  66. spawn-animals=true
  67. white-list=false
  68. rcon.password=rather not say
  69. generate-structures=true
  70. online-mode=true
  71. max-build-height=256
  72. level-seed=memumscar23
  73. prevent-proxy-connections=false
  74. enable-rcon=true
  75. motd=hello welcome to
  76.  
  77. BUKKIT.YML:
  78. # This is the main configuration file for Bukkit.
  79. # As you can see, there's actually not that much to configure without any plugins.
  80. # For a reference for any variable inside this file, check out the Bukkit Wiki at
  81. # http://wiki.bukkit.org/Bukkit.yml
  82. #
  83. # If you need help on this file, feel free to join us on irc or leave a message
  84. # on the forums asking for advice.
  85. #
  86. # IRC: #spigot @ irc.spi.gt
  87. # (If this means nothing to you, just go to http://www.spigotmc.org/pages/irc/ )
  88. # Forums: http://www.spigotmc.org/
  89. # Bug tracker: http://www.spigotmc.org/go/bugs
  90.  
  91.  
  92. settings:
  93. allow-end: true
  94. warn-on-overload: true
  95. permissions-file: permissions.yml
  96. update-folder: update
  97. plugin-profiling: false
  98. connection-throttle: 4000
  99. query-plugins: true
  100. deprecated-verbose: default
  101. shutdown-message: Server closed
  102. spawn-limits:
  103. monsters: 70
  104. animals: 15
  105. water-animals: 5
  106. ambient: 15
  107. chunk-gc:
  108. period-in-ticks: 600
  109. load-threshold: 0
  110. ticks-per:
  111. animal-spawns: 400
  112. monster-spawns: 1
  113. autosave: 6000
  114. aliases: now-in-commands.yml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement