Exception in thread "Thread-4"

Discussion in 'Bukkit Help' started by zebras, Aug 31, 2011.

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

    zebras

    1. What OS are you using:
    Linux Debian 5 Lenny
    2. What architecture is the OS you are running:
    x64
    3. What version and architecture is your java install?:

    java version "1.6.0_22"
    Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
    Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03, mixed mode)
    4. Are you running any wrappers?:
    No
    5. What build of CraftBukkit are you running?:
    This server is running Craftbukkit version git-Bukkit-0.0.0-980-g4ed23b1-b1060jnks (MC: 1.7.3)
    6. What command are you using to run your CraftBukkit server?:
    java -Xincgc -Xmx3G -jar craftbukkit.jar
    7. What plugins are you running?:
    AdminChat
    AdminCmd
    Administrate
    AuctionHouse
    AuthMe
    BananaChunk
    BlockHat
    boosCooldown
    BorderGuard
    CFBanner
    ChairCraft
    ChopTree
    Citizens
    CommandDisabler
    CraftBook
    CraftBookMechanisms
    DispenserReFill
    duckshop-24
    EasyShout
    FenceStack
    FoundDiamonds
    HawkYey
    HeroChat
    HeroicRebuke
    iChat
    InventorySQL
    IPGet
    iZone
    Jail
    KitPlugin
    KiwiAdmin
    LCCombat
    LCExcavation
    LCMining
    LCRange
    LCWoodCutting
    LevelCraft
    LWC
    Memo
    MobArena
    mobSpawner
    ModTRS
    MuddersMilk
    mxAntiPCPCheat
    MyHome
    NarrowtuxLib
    NoCheat
    NoMoreRollBacks
    NSCommands
    OFFLine
    OKLogger
    p2aliases
    Permissions (3.1.6)
    PermissionsAttributeProvider
    PermissionsPlus
    pvparena
    PvPplus
    Scavenger
    Showcase
    SignRank
    SimpleSignEdit
    SimpleTips
    Spout
    StaffofRegrowth
    Statitician
    Tips
    UC (Unknown Commands)
    uNether
    Vault
    WheatHeal
    WhosTHere
    WirelessRedstone
    WorldEdit
    WorldGuard
    xWarp
    8. What error are you getting:
    After this:
    Code:
    [SEVERE] Exception in thread "Thread-4"
    [SEVERE] java.lang.OutOfMemoryError: unable to create new native thread
    [SEVERE]     at java.lang.Thread.start0(Native Method)
    [SEVERE]     at java.lang.Thread.start(Thread.java:640)
    [SEVERE]     at org.bukkit.craftbukkit.scheduler.CraftWorker.<init>(CraftWorker.java:28)
    [SEVERE]     at org.bukkit.craftbukkit.scheduler.CraftThreadManager.executeTask(CraftThreadManager.java:14)
    [SEVERE]     at org.bukkit.craftbukkit.scheduler.CraftScheduler.processTask(CraftScheduler.java:107)
    [SEVERE]     at org.bukkit.craftbukkit.scheduler.CraftScheduler.run(CraftScheduler.java:64)
    [SEVERE]     at java.lang.Thread.run(Thread.java:662)
    
    many plugins going mad, Easy shout doesnt shouting, citizens NPC don't walk and tolk when close to them, showcase doesn't refresh, hawkeye stop logging, some of admincmd commands stop working, I don't know, maybe there is more plugins which bugs after this error.
    9. What have you tried already?:
    Disabling some plugins, reinstalling java and craftbukkit.
    10. Have you tried any of the things below?:
    Tried.
     
  2. Offline

    bassfader

    Code:
    java.lang.OutOfMemoryError
    You are simply running out of memory (aka RAM). Try to increase the RAM in the startup parameter -Xmx if possible, otherwise you'd maybe need to either reduce the amount of players that can be online at once, (if you have multiple worlds) remove some worlds, limit the size of the world with some border plugin or remove some plugins as you have quite a lot of them.
     
  3. Offline

    zebras

    We have 4GB ram VPS. About 65~ players online only two worlds: world and nether. world size: 6400x6400 by blocks. So it's only because of insufficient ram?
     
  4. Offline

    bassfader

    Thats what the error says, so: yes its because of your server running out of ram.
     
  5. Offline

    zebras

    I shut downed some plugins, Thank you, I think it's helped, maybe you have any suggestion how to conserve ram, like changing craftbukkit start-up plugin or something else?
     
Thread Status:
Not open for further replies.

Share This Page