peachypeace

server problems

public ⁨1⁩ ⁨file⁩ 2022-04-17 04:40:50 UTC

f

Raw
[22:10:57] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[22:10:57] [ServerMain/ERROR]: Failed to start the minecraft server
java.io.IOException: The process cannot access the file because another process has locked a portion of the file
    at sun.nio.ch.FileDispatcherImpl.write0(Native Method) ~[?:?]
    at sun.nio.ch.FileDispatcherImpl.write(FileDispatcherImpl.java:68) ~[?:?]
    at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:132) ~[?:?]
    at sun.nio.ch.IOUtil.write(IOUtil.java:76) ~[?:?]
    at sun.nio.ch.IOUtil.write(IOUtil.java:67) ~[?:?]
    at sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:288) ~[?:?]
    at net.minecraft.util.DirectoryLock.create(DirectoryLock.java:40) ~[?:?]
    at net.minecraft.world.level.storage.LevelStorageSource$LevelStorageAccess.<init>(LevelStorageSource.java:344) ~[?:?]
    at net.minecraft.world.level.storage.LevelStorageSource.createAccess(LevelStorageSource.java:314) ~[?:?]
    at net.minecraft.server.Main.main(Main.java:159) ~[paper-1.18.2.jar:git-Paper-228]
    at org.bukkit.craftbukkit.Main.main(Main.java:293) ~[paper-1.18.2.jar:git-Paper-228]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]