Sqlite error
reecehunter opened this issue ยท 3 comments
My server randomly froze and timed everyone out after displaying this message in console. Could anyone help me figure it out? https://pastebin.com/PFqEe7HG
Disk error, possibly out of disk space: https://www.sqlite.org/rescode.html#ioerr_shmsize
To note that CoreProtect error is from an async thread, and isn't the cause of your server crashing.
That is, if we filter out the separate Thread-12/WARN
error, your log looks like this:
[22:47:04] [Paper Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[22:47:04] [Paper Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait task info below:
[22:47:04] [Paper Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk wait: [( 112,-103) in 'skyblock']
[22:47:04] [Paper Watchdog Thread/ERROR]: [ChunkTaskScheduler] Chunk holder: NewChunkHolder{world=skyblock, chunkX=112, chunkZ=-103, entityChunkFromDisk=true, lastChunkCompletion={chunk_class=net.minecraft.world.level.chunk.Chunk,status=minecraft:full}, currentGenStatus=minecraft:full, requestedGenStatus=null, generationTask=null, generationTaskStatus=null, priority=NORMAL, priorityLocked=true, neighbourRequestedPriority=IDLE, effective_priority=NORMAL, oldTicketLevel=42, currentTicketLevel=42, totalNeighboursUsingThisChunk=0, fullNeighbourChunksLoadedBitset=0, chunkStatusRaw=0, currentChunkStatus=INACCESSIBLE, pendingChunkStatus=INACCESSIBLE, is_unload_safe=ticket_level, killed=false}
[22:47:04] [Paper Watchdog Thread/ERROR]: Ticking entity: minecraft:wither_skeleton, entity class: net.minecraft.world.entity.monster.EntitySkeletonWither
[22:47:04] [Paper Watchdog Thread/ERROR]: Entity status: removed: false, valid: true, alive: true, is passenger: false
[22:47:04] [Paper Watchdog Thread/ERROR]: Entity UUID: cdf2e067-8704-40da-848c-0c5427e9d6d2
[22:47:04] [Paper Watchdog Thread/ERROR]: Position: world: 'skyblock_nether' at location (-145.25391313905294, 84.5, -745.7454559744958)
[22:47:04] [Paper Watchdog Thread/ERROR]: Velocity: (0.0, -0.0, 0.0) (in blocks per tick)
[22:47:04] [Paper Watchdog Thread/ERROR]: Entity AABB: AABB[-145.60391313309248, 84.5, -746.0954559685354] -> [-144.9039131450134, 86.90000009536743, -745.3954559804563]
[22:47:04] [Paper Watchdog Thread/ERROR]: Move call information:
[22:47:04] [Paper Watchdog Thread/ERROR]: Start position: (-145.25391313905294, 84.5, -745.7454559744958)
[22:47:04] [Paper Watchdog Thread/ERROR]: Move vector: (0.0, -0.0784000015258789, 0.0)
[22:47:04] [Paper Watchdog Thread/ERROR]: ------------------------------
Thank you for the clarification on the error! I have nearly 200gb of extra disk space so I'm not sure what the error is for then.