Too many open files (4k lines of errors in 2 seconds)

Discussion in 'Bukkit Help' started by UltraMC, Feb 7, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    UltraMC

    Error log: http://www.multiplayerminecraft.pl/toomany.txt

    Error shortcut (for SEO):
    Code:
    21:25:50 [SEVERE] java.net.SocketException: Too many open files
    21:25:50 [SEVERE]    at java.net.PlainSocketImpl.socketAccept(Native Method)
    21:25:50 [SEVERE]    at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:375)
    21:25:50 [SEVERE]    at java.net.ServerSocket.implAccept(ServerSocket.java:470)
    21:25:50 [SEVERE]    at java.net.ServerSocket.accept(ServerSocket.java:438)
    21:25:50 [SEVERE]    at net.minecraft.server.NetworkAcceptThread.run(NetworkAcceptThread.java:22)
    When it happens: 30/30 players playing for 2 hours
    What it does? Kick players and stops them of joining server, when they try console gives "Connection Reset"
    What I've done to solve it:
    #1. updated all plugins, reupdating everyday to stay up to date, tried downgrading
    #2. talked with my server provicer and what he did was "increasing limits on his linux machine very high", like he's sure its super global high
    #3. When plugins are deleted error not showes.

    SOLVED
    It was becaouse of SpoutWelcome plugin - it opened .txt file with info for people before log-on, and what they did wasny clicking "Fisnish" or "Next >" to exit welcome window, they just pressed Esc. :)


    Bukkit: 1.1 R3
    Plugins:
    Code:
    AuthDB
    AutoMessage
    BetterShop
    Essentials
    EssentialsSpawn
    FoundBoxx
    Herochat
    HeroicDeath
    iConomy
    Lift-7
    MagicCarpet
    mcMMO
    MinecraftViewer
    narrowtuxlib
    Permissions
    PermissionsEx
    PlugMan
    Residence
    Showcase
    SpoutEssentials
    SpoutPlugin
    SpoutWelcome
    VanishNoPacket
    Vault
    WeatherRestricions
    WorldEdit
    WorldGuard
     
  2. Offline

    maxrate.pl

    I confirm, we have rised limits of open files on debian, but this is not the issue. As it shown in txt log there. My customer is not able to add more slots because after the server is full it crash immediatelly.

    We have enough of CPU, MEM and HD resources.

    Simultanously on the same server runs other minecraft server without any problems.

    Below is dedi server configuration:

    OS: Debian Lenny x64
    CPU: 2 x INTEL XEON QC E5620
    CPU SPEED: 2 x 2,4 GHz
    CORES: 2x4
    RAM: 48 GB
    HD: 4x450GB SAS 6Gb/s,10Krpm
    SAS CONTROLLER: KONTROLER ADAPTEC RAID 6405 KIT SATA/SAS PCIe 512 MB


    What we can do more to identificate the problem ? Please check the thx log errors.
     
  3. Offline

    Simanova

    --- As root (system wide) ---

    Code:
    cat /proc/sys/fs/file-max
    This should be a value from 36000 to 50000 or more.
    To increase the system wide maximum open files,
    edit the /etc/sysctl.conf and add the following to the end of the file.

    Code:
    fs.file-max = 49500
    Then issue the following command to activate this change to your live system.
    sysctl -p



    --- As user ---

    Also, you should update /etc/security/limits.conf for the user.
    Code:
    myuser hard nofile 2048
    myuser soft nofile 2048
    Type this to see what it’s set at:
    Code:
    ulimit -a




    Source: http://www.lalitmehta.com/home/2008/01/18/javanetsocketexception-too-many-open-files/
     
    rmsy likes this.
  4. Offline

    maxrate.pl

    Thank You for the reply, I have done this couple days ago
    I now how exactly change the limit

    This is what I have in my server:




    Sorry but I have to update my post, those number which You gave me was to small, much to small.
    I've make a mistake and stupidly changed into 70000. After that I neraly crashed my whole server. Before this I had 100000 and it is cool for me.

    I run nearly 100 minecraft server on this linux server. I think I change into 900000 to avoid any further problems with linux open file limit.

    I will check if it will help.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 23, 2016
  5. Offline

    UltraMC

    After all my host (maxrate.pl) did I've got at 16:00 (CET+1): http://pastebin.com/7SJb8UWW
    Code:
    2012-02-08 15:57:08 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-02-08 15:57:09 [SEVERE] net.minecraft.server.WorldConlictException: Failed to check session lock, aborting
    2012-02-08 15:57:09 [SEVERE]    at net.minecraft.server.WorldNBTStorage.checkSession(WorldNBTStorage.java:74)
    2012-02-08 15:57:09 [SEVERE]    at net.minecraft.server.World.l(World.java:2655)
    2012-02-08 15:57:09 [SEVERE]    at net.minecraft.server.World.y(World.java:278)
    2012-02-08 15:57:09 [SEVERE]    at net.minecraft.server.World.save(World.java:268)
    2012-02-08 15:57:09 [SEVERE]    at net.minecraft.server.World.doTick(World.java:1740)
    2012-02-08 15:57:09 [SEVERE]    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:524)
    2012-02-08 15:57:09 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
    2012-02-08 15:57:09 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    2012-02-08 15:57:09 [SEVERE] Unexpected exception
    net.minecraft.server.WorldConlictException: Failed to check session lock, aborting
            at net.minecraft.server.WorldNBTStorage.checkSession(WorldNBTStorage.java:74)
            at net.minecraft.server.World.l(World.java:2655)
            at net.minecraft.server.World.y(World.java:278)
            at net.minecraft.server.World.save(World.java:268)
            at net.minecraft.server.World.doTick(World.java:1740)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:524)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    2012-02-08 15:57:10 [SEVERE] [dynmap] Exception while writing JSON-file.
    java.io.FileNotFoundException: plugins/dynmap/web/standalone/dynmap_Main.json.new (Too many open files)
            at java.io.FileOutputStream.open(Native Method)
            at java.io.FileOutputStream.<init>(FileOutputStream.java:209)
            at java.io.FileOutputStream.<init>(FileOutputStream.java:160)
            at org.dynmap.JsonFileClientUpdateComponent.writeUpdates(JsonFileClientUpdateComponent.java:158)
            at org.dynmap.JsonFileClientUpdateComponent$1.run(JsonFileClientUpdateComponent.java:54)
            at org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$2.run(MapManager.java:193)
            at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
            at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
            at java.util.concurrent.FutureTask.run(FutureTask.java:166)
            at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:165)
            at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:266)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
            at java.lang.Thread.run(Thread.java:636)
    2012-02-08 15:57:29 [INFO] Connection reset
    2012-02-08 15:57:35 [INFO] [Automat] Uwazasz ze cos nie dziala prawidlowo? Jak najszybciej zglos to jednemu z moderatorow na TS'ie
    2012-02-08 15:57:52 [INFO] Connection reset
    2012-02-08 15:58:14 [INFO] Read timed out
    2012-02-08 15:58:16 [INFO] Read timed out
    2012-02-08 15:58:20 [INFO] Read timed out
    2012-02-08 15:58:43 [INFO] Read timed out
    2012-02-08 15:58:46 [INFO] Read timed out
    2012-02-08 15:59:05 [INFO] Read timed out
    And [INFO] Read timed out goes forever. It is possible to stop a server via control panel (not killing it's process) but it takes few times longer than usually (like 30-60 seconds)
     
  6. Offline

    Aprime

    Not sure if this is the same problem, but....

    Code:
    2012-02-10 01:46:02 [SEVERE] at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:375)
    2012-02-10 01:46:02 [SEVERE] at java.net.ServerSocket.implAccept(ServerSocket.java:470)
    2012-02-10 01:46:02 [SEVERE] at java.net.ServerSocket.accept(ServerSocket.java:438)
    2012-02-10 01:46:02 [SEVERE] at net.minecraft.server.NetworkAcceptThread.run(NetworkAcceptThread.java:22)
    2012-02-10 01:46:02 [SEVERE] java.net.SocketException: Too many open files
    2012-02-10 01:46:02 [SEVERE] at java.net.PlainSocketImpl.socketAccept(Native Method)
    2012-02-10 01:46:02 [SEVERE] at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:375)
    2012-02-10 01:46:02 [SEVERE] at java.net.ServerSocket.implAccept(ServerSocket.java:470)
    2012-02-10 01:46:02 [SEVERE] at java.net.ServerSocket.accept(ServerSocket.java:438)
    2012-02-10 01:46:02 [SEVERE] at net.minecraft.server.NetworkAcceptThread.run(NetworkAcceptThread.java:22)
    2012-02-10 01:46:02 [SEVERE] java.net.SocketException: Too many open files
    2012-02-10 01:46:02 [SEVERE] at java.net.PlainSocketImpl.socketAccept(Native Method)
    2012-02-10 01:46:02 [SEVERE] at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:375)
    2012-02-10 01:46:02 [SEVERE] at java.net.ServerSocket.implAccept(ServerSocket.java:470)
    2012-02-10 01:46:02 [SEVERE] at java.net.ServerSocket.accept(ServerSocket.java:438)
    2012-02-10 01:46:02 [SEVERE] at net.minecraft.server.NetworkAcceptThread.run(NetworkAcceptThread.java:22)
    2012-02-10 01:46:02 [SEVERE] java.net.SocketException: Too many open files
    2012-02-10 01:46:02 [SEVERE] at java.net.PlainSocketImpl.socketAccept(Native Method)
    2012-02-10 01:46:02 [SEVERE] at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:375)
    2012-02-10 01:46:02 [SEVERE] at java.net.ServerSocket.implAccept(ServerSocket.java:470)
    2012-02-10 01:46:02 [SEVERE] at java.net.ServerSocket.accept(ServerSocket.java:438)
    2012-02-10 01:46:02 [SEVERE] at net.minecraft.server.NetworkAcceptThread.run(NetworkAcceptThread.java:22)
    2012-02-10 01:46:02 [SEVERE] java.net.SocketException: Too many open files
    2012-02-10 01:46:02 [SEVERE] at java.net.PlainSocketImpl.socketAccept(Native Method)
    2012-02-10 01:46:02 [SEVERE] at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:375)
    2012-02-10 01:46:02 [SEVERE] at java.net.ServerSocket.implAccept(ServerSocket.java:470)
    2012-02-10 01:46:02 [SEVERE] at java.net.ServerSocket.accept(ServerSocket.java:438)
    2012-02-10 01:46:02 [SEVERE] at net.minecraft.server.NetworkAcceptThread.run(NetworkAcceptThread.java:22)
    2012-02-10 01:46:02 [SEVERE] java.net.SocketException: Too many open files
    2012-02-10 01:46:02 [SEVERE] at java.net.PlainSocketImpl.socketAccept(Native Method)
    2012-02-10 01:46:02 [SEVERE] at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:375)
    2012-02-10 01:46:02 [SEVERE] at java.net.ServerSocket.implAccept(ServerSocket.java:470)
    2012-02-10 01:46:02 [SEVERE] at java.net.ServerSocket.accept(ServerSocket.java:438)
    2012-02-10 01:46:02 [SEVERE] at net.minecraft.server.NetworkAcceptThread.run(NetworkAcceptThread.java:22)
    2012-02-10 01:46:02 [SEVERE] java.net.SocketException: Too many open files
    2012-02-10 01:46:02 [SEVERE] at java.net.PlainSocketImpl.socketAccept(Native Method)
    2012-02-10 01:46:02 [SEVERE] at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:375)
    2012-02-10 01:46:02 [SEVERE] at java.net.ServerSocket.implAccept(ServerSocket.java:470)
    2012-02-10 01:46:02 [SEVERE] at java.net.ServerSocket.accept(ServerSocket.java:438)
    2012-02-10 01:46:02 [SEVERE] at net.minecraft.server.NetworkAcceptThread.run(NetworkAcceptThread.java:22)
    2012-02-10 01:46:02 [SEVERE] java.net.SocketException: Too many open files
    2012-02-10 01:46:02 [SEVERE] at java.net.PlainSocketImpl.socketAccept(Native Method)
    2012-02-10 01:46:02 [SEVERE] at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:375)
    2012-02-10 01:46:02 [SEVERE] at java.net.ServerSocket.implAccept(ServerSocket.java:470)
    2012-02-10 01:46:02 [SEVERE] at java.net.ServerSocket.accept(ServerSocket.java:438)
    2012-02-10 01:46:02 [SEVERE] at net.minecraft.server.NetworkAcceptThread.run(NetworkAcceptThread.java:22)
    2012-02-10 01:46:02 [SEVERE] java.net.SocketException: Too many open files
    2012-02-10 01:46:02 [SEVERE] at java.net.PlainSocketImpl.socketAccept(Native Method)
    2012-02-10 01:46:02 [SEVERE] at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:375)
    2012-02-10 01:46:02 [SEVERE] at java.net.ServerSocket.implAccept(ServerSocket.java:470)
    2012-02-10 01:46:02 [SEVERE] at java.net.ServerSocket.accept(ServerSocket.java:438)
    2012-02-10 01:46:02 [SEVERE] at net.minecraft.server.NetworkAcceptThread.run(NetworkAcceptThread.java:22)
    2012-02-10 01:46:02 [SEVERE] java.net.SocketException: Too many open files
    2012-02-10 01:46:02 [SEVERE] at java.net.PlainSocketImpl.socketAccept(Native Method)
    2012-02-10 01:46:02 [SEVERE] at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:375)
    2012-02-10 01:46:02 [SEVERE] at java.net.ServerSocket.implAccept(ServerSocket.java:470)
    2012-02-10 01:46:02 [SEVERE] at java.net.ServerSocket.accept(ServerSocket.java:438)
    2012-02-10 01:46:02 [SEVERE] at net.minecraft.server.NetworkAcceptThread.run(NetworkAcceptThread.java:22)
    2012-02-10 01:46:02 [SEVERE] java.net.SocketException: Too many open files
    2012-02-10 01:46:02 [SEVERE] at java.net.PlainSocketImpl.socketAccept(Native Method)
    2012-02-10 01:46:02 [SEVERE] at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:375)
    2012-02-10 01:46:02 [SEVERE] at java.net.ServerSocket.implAccept(ServerSocket.java:470)
    2012-02-10 01:46:02 [SEVERE] at java.net.ServerSocket.accept(ServerSocket.java:438)
    2012-02-10 01:46:02 [SEVERE] at net.minecraft.server.NetworkAcceptThread.run(NetworkAcceptThread.java:22)
    2012-02-10 01:46:02 [SEVERE] java.net.SocketException: Too many open files
    2012-02-10 01:46:02 [SEVERE] at java.net.PlainSocketImpl.socketAccept(Native Method)
    2012-02-10 01:46:02 [SEVERE] at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:375)
    2012-02-10 01:46:02 [SEVERE] at java.net.ServerSocket.implAccept(ServerSocket.java:470)
    2012-02-10 01:46:02 [SEVERE] at java.net.ServerSocket.accept(ServerSocket.java:438)
    2012-02-10 01:46:02 [SEVERE] at net.minecraft.server.NetworkAcceptThread.run(NetworkAcceptThread.java:22)
    2012-02-10 01:46:02 [SEVERE] java.net.SocketException: Too many open files
    2012-02-10 01:46:02 [SEVERE] at java.net.PlainSocketImpl.socketAccept(Native Method)
    2012-02-10 01:46:02 [SEVERE] at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:375)
    2012-02-10 01:46:02 [SEVERE] at java.net.ServerSocket.implAccept(ServerSocket.java:470)
    2012-02-10 01:46:02 [SEVERE] at java.net.ServerSocket.accept(ServerSocket.java:438)
    2012-02-10 01:46:02 [SEVERE] at net.minecraft.server.NetworkAcceptThread.run(NetworkAcceptThread.java:22)
    2012-02-10 01:46:02 [SEVERE] java.net.SocketException: Too many open files
    2012-02-10 01:46:02 [SEVERE] at java.net.PlainSocketImpl.socketAccept(Native Method)
    2012-02-10 01:46:02 [SEVERE] at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:375)
    2012-02-10 01:46:02 [SEVERE] at java.net.ServerSocket.implAccept(ServerSocket.java:470)
    2012-02-10 01:46:02 [SEVERE] at java.net.ServerSocket.accept(ServerSocket.java:438)
    2012-02-10 01:46:02 [SEVERE] at net.minecraft.server.NetworkAcceptThread.run(NetworkAcceptThread.java:22)
    2012-02-10 01:46:02 [SEVERE] java.net.SocketException: Too many open files
    2012-02-10 01:46:02 [SEVERE] at java.net.PlainSocketImpl.socketAccept(Native Method)
    2012-02-10 01:46:02 [SEVERE] at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:375)
    2012-02-10 01:46:02 [SEVERE] at java.net.ServerSocket.implAccept(ServerSocket.java:470)
    2012-02-10 01:46:02 [SEVERE] at java.net.ServerSocket.accept(ServerSocket.java:438)
    2012-02-10 01:46:02 [SEVERE] at net.minecraft.server.NetworkAcceptThread.run(NetworkAcceptThread.java:22)
    I've taken the liberty to contact my host about it, it's only started happening the moment we got an 8th server on the machine afaik. All other crashes before that pointed to plugins.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 23, 2016
  7. Offline

    UltraMC

    What plugins exacly? Have you solved it?
     
  8. Offline

    Nathan C

    If you aren't running your own VPS or dedicated server, then you can't fix it.

    You have to contact your host or start removing plugins.
     
  9. Offline

    Wolvereness Bukkit Team Member

    This is commonly (meaning, it has been investigated before, but not to say it is your exact problem) caused by a plugin that 'opens' files but doesn't close them properly (anywhere there is an open IO, the close statement should be in a finally clause). Some of those plugins are widely used, so I wouldn't expect plugins like iconomy or worldguard. Pick out any plugin that isn't widely used or custom and remove it, the errors should stop.

    Personal experience, we had this issue from an xray tracking plugin that happened to be coded such that it opened the file every time a stone block was broken, but never properly closed said file.
    If you know anything about java, search through the source code for those lesser used plugins for classes that are catching the IOException, there should almost always be a finally clause that has a var.close();


    Edit: hate to point fingers, but try removing foundboxx first.
     
  10. Offline

    UltraMC

    I did, and hes talking in this thread (username maxrate.pl) lol

    @Wolvereness I am trying, will give results.
     
  11. Offline

    Aprime

    it did it again today, never really coincides with anything and nothing preceeds the report.

    I run CFBanner, CombatTag, Backup, Essentials, EssentialsChat, EssentialsGroupbridge, EssentialsGroupManager, EssentialsProtect, EssentialsSpawn, Factions, FoundDiamonds, Minequery, Nocheat, Reservations, Spout, Tradecraft-AE (I've had issues with this one before but it would always report the problems and never take the server with it, plus I got updates done for it so it wouldn't give me any more problems), VanishNoPacket, Votifier, WorldBorder, WorldEdit and WorldGuard.

    Code:
    2012-02-10 01:45:39 [SEVERE] java.io.FileNotFoundException: ./world/region/r.-6.-4.mcr (Too many open files)
    2012-02-10 01:45:39 [SEVERE]    at java.io.RandomAccessFile.open(Native Method)
    2012-02-10 01:45:39 [SEVERE]    at java.io.RandomAccessFile.<init>(RandomAccessFile.java:233)
    2012-02-10 01:45:39 [SEVERE]    at net.minecraft.server.RegionFile.<init>(SourceFile:98)
    2012-02-10 01:45:39 [SEVERE]    at net.minecraft.server.RegionFileCache.a(SourceFile:63)
    2012-02-10 01:45:39 [SEVERE]    at net.minecraft.server.RegionFileCache.b(SourceFile:88)
    2012-02-10 01:45:39 [SEVERE]    at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:37)
    2012-02-10 01:45:39 [SEVERE]    at net.minecraft.server.ChunkProviderServer.loadChunk(ChunkProviderServer.java:135)
    2012-02-10 01:45:39 [SEVERE]    at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:78)
    2012-02-10 01:45:39 [SEVERE]    at net.minecraft.server.PlayerInstance.<init>(PlayerInstance.java:31)
    2012-02-10 01:45:39 [SEVERE]    at net.minecraft.server.PlayerManager.a(PlayerManager.java:53)
    2012-02-10 01:45:39 [SEVERE]    at net.minecraft.server.PlayerManager.movePlayer(PlayerManager.java:149)
    2012-02-10 01:45:39 [SEVERE]    at net.minecraft.server.ServerConfigurationManager.d(ServerConfigurationManager.java:155)
    2012-02-10 01:45:39 [SEVERE]    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:387)
    2012-02-10 01:45:39 [SEVERE]    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:722)
    2012-02-10 01:45:39 [SEVERE]    at net.minecraft.server.Packet10Flying.handle(SourceFile:126)
    2012-02-10 01:45:39 [SEVERE]    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2012-02-10 01:45:39 [SEVERE]    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:100)
    2012-02-10 01:45:39 [SEVERE]    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:587)
    2012-02-10 01:45:39 [SEVERE]    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    2012-02-10 01:45:39 [SEVERE]    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:537)
    2012-02-10 01:45:39 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
    2012-02-10 01:45:39 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    2012-02-10 01:45:40 [SEVERE] net.minecraft.server.WorldConlictException: Failed to check session lock, aborting
    Could this be map corruption?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 23, 2016
  12. Offline

    UltraMC

    @Aprime create your own thread, its not for your error
    @Wolvereness It was becaouse of SpoutWelcome plugin - it opened .txt file with info for people before log-on, and what they did wasny clicking "Fisnish" or "Next >" to exit welcome window, they just pressed Esc. :)
    SOLVED ^
     
  13. i have the error that wolvereness was talking about... which plugin does the harm ... plugins:
    bpermissions
    worldedit
    Dreamland
    laggclear
    coreprotect
    buycraft
    vault
    stargate
    nocheat
    votifier
    lwc
    worldguard
    bchatmanager
    essentials
    essentialsspawn
    chestshop
     
Thread Status:
Not open for further replies.

Share This Page