-
Bug
-
Resolution: Duplicate
-
None
-
Snapshot 13w21a, Snapshot 13w21b
-
None
-
JRE7 Update 21
OS: Windows 7 Home Premium (x64)
RAM: 16GB (4 GB allocated to the server)
CPU: AMD Phenom II X4 965 BE (3.4 GHz)
Graphics Card: NVIDIA GeForce GTX570
Motherboard: ASRock 970 Extreme3
HDD (Where the server is on): Corsair Force Series 3 120GB SSD
Router: Linksys EA4500
Server Port: 25565 (not occupied)JRE7 Update 21 OS: Windows 7 Home Premium (x64) RAM: 16GB (4 GB allocated to the server) CPU: AMD Phenom II X4 965 BE (3.4 GHz) Graphics Card: NVIDIA GeForce GTX570 Motherboard: ASRock 970 Extreme3 HDD (Where the server is on): Corsair Force Series 3 120GB SSD Router: Linksys EA4500 Server Port: 25565 (not occupied)
-
Unconfirmed
I used the following launch command for the server:
@echo off
java -Xmx1024M -Xms1024M -jar minecraft_server.13w21b.jar nogui
After it loaded, I typed the "stop" command, which shuts down the server, but leaves a sloppy error, which I included below, as both text and image.
265 recipes
27 achievements
2013-05-27 19:04:42 [INFO] Starting minecraft server version 13w21b
2013-05-27 19:04:42 [INFO] Loading properties
2013-05-27 19:04:42 [INFO] Default game type: SURVIVAL
2013-05-27 19:04:42 [INFO] Generating keypair
2013-05-27 19:04:42 [INFO] Starting Minecraft server on *:25565
2013-05-27 19:04:42 [INFO] Preparing level "world"
2013-05-27 19:04:42 [INFO] Preparing start region for level 0
2013-05-27 19:04:43 [INFO] Done (0.753s)! For help, type "help" or "?"
stop
2013-05-27 19:04:44 [INFO] Stopping the server
2013-05-27 19:04:44 [INFO] Stopping server
2013-05-27 19:04:44 [INFO] Saving players
java.net.SocketException: socket closed
at java.net.DualStackPlainSocketImpl.accept0(Native Method)
at java.net.DualStackPlainSocketImpl.socketAccept(Unknown Source)
at java.net.AbstractPlainSocketImpl.accept(Unknown Source)
at java.net.PlainSocketImpl.accept(Unknown Source)
at java.net.ServerSocket.implAccept(Unknown Source)
at java.net.ServerSocket.accept(Unknown Source)
at ik.run(SourceFile:61)
2013-05-27 19:04:44 [INFO] Saving worlds
2013-05-27 19:04:44 [INFO] Saving chunks for level 'world'/Overworld
2013-05-27 19:04:44 [INFO] Closing listening thread
2013-05-27 19:04:44 [INFO] Saving chunks for level 'world'/Nether
2013-05-27 19:04:44 [INFO] Saving chunks for level 'world'/The End
2013-05-27 19:04:45 [INFO] Stopping server
This is a screenshot of the error.
http://i.imgur.com/xrZ9etr.png
It has no other issues beside it looking strange when closing the server.
- duplicates
-
MC-2670 Java SocketException on shutdown
- Resolved