[Crash] /Exception in server tick loop/

Discussion in 'Bukkit Help' started by Routaruo, Jun 2, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    Routaruo

    Hi there. I have freshly installed Bukkit on a new dedicated server and I seem to be getting errors.
    The server crashes every 6 seconds and spews this message:
    Show Spoiler

    Code:text
    1. ---- Minecraft Crash Report ----
    2. // But it works on my machine.
    3.  
    4. Time: 03/06/14 01:47
    5. Description: Exception in server tick loop
    6.  
    7. java.lang.NullPointerException: Exception in server tick loop
    8. at net.minecraft.server.v1_7_R3.DedicatedServer.aB(DedicatedServer.java:292)
    9. at net.minecraft.server.v1_7_R3.DedicatedServer.a(DedicatedServer.java:238)
    10. at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:477)
    11. at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628)
    12.  
    13.  
    14. A detailed walkthrough of the error, its code path and all known details is as follows:
    15. ---------------------------------------------------------------------------------------
    16.  
    17. -- System Details --
    18. Details:
    19. Minecraft Version: 1.7.9
    20. Operating System: Windows Server 2008 R2 (amd64) version 6.1
    21. Java Version: 1.7.0_60, Oracle Corporation
    22. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    23. Memory: 14629719080 bytes (13951 MB) / 15435038720 bytes (14720 MB) up to 15435038720 bytes (14720 MB)
    24. JVM Flags: 2 total; -Xms15360M -Xmx15360M
    25. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    26. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    27. CraftBukkit Information:
    28. Running:
    29. Failed to handle CraftCrashReport:
    30. java.lang.NullPointerException
    31. at org.bukkit.Bukkit.getName(Bukkit.java:74)
    32. at org.bukkit.craftbukkit.v1_7_R3.CraftCrashReport.call(CraftCrashReport.java:20)
    33. at net.minecraft.server.v1_7_R3.CrashReportSystemDetails.a(SourceFile:74)
    34. at net.minecraft.server.v1_7_R3.CrashReport.h(CrashReport.java:45)
    35. at net.minecraft.server.v1_7_R3.CrashReport.<init>(CrashReport.java:33)
    36. at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:486)
    37. at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628)
    38.  
    39. Profiler Position: N/A (disabled)
    40. Is Modded: ~~ERROR~~ NullPointerException: null
    41. Type: Dedicated Server (map_server.txt)


    What the console says leading up to crash (Ignore BBCode)
    Show Spoiler

    Code:text
    1.  
    2. [LIST=1]
    3. [*][COLOR=#000000]01:39:07] [Server thread/INFO]: Default game type: SURVIVAL[/COLOR]
    4. [*][COLOR=#000000][01:39:07] [Server thread/INFO]: Generating keypair[/COLOR]
    5. [*][COLOR=#000000][01:39:07] [Server thread/INFO]: Starting Minecraft server on *:25565[/COLOR]
    6. [*][COLOR=#000000][01:39:07] [Server thread/WARN]: **** FAILED TO BIND TO PORT![/COLOR]
    7. [*][COLOR=#000000][01:39:07] [Server thread/WARN]: The exception was: java.net.BindException: Address already in use: bind[/COLOR]
    8. [*][COLOR=#000000][01:39:07] [Server thread/WARN]: Perhaps a server is already running on that port?[/COLOR]
    9. [*][COLOR=#000000][01:39:48] [Server thread/INFO]: Starting minecraft server version 1.7.9[/COLOR]
    10. [*][COLOR=#000000][01:39:48] [Server thread/INFO]: Loading properties[/COLOR]
    11. [*][COLOR=#000000][01:39:48] [Server thread/INFO]: Default game type: SURVIVAL[/COLOR]
    12. [*][COLOR=#000000][01:39:48] [Server thread/INFO]: Generating keypair[/COLOR]
    13. [*][COLOR=#000000][01:39:48] [Server thread/INFO]: Starting Minecraft server on *:25565[/COLOR]
    14. [*][COLOR=#000000][01:39:48] [Server thread/WARN]: **** FAILED TO BIND TO PORT![/COLOR]
    15. [*][COLOR=#000000][01:39:48] [Server thread/WARN]: The exception was: java.net.BindException: Address already in use: bind[/COLOR]
    16. [*][COLOR=#000000][01:39:48] [Server thread/WARN]: Perhaps a server is already running on that port?[/COLOR]
    17. [*][COLOR=#000000][01:40:41] [Server thread/ERROR]: Encountered an unexpected exception[/COLOR]
    18. [*][COLOR=#000000]java.lang.NullPointerException[/COLOR]
    19. [*][COLOR=#000000]at net.minecraft.server.v1_7_R3.DedicatedServer.aB(DedicatedServer.java:292) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks][/COLOR]
    20. [*][COLOR=#000000]at net.minecraft.server.v1_7_R3.DedicatedServer.a(DedicatedServer.java:238) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks][/COLOR]
    21. [*][COLOR=#000000]at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:477) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks][/COLOR]
    22. [*][COLOR=#000000]at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks][/COLOR]
    23. [*][COLOR=#000000][01:40:41] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Administrator.WIN-0KBP6E9NP75\Desktop\Minecraft\.\crash-reports\crash-2014-06-03_01.40.41-server.txt[/COLOR]
    24. [*][COLOR=#000000][01:41:13] [Server thread/INFO]: Stopping server[/COLOR]
    25. [*][COLOR=#000000][01:41:13] [Thread-4/INFO]: Stopping server[/COLOR]
    26. [*][COLOR=#000000]aftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks][/COLOR]
    27. [*][COLOR=#000000]at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:995) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks][/COLOR]
    28. [*][COLOR=#000000]at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLineSimple(ConsoleReader.java:1506) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks][/COLOR]
    29. [*][COLOR=#000000]at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1153) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks][/COLOR]
    30. [*][COLOR=#000000]at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1117) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks][/COLOR]
    31. [*][COLOR=#000000]at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1105) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks][/COLOR]
    32. [*][COLOR=#000000]at net.minecraft.server.v1_7_R3.ThreadCommandReader.run(ThreadCommandReader.java:34) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks][/COLOR]
    33. [*][COLOR=#000000][01:40:10] [Server thread/INFO]: Loading properties[/COLOR]
    34. [*][COLOR=#000000][01:40:10] [Server thread/INFO]: Default game type: SURVIVAL[/COLOR]
    35. [*][COLOR=#000000][01:40:10] [Server thread/INFO]: Generating keypair[/COLOR]
    36. [*][COLOR=#000000][01:40:10] [Server thread/INFO]: Starting Minecraft server on *:25565[/COLOR]
    37. [*][COLOR=#000000][01:40:10] [Server thread/WARN]: **** FAILED TO BIND TO PORT![/COLOR]
    38. [*][COLOR=#000000][01:40:10] [Server thread/WARN]: The exception was: java.net.BindException: Address already in use: bind[/COLOR]
    39. [*][COLOR=#000000][01:40:10] [Server thread/WARN]: Perhaps a server is already running on that port?[/COLOR]
    40. [*][COLOR=#000000][01:42:12] [Server thread/INFO]: Starting minecraft server version 1.7.9[/COLOR]
    41. [*][COLOR=#000000][01:42:12] [Server thread/INFO]: Loading properties[/COLOR]
    42. [*][COLOR=#000000][01:42:12] [Server thread/INFO]: Default game type: SURVIVAL[/COLOR]
    43. [*][COLOR=#000000][01:42:12] [Server thread/INFO]: Generating keypair[/COLOR]
    44. [*][COLOR=#000000][01:42:12] [Server thread/INFO]: Starting Minecraft server on *:25561[/COLOR]
    45. [*][COLOR=#000000][01:42:12] [Server thread/WARN]: **** FAILED TO BIND TO PORT![/COLOR]
    46. [*][COLOR=#000000][01:42:12] [Server thread/WARN]: The exception was: java.net.BindException: Address already in use: bind[/COLOR]
    47. [*][COLOR=#000000][01:42:12] [Server thread/WARN]: Perhaps a server is already running on that port?[/COLOR]
    48. [*][COLOR=#000000][01:43:05] [Server thread/ERROR]: Encountered an unexpected exception[/COLOR]
    49. [*][COLOR=#000000]java.lang.NullPointerException[/COLOR]
    50. [*][COLOR=#000000]at net.minecraft.server.v1_7_R3.DedicatedServer.aB(DedicatedServer.java:292) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks][/COLOR]
    51. [*][COLOR=#000000]at net.minecraft.server.v1_7_R3.DedicatedServer.a(DedicatedServer.java:238) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks][/COLOR]
    52. [*][COLOR=#000000]at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:477) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks][/COLOR]
    53. [*][COLOR=#000000]at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks][/COLOR]
    54. [*][COLOR=#000000][01:43:05] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Administrator.WIN-0KBP6E9NP75\Desktop\Minecraft\.\crash-reports\crash-2014-06-03_01.43.05-server.txt[/COLOR]
    55. [*][COLOR=#000000][01:44:05] [Server thread/INFO]: Stopping server[/COLOR]
    56. [*][COLOR=#000000][01:44:05] [Thread-4/INFO]: Stopping server[/COLOR]
    57. [*][COLOR=#000000][01:44:15] [Server thread/INFO]: Starting minecraft server version 1.7.9[/COLOR]
    58. [*][COLOR=#000000][01:44:15] [Server thread/INFO]: Loading properties[/COLOR]
    59. [*][COLOR=#000000][01:44:15] [Server thread/INFO]: Default game type: SURVIVAL[/COLOR]
    60. [*][COLOR=#000000][01:44:15] [Server thread/INFO]: Generating keypair[/COLOR]
    61. [*][COLOR=#000000][01:44:15] [Server thread/INFO]: Starting Minecraft server on *:25561[/COLOR]
    62. [*][COLOR=#000000][01:44:15] [Server thread/WARN]: **** FAILED TO BIND TO PORT![/COLOR]
    63. [*][COLOR=#000000][01:44:15] [Server thread/WARN]: The exception was: java.net.BindException: Address already in use: bind[/COLOR]
    64. [*][COLOR=#000000][01:44:15] [Server thread/WARN]: Perhaps a server is already running on that port?[/COLOR]
    65. [*][COLOR=#000000][01:44:36] [Server thread/INFO]: Starting minecraft server version 1.7.9[/COLOR]
    66. [*][COLOR=#000000][01:44:36] [Server thread/INFO]: Loading properties[/COLOR]
    67. [*][COLOR=#000000][01:44:36] [Server thread/INFO]: Default game type: SURVIVAL[/COLOR]
    68. [*][COLOR=#000000][01:44:36] [Server thread/INFO]: Generating keypair[/COLOR]
    69. [*][COLOR=#000000][01:44:36] [Server thread/INFO]: Starting Minecraft server on *:25561[/COLOR]
    70. [*][COLOR=#000000][01:44:36] [Server thread/WARN]: **** FAILED TO BIND TO PORT![/COLOR]
    71. [*][COLOR=#000000][01:44:36] [Server thread/WARN]: The exception was: java.net.BindException: Address already in use: bind[/COLOR]
    72. [*][COLOR=#000000][01:44:36] [Server thread/WARN]: Perhaps a server is already running on that port?[/COLOR]
    73. [*][COLOR=#000000][01:45:28] [Server thread/ERROR]: Encountered an unexpected exception[/COLOR]
    74. [*][COLOR=#000000]java.lang.NullPointerException[/COLOR]
    75. [*][COLOR=#000000]at net.minecraft.server.v1_7_R3.DedicatedServer.aB(DedicatedServer.java:292) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks][/COLOR]
    76. [*][COLOR=#000000]at net.minecraft.server.v1_7_R3.DedicatedServer.a(DedicatedServer.java:238) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks][/COLOR]
    77. [*][COLOR=#000000]at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:477) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks][/COLOR]
    78. [*][COLOR=#000000]at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks][/COLOR]
    79. [*][COLOR=#000000][01:45:28] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Administrator.WIN-0KBP6E9NP75\Desktop\Minecraft\.\crash-reports\crash-2014-06-03_01.45.28-server.txt[/COLOR]
    80. [*][COLOR=#000000][01:46:28] [Server thread/INFO]: Stopping server[/COLOR]
    81. [*][COLOR=#000000][01:46:28] [Thread-4/INFO]: Stopping server[/COLOR]
    82. [*][COLOR=#000000][01:46:40] [Server thread/INFO]: Starting minecraft server version 1.7.9[/COLOR]
    83. [*][COLOR=#000000][01:46:40] [Server thread/INFO]: Loading properties[/COLOR]
    84. [*][COLOR=#000000][01:46:40] [Server thread/INFO]: Default game type: SURVIVAL[/COLOR]
    85. [*][COLOR=#000000][01:46:40] [Server thread/INFO]: Generating keypair[/COLOR]
    86. [*][COLOR=#000000][01:46:40] [Server thread/INFO]: Starting Minecraft server on *:25565[/COLOR]
    87. [*][COLOR=#000000][01:46:41] [Server thread/WARN]: **** FAILED TO BIND TO PORT![/COLOR]
    88. [*][COLOR=#000000][01:46:41] [Server thread/WARN]: The exception was: java.net.BindException: Address already in use: bind[/COLOR]
    89. [*][COLOR=#000000][01:46:41] [Server thread/WARN]: Perhaps a server is already running on that port?[/COLOR]
    90. [*][COLOR=#000000][01:47:32] [Server thread/ERROR]: Encountered an unexpected exception[/COLOR]
    91. [*][COLOR=#000000]java.lang.NullPointerException[/COLOR]
    92. [*][COLOR=#000000]at net.minecraft.server.v1_7_R3.DedicatedServer.aB(DedicatedServer.java:292) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks][/COLOR]
    93. [*][COLOR=#000000]at net.minecraft.server.v1_7_R3.DedicatedServer.a(DedicatedServer.java:238) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks][/COLOR]
    94. [*][COLOR=#000000]at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:477) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks][/COLOR]
    95. [*][COLOR=#000000]at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks][/COLOR]
    96. [*][COLOR=#000000][01:47:32] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Administrator.WIN-0KBP6E9NP75\Desktop\Minecraft\.\crash-reports\crash-2014-06-03_01.47.32-server.txt[/COLOR]
    97. [*][COLOR=#000000][02:00:56] [Server thread/INFO]: Starting minecraft server version 1.7.9[/COLOR]
    98. [*][COLOR=#000000][02:00:56] [Server thread/INFO]: Loading properties[/COLOR]
    99. [*][COLOR=#000000][02:00:56] [Server thread/INFO]: Default game type: SURVIVAL[/COLOR]
    100. [*][COLOR=#000000][02:00:56] [Server thread/INFO]: Generating keypair[/COLOR]
    101. [*][COLOR=#000000][02:00:57] [Server thread/INFO]: Starting Minecraft server on *:25565[/COLOR]
    102. [*][COLOR=#000000][02:00:57] [Server thread/WARN]: **** FAILED TO BIND TO PORT![/COLOR]
    103. [*][COLOR=#000000][02:00:57] [Server thread/WARN]: The exception was: java.net.BindException: Address already in use: bind[/COLOR]
    104. [*][COLOR=#000000][02:00:57] [Server thread/WARN]: Perhaps a server is already running on that port?[/COLOR]
    105. [*][COLOR=#000000][02:01:48] [Server thread/ERROR]: Encountered an unexpected exception[/COLOR]
    106. [*][COLOR=#000000]java.lang.NullPointerException[/COLOR]
    107. [*][COLOR=#000000]at net.minecraft.server.v1_7_R3.DedicatedServer.aB(DedicatedServer.java:292) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks][/COLOR]
    108. [*][COLOR=#000000]at net.minecraft.server.v1_7_R3.DedicatedServer.a(DedicatedServer.java:238) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks][/COLOR]
    109. [*][COLOR=#000000]at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:477) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks][/COLOR]
    110. [*][COLOR=#000000]at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks][/COLOR]
    111. [/LIST]
    112. [SIZE=12px][FONT=Arial][COLOR=#fceec7][SIZE=15px][FONT=Georgia][COLOR=#141414]
    [/COLOR][/FONT][/SIZE][/COLOR][/FONT][/SIZE]
     
  2. Offline

    Arkel

    Lines 13-16 of the console output suggest that there is already a server running on port 25565. Has your host given you a specific non-default port to bind to?
     
Thread Status:
Not open for further replies.

Share This Page