Crashes

Discussion in 'Bukkit Help' started by Revenger, Nov 16, 2011.

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

    Revenger

    Sorted out a error earlier with logging with ram issues and crashes but were getting others we cant figure out.

    We have no idea what is causing these now.

    I hope someone can read these logs.

    We have 8gb ram and most of the time server is stable and runs well but we occasionally get unexplained spikes of ram and this time it crashed as a result all this happened with only 2 people online.

    Code:
    2011-11-16 23:42:41 [SEVERE] Exception in thread "Thread-12349"
    2011-11-16 23:42:41 [SEVERE] java.lang.OutOfMemoryError: Java heap space
    2011-11-16 23:42:54 [SEVERE]     at java.nio.HeapByteBuffer.<init>(HeapByteBuffer.java:57)
    2011-11-16 23:42:54 [SEVERE]     at java.nio.ByteBuffer.allocate(ByteBuffer.java:329)
    2011-11-16 23:42:54 [SEVERE]     at sun.nio.cs.StreamDecoder.<init>(StreamDecoder.java:249)
    2011-11-16 23:42:54 [SEVERE]     at sun.nio.cs.StreamDecoder.<init>(StreamDecoder.java:229)
    2011-11-16 23:43:07 [SEVERE]     at sun.nio.cs.StreamDecoder.forInputStreamReader(StreamDecoder.java:68)
    2011-11-16 23:43:31 [SEVERE]     at java.io.InputStreamReader.<init>(InputStreamReader.java:74)
    2011-11-16 23:43:44 [SEVERE]     at net.minecraft.server.ThreadLoginVerifier.run(ThreadLoginVerifier.java:34)
    2011-11-16 23:43:44 [SEVERE] Exception in thread "Timer-1"
    2011-11-16 23:43:44 [SEVERE] java.lang.OutOfMemoryError: Java heap space
    2011-11-16 23:43:44 [SEVERE]     at java.util.Arrays.copyOf(Arrays.java:2798)
    2011-11-16 23:43:58 [SEVERE]     at sun.misc.Resource.getBytes(Resource.java:117)
    2011-11-16 23:43:58 [SEVERE]     at java.net.URLClassLoader.defineClass(URLClassLoader.java:273)
    2011-11-16 23:43:58 [SEVERE]     at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
    2011-11-16 23:43:58 [SEVERE]     at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
    2011-11-16 23:44:08 [SEVERE]     at java.security.AccessController.doPrivileged(Native Method)
    2011-11-16 23:44:08 [SEVERE]     at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
    2011-11-16 23:44:08 [SEVERE]     at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
    2011-11-16 23:44:08 [SEVERE]     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
    2011-11-16 23:44:08 [SEVERE]     at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
    2011-11-16 23:44:08 [SEVERE]     at com.mysql.jdbc.Util.handleNewInstance(Util.java:431)
    2011-11-16 23:44:19 [SEVERE]     at com.mysql.jdbc.PreparedStatement.getInstance(PreparedStatement.java:872)
    2011-11-16 23:44:19 [SEVERE]     at com.mysql.jdbc.ConnectionImpl.clientPrepareStatement(ConnectionImpl.java:1498)
    2011-11-16 23:44:19 [SEVERE]     at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4270)
    2011-11-16 23:44:19 [SEVERE]     at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4169)
    2011-11-16 23:44:19 [SEVERE]     at uk.co.oliwali.HawkEye.database.JDCConnection.prepareStatement(JDCConnection.java:187)
    2011-11-16 23:44:29 [SEVERE]     at uk.co.oliwali.HawkEye.database.DataManager.run(DataManager.java:340)
    2011-11-16 23:44:29 [SEVERE]     at java.util.TimerThread.mainLoop(Timer.java:534)
    2011-11-16 23:44:29 [SEVERE]     at java.util.TimerThread.run(Timer.java:484)
    2011-11-16 23:45:30 [SEVERE] Exception in thread "Thread-18"
    2011-11-16 23:45:41 [SEVERE] java.lang.OutOfMemoryError: Java heap space
    2011-11-16 23:45:41 [SEVERE]     at java.nio.HeapByteBuffer.<init>(HeapByteBuffer.java:57)
    2011-11-16 23:45:41 [SEVERE]     at java.nio.ByteBuffer.allocate(ByteBuffer.java:329)
    2011-11-16 23:45:41 [SEVERE]     at sun.nio.cs.StreamEncoder.<init>(StreamEncoder.java:194)
    2011-11-16 23:45:41 [SEVERE]     at sun.nio.cs.StreamEncoder.<init>(StreamEncoder.java:174)
    2011-11-16 23:46:02 [SEVERE]     at sun.nio.cs.StreamEncoder.forOutputStreamWriter(StreamEncoder.java:58)
    2011-11-16 23:46:02 [SEVERE]     at java.io.OutputStreamWriter.<init>(OutputStreamWriter.java:111)
    2011-11-16 23:46:02 [SEVERE]     at com.wedtm.mcsl.MCSL$UpdateRunnable.update(MCSL.java:194)
    2011-11-16 23:46:02 [SEVERE]     at com.wedtm.mcsl.MCSL$UpdateRunnable.run(MCSL.java:127)
    2011-11-16 23:46:12 [SEVERE]     at java.lang.Thread.run(Thread.java:636)
     
  2. Offline

    BCTsurvival

    i see it you should copy your worlds
    and redownload your server
    then place your worlds in the new server
    than its done
     
  3. Offline

    Lolmewn

    It's an
    That means you have to dedicate more RAM to your server.
     
  4. Offline

    c0mp

    It looks like you have HawkEye installed, based on the error logs. Try disabling water-flow and lava-flow, see if you still run into issues.
     
  5. Offline

    Revenger

    I thought it could be hawkeye so i went through the config and lava and water flow is already is disabled.

    Code:
    log:
        lava-bucket: true
        painting-place: true
        other: true
        pvp-death: true
        block-fade: false
        chat: true
        quit: true
        sign-place: true
        painting-break: true
        lava-flow: false
        flint-steel: true
        button: true
        command: true
        block-form: false
        teleport: true
        lever: true
        item-drop: true
        water-bucket: true
        block-burn: true
        sign-break: true
        block-break: true
        leaf-decay: false
        water-flow: false
        join: true
        door-interact: true
        block-place: true
        open-container: true
        item-pickup: true
        explosion: true
        container-transaction: true
        mob-death: true
        other-death: true
        enderman-pickup: true
        enderman-place: false
    As for a plugin developer saying I need to increase the ram, tell me its normal to have a server get out of memory errors with 6gb maximum it can use and 3gb normally allocated?
    Code:
    MEMMAX=6048
    MEMALOC=3024
    
    screen -dmS $SCREEN_NAME java -server -Xmx${MEMMAX}M -Xincgc -Djava.net.preferIPv4Stack=true $SERVER_OPTIONS -jar $MODJAR nogui nogui
    
    Nice try on the download of the server, I know you mean re-install and we kinda do that each main notch update.

    We have a dedicated host box on a:
    Code:
    Intel Core 2 Quad Processor Q9550 2.83GHz 1333MHz 12MB LGA775 CPU () 
    Excuse my frustration, its a little annoying when people don't take me seriously on stuff or have a little joke at my expense.

    Server runs fine most of the time hovering around the 1.9gb mark to 2.4gb but we do get these freak spikes in game occasionally we are trying to work out and it does get to us cause we are really trying to find all the issues.

    Another thing is we cant seem to hold more than 8 players without maxing a single core on the cpu when back when we ran hey0 we had 25 on the system before it started pushing this cpu.

    If you also want my startup logs its:

    Code:
    2011-11-17 01:31:40 [INFO] Starting minecraft server version Beta 1.8.1
    2011-11-17 01:31:40 [INFO] Loading properties
    2011-11-17 01:31:40 [INFO] Starting Minecraft server on *:25565
    2011-11-17 01:31:40 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1131-g86b7fa8-b1337jnks (MC: 1.8.1)
    2011-11-17 01:31:40 [INFO] DataSourcePool [rTriggers] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-11-17 01:31:40 [INFO] DatabasePlatform name:rTriggers platform:mysql
    2011-11-17 01:31:40 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-11-17 01:31:41 [INFO] Entities enhanced[0] subclassed[1]
    2011-11-17 01:31:41 [INFO] [PermissionsEx] sql backend registered!
    2011-11-17 01:31:41 [INFO] [PermissionsEx] file backend registered!
    2011-11-17 01:31:41 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    2011-11-17 01:31:41 [INFO] [PermissionsEx] p2compat backend registered!
    2011-11-17 01:31:41 [INFO] [PermissionsCompat] Compatibility Layer Initalized!
    2011-11-17 01:31:41 [INFO] [PermissionsEx] Initializing file backend
    2011-11-17 01:31:42 [INFO] [LogBlock] Version check: Your version is up to date
    2011-11-17 01:31:42 [INFO] [LogBlock] Connecting to mcohyeah@jdbc:mysql://localhost:3306/logblock...
    2011-11-17 01:31:42 [INFO] [LogBlock] Updating config to 1.40 ...
    2011-11-17 01:31:42 [INFO] [Register] Preferred method [null] not found, using first found.
    2011-11-17 01:31:42 [INFO] [Register] version 1.5 is enabled.
    2011-11-17 01:31:42 [INFO] Spout 510 has been initialized
    2011-11-17 01:31:42 [INFO] Preparing level "main"
    2011-11-17 01:31:42 [INFO] Default game type: 0
    2011-11-17 01:31:42 [INFO] Preparing start region for level 0 (Seed: 4373964933707790693)
    2011-11-17 01:31:43 [INFO] [Netstats] v4.4 has been enabled.
    2011-11-17 01:31:43 [INFO] [rTriggers] Register found.
    2011-11-17 01:31:43 [INFO] [rTriggers] InetAddressLocator not found.  Not using IP-to-Location.  Place InetAddressLocator.jar into your /bin folder if you want this.
    2011-11-17 01:31:43 [INFO] [rTriggers] Attached to Permissions.
    2011-11-17 01:31:43 [INFO] [rTriggers] Loaded: Version 2.4
    2011-11-17 01:31:43 [INFO] WorldGuard: Using the Bukkit Permissions API.
    2011-11-17 01:31:43 [INFO] WorldGuard: Blacklist loaded.
    2011-11-17 01:31:43 [INFO] WorldGuard: (main) Single session is enforced.
    2011-11-17 01:31:43 [INFO] WorldGuard: (main) TNT ignition is PERMITTED.
    2011-11-17 01:31:43 [INFO] WorldGuard: (main) Lighters are blocked.
    2011-11-17 01:31:43 [INFO] WorldGuard: (main) Lava fire is blocked.
    2011-11-17 01:31:43 [INFO] WorldGuard: (main) All fire spread is disabled.
    2011-11-17 01:31:43 [INFO] WorldGuard: Loaded configuration for world 'main"
    2011-11-17 01:31:43 [INFO] WorldGuard: 0 regions loaded for 'main'
    2011-11-17 01:31:43 [INFO] WorldGuard 5.4-SNAPSHOT enabled.
    2011-11-17 01:31:43 [INFO] GriefAlertR version 0.8 by Gandalf is enabled!
    2011-11-17 01:31:43 [INFO] MoreMobs Enabled!
    2011-11-17 01:31:43 [INFO] [iConomy - Celty] Enabled (26 ms)
    2011-11-17 01:31:43 [INFO] CommandHelper 3.2.0 enabled
    2011-11-17 01:31:43 [INFO] CommandHelper: Using the Bukkit Permissions API.
    2011-11-17 01:31:43 [INFO] [CommandHelper]: 5 alias(es) defined.
    2011-11-17 01:31:43 [INFO] [PermissionsCompat] Compatibility layer enabled.
    2011-11-17 01:31:43 [INFO] WorldGuard: Using the Bukkit Permissions API.
    2011-11-17 01:31:43 [INFO] CommandHelper: Using the Bukkit Permissions API.
    2011-11-17 01:31:43 [INFO] [MCDocs] (Tazzernator/Andrew Tajsic) - Hooked into Permissions.
    2011-11-17 01:31:43 [INFO] [MCDocs] (Tazzernator/Andrew Tajsic) - v10 loaded.
    2011-11-17 01:31:43 [INFO] [PermissionsEx] Superperms support enabled.
    2011-11-17 01:31:43 [INFO] [PermissionsEx] v1.15 enabled
    2011-11-17 01:31:43 [INFO] WorldGuard: PermissionsEx detected! Using PermissionsEx for permissions.
    2011-11-17 01:31:43 [INFO] CommandHelper: PermissionsEx detected! Using PermissionsEx for permissions.
    2011-11-17 01:31:43 [INFO] [NoCheat] This version is for CB #1337. It may break at any time and for any other version.
    2011-11-17 01:31:43 [INFO] [NoCheat] version [2.15] is enabled.
    2011-11-17 01:31:43 [INFO] Sheepfeed: Permissions plugin detected.
    2011-11-17 01:31:43 [INFO] SheepFeed version 1.5 by ArmEagle is enabled!
    2011-11-17 01:31:43 [INFO] --------------[Admin GUI]--------------
    2011-11-17 01:31:43 [INFO] [Admin GUI - info] open_key changed - from KEY_GRAVE to KEY_F4
    2011-11-17 01:31:43 [INFO] [Admin GUI - info] Using PermissionsEx!
    2011-11-17 01:31:43 [INFO] [Admin GUI - info] Using Permissions!
    2011-11-17 01:31:43 [INFO] Found and will use plugin Permissions v2.7.7
    2011-11-17 01:31:43 [INFO] [Admin GUI - info] Screens folder is plugins/Admin GUI/Screens
    2011-11-17 01:31:43 [INFO] [Admin GUI - info] Found 1 screen files.
    2011-11-17 01:31:43 [INFO] [Admin GUI - info] Created new screens document
    2011-11-17 01:31:43 [INFO] [Admin GUI - info] Read screen file 1 (Screenshot.txt)
    2011-11-17 01:31:43 [INFO] [Admin GUI] Version 1.6.7.1 Running!
    2011-11-17 01:31:43 [INFO] ---------------------------------------
    2011-11-17 01:31:43 [INFO] [AdminChat] Version 1.3.1 is enabled.
    2011-11-17 01:31:43 [INFO] [AdminChat] Using color 'aqua' for Adminchat.
    2011-11-17 01:31:43 [INFO] [AdminChat] Using channel name 'Adminchat' for Adminchat.
    2011-11-17 01:31:43 [INFO] [AdminChat] Found Permissions!
    2011-11-17 01:31:43 [INFO] WorldEdit 4.7 enabled.
    2011-11-17 01:31:43 [INFO] WorldEdit: PermissionsEx detected! Using PermissionsEx for permissions.
    2011-11-17 01:31:43 [INFO] [CFBanner] CFBanner has been enabled!
    2011-11-17 01:31:43 [INFO] [CFBanner] Permissions found. Using Permissions v2.7.7
    2011-11-17 01:31:43 [INFO] [CFBanner] 1.9.3 loaded!
    2011-11-17 01:31:43 [INFO] SimpleSignEdit v1.8.1 enabled.
    2011-11-17 01:31:43 [INFO] [SimpleSignEdit] Checking for table...
    2011-11-17 01:31:43 [INFO] [SimpleSignEdit] Table found! (Error code was SQL:2003 SQLState: null; feel free to post this line on the forum as it may help me improve the plugin; however, this is not a bug)
    2011-11-17 01:31:44 [INFO] [Modifyworld] Modifyworld enabled!
    2011-11-17 01:31:44 [INFO] BorderGuard version 4.2 is enabled!
    2011-11-17 01:31:44 [INFO] [MCServerlist] MCSL version 0.2 by Vimae Development, LLC enabled.
    2011-11-17 01:31:44 [INFO] SpoutEssentials v3.7.5 is enabled!
    2011-11-17 01:31:44 [INFO] SpoutEssentials is made by skawke :)
    2011-11-17 01:31:44 [INFO] SpoutEssentials: WorldGuard Module disabled
    2011-11-17 01:31:44 [INFO] SpoutEssentials: VanishNoPacket detected!
    2011-11-17 01:31:44 [INFO] Found and will use plugin Permissions v2.7.7
    2011-11-17 01:31:44 [INFO] Lockette version 1.4.4 is being enabled!  Yay!  (Core version 1.2.3)
    2011-11-17 01:31:44 [INFO] Lockette: Detected craftbukkit build [1337] ok.
    2011-11-17 01:31:44 [INFO] Lockette: Linked to Permissions plugin version 2.7.7
    2011-11-17 01:31:44 [INFO] Lockette: Ready to protect your containers.
    2011-11-17 01:31:44 [INFO] [Multiverse-Core] - Version 2.1-b326 (API v7) Enabled - By Rigby, fernferret, lithium3141 and main--
    2011-11-17 01:31:44 [INFO] [AllPay] - Version 3.0 - hooked into iConomy 6 for Multiverse-Core v2.1-b326
    2011-11-17 01:31:44 [INFO] [MCServerlist] Server updated on mcserverlist.net!
    2011-11-17 01:31:44 [INFO] [Multiverse-Core] Loading World & Settings - 'nether' - NETHER
    2011-11-17 01:31:44 [INFO] Preparing start region for level 1 (Seed: -4079105260595707929)
    2011-11-17 01:31:45 [INFO] [Multiverse-Core] Loading World & Settings - 'main' - NORMAL
    2011-11-17 01:31:45 [INFO] [Multiverse-Core] Loading World & Settings - 'mining' - NORMAL
    2011-11-17 01:31:45 [INFO] Preparing start region for level 2 (Seed: -3361251739334052059)
    2011-11-17 01:31:47 [INFO] [Multiverse-Core] Loading World & Settings - 'entry' - NORMAL
    2011-11-17 01:31:47 [INFO] Preparing start region for level 3 (Seed: 8261220499288853469)
    2011-11-17 01:31:47 [INFO] WorldGuard: Blacklist loaded.
    2011-11-17 01:31:47 [INFO] WorldGuard: (entry) Single session is enforced.
    2011-11-17 01:31:47 [INFO] WorldGuard: (entry) TNT ignition is PERMITTED.
    2011-11-17 01:31:47 [INFO] WorldGuard: (entry) Lighters are blocked.
    2011-11-17 01:31:47 [INFO] WorldGuard: (entry) Lava fire is blocked.
    2011-11-17 01:31:47 [INFO] WorldGuard: (entry) All fire spread is disabled.
    2011-11-17 01:31:47 [INFO] WorldGuard: Loaded configuration for world 'entry"
    2011-11-17 01:31:48 [INFO] [Multiverse-Core] 4 - World(s) loaded.
    2011-11-17 01:31:48 [INFO] LogBlockQuestioner v0.02 enabled
    2011-11-17 01:31:48 [INFO] SpamHammer 1.5a enabled.
    2011-11-17 01:31:48 [INFO] [IWarnYou] Permissions detected!
    2011-11-17 01:31:48 [INFO] [IWarnYou] SQL test success (TestUser has 3 warning(s)!
    2011-11-17 01:31:48 [INFO] [IWarnYou] Version 1.5.2 has been enabled!
    2011-11-17 01:31:49 [INFO] Loaded Essentials build 2.6.4 by: Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits
    2011-11-17 01:31:49 [INFO] Essentials: Using PermissionsEx based permissions.
    2011-11-17 01:31:49 [INFO] [Essentials] Payment method found (iConomy version: 6)
    2011-11-17 01:31:49 [INFO] Warpz0r version 1.4.2 is enabled
    2011-11-17 01:31:49 [INFO] [Warpz0r] Found Permissions (v2.7.7)
    2011-11-17 01:31:49 [INFO] BukkitSpeak Version: 0.22 enabled.
    2011-11-17 01:31:49 [INFO] [AutoRepair] version 1.2.4 is enabled
    2011-11-17 01:31:49 [INFO] [Multiverse-Portals] - Version 2.1-b295 Enabled - By Rigby and fernferret
    2011-11-17 01:31:49 [INFO] [Multiverse-Portals]  6 - Portals(s) loaded
    2011-11-17 01:31:49 [INFO] [BukkitInventoryTools] PermissionsEx is detected.
    2011-11-17 01:31:49 [INFO] [BukkitInventoryTools] Spout is detected.
    2011-11-17 01:31:49 [INFO] [BukkitInventoryTools] MySQL Initializing
    2011-11-17 01:31:49 [INFO] [BukkitInventoryTools] MySQL connection successful
    2011-11-17 01:31:49 [INFO] [BukkitInventoryTools] BIT version 3.0.0 is enabled!
    2011-11-17 01:31:49 [INFO] [BukkitInventoryTools] Register enabled: iConomy v6).
    2011-11-17 01:31:49 [INFO] Loaded EssentialsChat build 2.6.4 by: essentials team
    2011-11-17 01:31:49 [INFO] [LogBlock] Permissions plugin found.
    2011-11-17 01:31:49 [INFO] [LogBlock] Scheduled consumer with bukkit scheduler.
    2011-11-17 01:31:49 [INFO] LogBlock v1.41 by DiddiZ enabled.
    2011-11-17 01:31:49 [INFO] Loaded EssentialsGeoIP build 2.6.4 by: essentials team
    2011-11-17 01:31:49 [INFO] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
    2011-11-17 01:31:49 [INFO] PC: Loading PluginControl Version 1.2.0
    2011-11-17 01:31:49 [INFO] PC: Using Nijikokun's Permission plugin (new detection system)
    2011-11-17 01:31:49 [INFO] Read level-name: main
    2011-11-17 01:31:49 [INFO] PW: Starting initialization of PrivateWarp 1.6.0
    2011-11-17 01:31:49 [INFO] PW: Copyright: Wrecker Technologies
    2011-11-17 01:31:49 [INFO] PW: PrivateWarp 1.6.0 initialized
    2011-11-17 01:31:49 [INFO] PW: Just got enabled
    2011-11-17 01:31:49 [INFO] MapMarkers version 0.3.3.v enabled
    2011-11-17 01:31:49 [INFO]    [DeathTpPlus] 5 Kill Streaks loaded.
    2011-11-17 01:31:49 [INFO]    [DeathTpPlus] 5 Death Streaks loaded.
    2011-11-17 01:31:49 [INFO]    [DeathTpPlus] allow-wordtravel is: no
    2011-11-17 01:31:50 [INFO]    [DeathTpPlus] DeathTpPlus is up to date at version 2.03.
    2011-11-17 01:31:50 [INFO]    [DeathTpPlus] version 2.03 is enabled!
    2011-11-17 01:31:50 [INFO]    [DeathTpPlus] Economy method found: iConomy v 6
    2011-11-17 01:31:50 [INFO]    [DeathTpPlus] configured to use register
    2011-11-17 01:31:50 [INFO] [DeathControl] loaded 3 lists!
    2011-11-17 01:31:50 [INFO] [DeathControl] loaded 14 valid death causes!
    2011-11-17 01:31:50 [INFO] [DeathControl] is now using bukkit permissions!
    2011-11-17 01:31:50 [INFO] [DeathControl] version 1.3 is enabled!
    2011-11-17 01:31:50 [INFO] [HawkEye] Starting HawkEye initiation process...
    2011-11-17 01:31:50 [INFO] [HawkEye] Using PermissionsEx for user permissions
    2011-11-17 01:31:50 [INFO] [HawkEye] Performing update check...
    2011-11-17 01:31:50 [INFO] [HawkEye] No updates available for HawkEye
    2011-11-17 01:31:50 [INFO] [HawkEye] WorldEdit found, selection rollbacks enabled
    2011-11-17 01:31:50 [INFO] [HawkEye] Version 1.0.5 enabled!
    2011-11-17 01:31:50 [INFO] [MobBounty] v4.2 (Oxygen) enabled.
    2011-11-17 01:31:50 [INFO] [MobBounty] Developed by: [Mattera, Steven].
    2011-11-17 01:31:50 [INFO] [MobBounty] Config loaded.
    2011-11-17 01:31:50 [INFO] [MobBounty] Permission plugin was found (PermissionsEx v1.15).
    2011-11-17 01:31:50 [INFO] [MobBounty] Payment plugin iConomy v6 found!
    2011-11-17 01:31:50 [INFO] [MyHome] 236 homes loaded
    2011-11-17 01:31:50 [INFO] [MyHome] Using localization: English (en_us)
    2011-11-17 01:31:50 [INFO] [MyHome] Permissions enabled using: PermissionsEx v1.15
    2011-11-17 01:31:50 [WARNING] [MyHome] Help plugin not detected. Only providing help via /home help.
    2011-11-17 01:31:50 [INFO] [MyHome] MyHome 2.0.1 enabled
    2011-11-17 01:31:50 [INFO] properTime reading from config at /home/mcohyeah/testmain/plugins/properTime/properTime.conf
    2011-11-17 01:31:50 [INFO] Applying default config on world entry
    2011-11-17 01:31:50 [INFO] properTime 1.9.0 initialized
    2011-11-17 01:31:50 [INFO] [VANISH] Now hooking into Essentials
    2011-11-17 01:31:50 [INFO] [VANISH] Version 1.8.1 enabled.
    2011-11-17 01:31:50 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-11-17 01:31:50 [INFO] Done (0.812s)! For help, type "help" or "?"
    2011-11-17 01:31:50 [INFO] [VANISH] You wanted JSONAPI support. I could not find JSONAPI.
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 21, 2016
  6. Offline

    c0mp

    LogBlock AND HawkEye? That may be the problem, I'd go with one or the other. Depending on how LogBlock is configured, you may be spamming your MySQL server with twice as many entries as it needs.
     
  7. Offline

    Revenger

    Hmmm I may see removing one for a while and see.

    Most of the time server runs alright even in peak times but 8 max when the cpu is maxed and the random spikes for no apparent reason at very randoms times baffles us.

    I think others are running the same config also.
     
  8. Offline

    c0mp

    Why would you even want to have both of them? The purpose of both of them is exactly the same. Sure, one may have features that the other doesn't, but you pick the one you want and you go with that one.

    If others are running the same config, then I would suggest that they remove one of the two as well.
     
  9. Offline

    Revenger

    We use logblock ingame and hawkeye for log searching and so mods can read the logs etc

    we started on logblock but there was some features of hawkeye we wanted and slightly need to make out stuff better and efficient.
     
  10. Offline

    c0mp

    Hawkeye can be used in-game as well. If Hawkeye has the features you need, stick with it and drop LogBlock.
     
Thread Status:
Not open for further replies.

Share This Page