I get the same exception, but with a different stack trace - the last entry that matches is "com.mojang.datafixers.schemas.Schema.getType(Schema.java:80)":
Exceptioninthread"main"java.lang.ExceptionInInitializerErroratpa.c(SourceFile:466)atnet.minecraft.server.MinecraftServer.main(SourceFile:744)Causedby:java.util.ConcurrentModificationExceptionat java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1139)atcom.mojang.datafixers.DSL.taggedChoiceType(DSL.java:251)atcom.mojang.datafixers.types.templates.TaggedChoice.lambda$null$1(TaggedChoice.java:72)at java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1138)atcom.mojang.datafixers.types.templates.TaggedChoice.lambda$apply$2(TaggedChoice.java:71)atcom.mojang.datafixers.types.templates.Named.lambda$apply$0(Named.java:43)atcom.mojang.datafixers.types.templates.Check$1.apply(Check.java:45)atcom.mojang.datafixers.types.templates.Sum$1.apply(Sum.java:50)atcom.mojang.datafixers.types.templates.Sum$1.apply(Sum.java:50)atcom.mojang.datafixers.types.templates.Sum$1.apply(Sum.java:50)atcom.mojang.datafixers.types.templates.Sum$1.apply(Sum.java:50)atcom.mojang.datafixers.types.families.RecursiveTypeFamily.lambda$null$1(RecursiveTypeFamily.java:107)atcom.mojang.datafixers.types.templates.RecursivePoint$RecursivePointType.unfold(RecursivePoint.java:132)atcom.mojang.datafixers.types.templates.RecursivePoint$RecursivePointType.findCheckedType(RecursivePoint.java:183)atcom.mojang.datafixers.schemas.Schema.getType(Schema.java:80)atcom.mojang.datafixers.schemas.Schema.findChoiceType(Schema.java:119)atcom.mojang.datafixers.schemas.Schema.getChoiceType(Schema.java:111)ataav.getChoiceType(SourceFile:23)atcom.mojang.datafixers.schemas.Schema.resolveEntityType(Schema.java:103)ataec$a.a(SourceFile:438)ataec.a(SourceFile:130)ataec.<clinit>(SourceFile:136)
... 2 more
I tried both Oracle JDK 10.0.1 and OpenJDK 10.0.1 on Gentoo Linux, makes no difference. If I use JDK 8 or go back to 1.13-pre4 the problem is gone.
I get the same exception, but with a different stack trace - the last entry that matches is "com.mojang.datafixers.schemas.Schema.getType(Schema.java:80)":
I tried both Oracle JDK 10.0.1 and OpenJDK 10.0.1 on Gentoo Linux, makes no difference. If I use JDK 8 or go back to 1.13-pre4 the problem is gone.