I'm trying to upgrade from 1.13.2 to 1.14.1 using the latest BuildTools (April 25th).
Had a few installation attempts:
- first tried to install the rev latest, successfully installing 1.13.2
- then tried to install with --rev 1.14.1, but the installer ran out of memory (-Xmx1024M was not enough)
- then tried to install again with -Xmx1536M, this failed with the following error:
Exception in thread "main" java.io.FileNotFoundException: work/decompile-f5075e12/net/minecraft/server/EntityBat.java (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at com.google.common.io.Files$FileByteSource.openStream(Files.java:120)
at com.google.common.io.Files$FileByteSource.openStream(Files.java:110)
at com.google.common.io.ByteSource$AsCharSource.openStream(ByteSource.java:456)
at com.google.common.io.CharSource.readLines(CharSource.java:311)
at com.google.common.io.Files.readLines(Files.java:553)
at com.google.common.io.Files.readLines(Files.java:520)
at org.spigotmc.builder.Builder.main(Builder.java:496)
at org.spigotmc.builder.Bootstrap.main(Bootstrap.java:40)
I think it failed at the same step where it ran out of memory the 1st time. Is there some way to clear up any temp files from a previous installation attempt?
For completeness, I added all the logs of the multiple installation attempts.