[Crash]: Server installer for 2.13 fails, throws exception
JohnMLTX opened this issue ยท 1 comments
Possible Fixes
Yes
Modpack Version
2.13
What happened?
Downloaded the server files. Extracted to a directory on my minecraft server box. Ran the startserver.bat file as administrator. Accepted the EULA by editing eula.txt to =true.
Installation continued, and then hung after error:
[Server thread/ERROR] [ne.ne.bu.EventBus/EVENTBUS]: Exception caught during firing event: Cannot invoke "net.minecraft.server.MinecraftServer.getServerDirectory()" because the return value of "journeymap.api.services.CommonPlatformService.getServer()" is null
Attempting to redownload the installer, running again from different places, re-running the same batch file, etc, saw no change in the result.
Crash Log
https://gist.github.com/JohnMLTX/3752b764e83063874950aadf59c73593
Latest.Log
https://gist.github.com/JohnMLTX/1dcc42cf613c78e987159c1ac01849da
[27Dec2024 23:23:17.807] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Starting Minecraft server on *:25565 [27Dec2024 23:23:17.868] [Server thread/INFO] [net.minecraft.server.network.ServerConnectionListener/]: Using default channel type [27Dec2024 23:23:17.901] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer/]: **** FAILED TO BIND TO PORT! [27Dec2024 23:23:17.902] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer/]: The exception was: java.net.BindException: Address already in use: bind [27Dec2024 23:23:17.902] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer/]: Perhaps a server is already running on that port?