mojira.dev
MC-131498

Server crashing immediatly in 1.13-pre2

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:?]

 

Related issues

Attachments

Comments

migrated
[media]
kumasasa

This is the "server version" of the issue fixed in MC-129374 for the client.

What's the server start command ?

kumasasa

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 ?

migrated

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.

kumasasa

Somewhere between "java" and "-jar":

java -Xms1024M -Xmx2048M -Xss1M -jar server.jar

Please report, if that's solving the issue.

migrated

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?

kumasasa

That is strange, adding 1 M of stack prevents the allocation of 2048 M heap ?

kumasasa

For technical support please contact the community support, linked below.

Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki

migrated

(Unassigned)

Unconfirmed

crash, server

Minecraft 1.13-pre2

Retrieved