Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stopping server throws IOException #2

Open
Cypherke opened this issue Jan 16, 2019 · 1 comment
Open

Stopping server throws IOException #2

Cypherke opened this issue Jan 16, 2019 · 1 comment

Comments

@Cypherke
Copy link
Owner

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)

@Cypherke
Copy link
Owner Author

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant