You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When stopping the server with /stop it saves everything and ends with an IOException:
/save-all
[23:02:09] [Server thread/INFO]: Saving...
[23:02:09] [Server thread/INFO]: Saved the world
/stop
[23:02:14] [Server thread/INFO]: Stopping the server
[23:02:14] [Server thread/INFO]: Stopping server
[23:02:14] [Server thread/INFO]: Saving players
[23:02:14] [Server thread/INFO]: Saving worlds
[23:02:14] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
[23:02:14] [Server thread/INFO]: Saving chunks for level 'world'/Nether
[23:02:14] [Server thread/INFO]: Saving chunks for level 'world'/The End
[23:02:14] [Server Shutdown Thread/INFO]: Stopping server
[23:02:14] [Server Shutdown Thread/INFO]: Saving players
[23:02:14] [Server Shutdown Thread/INFO]: Saving worlds
[23:02:14] [Server Shutdown Thread/INFO]: Saving chunks for level 'world'/Overworld
[23:02:14] [Server Shutdown Thread/INFO]: Saving chunks for level 'world'/Nether
[23:02:14] [Server Shutdown Thread/INFO]: Saving chunks for level 'world'/The End
java.io.IOException: Stream closed
at java.lang.ProcessBuilder$NullOutputStream.write(ProcessBuilder.java:433)
at java.io.OutputStream.write(OutputStream.java:116)
at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:297)
at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:141)
at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:229)
at java.io.BufferedWriter.flush(BufferedWriter.java:254)
at be.cypherke.mua.Mua.lambda$new$0(Mua.java:53)
at java.lang.Thread.run(Thread.java:745)
The text was updated successfully, but these errors were encountered:
@Sieberkev : En als ik blijf enteren dan blijft em errors smijten :o @Cypherke : gebruik eens stop ipv /stop wa geeft da dan? @Cypherke : hey @Sieberkev is dees nog een issue momenteel?
When stopping the server with /stop it saves everything and ends with an IOException:
/save-all
[23:02:09] [Server thread/INFO]: Saving...
[23:02:09] [Server thread/INFO]: Saved the world
/stop
[23:02:14] [Server thread/INFO]: Stopping the server
[23:02:14] [Server thread/INFO]: Stopping server
[23:02:14] [Server thread/INFO]: Saving players
[23:02:14] [Server thread/INFO]: Saving worlds
[23:02:14] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
[23:02:14] [Server thread/INFO]: Saving chunks for level 'world'/Nether
[23:02:14] [Server thread/INFO]: Saving chunks for level 'world'/The End
[23:02:14] [Server Shutdown Thread/INFO]: Stopping server
[23:02:14] [Server Shutdown Thread/INFO]: Saving players
[23:02:14] [Server Shutdown Thread/INFO]: Saving worlds
[23:02:14] [Server Shutdown Thread/INFO]: Saving chunks for level 'world'/Overworld
[23:02:14] [Server Shutdown Thread/INFO]: Saving chunks for level 'world'/Nether
[23:02:14] [Server Shutdown Thread/INFO]: Saving chunks for level 'world'/The End
java.io.IOException: Stream closed
at java.lang.ProcessBuilder$NullOutputStream.write(ProcessBuilder.java:433)
at java.io.OutputStream.write(OutputStream.java:116)
at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:297)
at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:141)
at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:229)
at java.io.BufferedWriter.flush(BufferedWriter.java:254)
at be.cypherke.mua.Mua.lambda$new$0(Mua.java:53)
at java.lang.Thread.run(Thread.java:745)
The text was updated successfully, but these errors were encountered: