Server crashing immediately after start giving error. latest.log provided in attachment.
[19:51:42] [Bootstrap 0/ERROR]: Unable to bootstrap datafixers
java.lang.StackOverflowError: null
at abi$m.a(SourceFile:532) ~[server.jar:?]
at aax.b(SourceFile:44) ~[server.jar:?]
at abi$l.a(SourceFile:616) ~[server.jar:?]
at abi$m.a(SourceFile:536) ~[server.jar:?]
at aaz.a(SourceFile:48) ~[server.jar:?]
at java.util.Optional.orElseGet(Unknown Source) ~[?:1.8.0_171]
at aaz.b(SourceFile:48) ~[server.jar:?]
at abi$l.a(SourceFile:616) ~[server.jar:?]
at abi$m.a(SourceFile:536) ~[server.jar:?]
at aaz.b(SourceFile:47) ~[server.jar:?]
at abi$l.a(SourceFile:616) ~[server.jar:?]
at abi$m.a(SourceFile:536) ~[server.jar:?]
at aaz.b(SourceFile:47) ~[server.jar:?]
at abi$l.a(SourceFile:616) ~[server.jar:?]
at abi$m.a(SourceFile:536) ~[server.jar:?]
at aaz.b(SourceFile:47) ~[server.jar:?]
Linked issues
duplicates 1
Attachments
Comments 7
Please keep the stack trace snippet in the description, that way this ticket is searchable (Jira doesn't search in attachments).
Again the question: What's the server start command ?
i couldn't add the error in the description, it was too long. my start command is that from the wiki:
java -Xms1024M -Xmx2048M -jar server.jar
in a bat file. i have no clue where i should add the -Xss1M.
Somewhere between "java" and "-jar":
java -Xms1024M -Xmx2048M -Xss1M -jar server.jar
Please report, if that's solving the issue.
getting this error in cmd
Error occurred during initialization of VM
Could not reserve enough space for 2097152KB object heap
Press any key to continue . . .
using the said code. do i need a special version of Java?
For technical support please contact the community support, linked below.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
This is the "server version" of the issue fixed in MC-129374 for the client.
What's the server start command ?