[SEVERE] Errors... and not a small amount of them

Discussion in 'Bukkit Help' started by Dakotah Lucas, Jan 11, 2012.

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

    Dakotah Lucas

    So I am getting upwards of 15 [SEVERE] errors on the last lines of the cmd... well Bukkit still works fine... but if it gets over loaded it looks like it runs through 1000's of other commands before my permissions fail, and the server lags to the point where noone can actually play

    Operating System: Windows 7 x32
    Java Version: 1.6.0_29
    Bukkit version: Crafbukkit-1.0.1-R1 Build #1597 (I believe)
    I do have logmein Hamachi, but I use it for work purposes, not minecraft.
    Plugins Installed: bPermissions, Essentials, EssentialsSpawn, Help, LWC, mChatSuite, WorldEdit, WorldGaurd
    I'm betting that its a hardware issue... but Im skeptical to go out and buy 100 bucks worth of ram to update my computer if thats not going to solve the problem! heres my server.log

    Code:
    2012-01-11 13:39:31 [INFO] Starting minecraft server version 1.0.1
    2012-01-11 13:39:31 [INFO] Loading properties
    2012-01-11 13:39:31 [INFO] Starting Minecraft server on *:25565
    2012-01-11 13:39:32 [INFO] This server is running Craftbukkit version git-Bukkit-1.0.1-R1-b1597jnks (MC: 1.0.1) (Implementing API version 1.0.1-R1)
    2012-01-11 13:39:32 [SEVERE] Could not load 'plugins\Admin GUI.jar' in folder 'plugins': Spout
    org.bukkit.plugin.UnknownDependencyException: Spout
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:215)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:151)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:127)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:399)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    2012-01-11 13:39:33 [INFO] LWC: Loading shared objects
    2012-01-11 13:39:33 [INFO] LWC: Protection cache: 0/10000
    2012-01-11 13:39:33 [INFO] LWC: Native library: plugins/LWC/lib/lib/native/Windows/x86/sqlitejdbc.dll
    2012-01-11 13:39:33 [INFO] Preparing level "world"
    2012-01-11 13:39:33 [INFO] Default game type: 0
    2012-01-11 13:39:33 [INFO] Preparing start region for level 0 (Seed: -5024156841353864625)
    2012-01-11 13:39:34 [INFO] Preparing spawn area: 44%
    2012-01-11 13:39:35 [INFO] Preparing start region for level 1 (Seed: -5613496303732161701)
    2012-01-11 13:39:35 [INFO] Preparing spawn area: 0%
    2012-01-11 13:39:36 [INFO] Preparing spawn area: 77%
    2012-01-11 13:39:37 [INFO] Preparing start region for level 2 (Seed: -5613496303732161701)
    2012-01-11 13:39:37 [INFO] Preparing spawn area: 40%
    2012-01-11 13:39:38 [INFO] [bPermissions] Stats are being kept for this plugin. To opt-out for any reason, check plugins/stats.
    2012-01-11 13:39:38 [INFO] [bPermissions 1.9.0] Using yaml for Permissions
    2012-01-11 13:39:38 [INFO] [bPermissions 1.9.0] Created PermissionSet for world:world
    2012-01-11 13:39:38 [INFO] [bPermissions - debug] Setting up config for world:world
    2012-01-11 13:39:38 [INFO] [bPermissions - debug] Setup players for world:world took 0ms.
    2012-01-11 13:39:38 [INFO] [bPermissions 1.9.0] Created PermissionSet for world:world_nether
    2012-01-11 13:39:38 [INFO] [bPermissions - debug] Setting up config for world:world_nether
    2012-01-11 13:39:38 [INFO] [bPermissions - debug] Setup players for world:world_nether took 0ms.
    2012-01-11 13:39:38 [INFO] [bPermissions 1.9.0] Created PermissionSet for world:world_the_end
    2012-01-11 13:39:38 [INFO] [bPermissions - debug] Setting up config for world:world_the_end
    2012-01-11 13:39:38 [INFO] [bPermissions - debug] Setup players for world:world_the_end took 1ms.
    2012-01-11 13:39:38 [INFO] [bPermissions 1.9.0] WorldPermissionsManager engaged
    2012-01-11 13:39:38 [INFO] [bPermissions 1.9.0] SizeOf.jar not in startup path, skipping!
    2012-01-11 13:39:38 [INFO] [bPermissions 1.9.0] To enable bPermissions to track its memory usage, add SizeOf.jar to the startup script
    2012-01-11 13:39:39 [INFO] [bPermissions 1.9.0] See http://sizeof.sourceforge.net/ for details
    2012-01-11 13:39:39 [INFO] [bPermissions 1.9.0] Enabled
    2012-01-11 13:39:39 [INFO] Bukkit version format changed. Version not checked.
    2012-01-11 13:39:39 [INFO] git-Bukkit-1.0.1-R1-b1597jnks (MC: 1.0.1)
    2012-01-11 13:39:39 [INFO] 1.0.1-R1
    2012-01-11 13:39:39 [WARNING] File not found: plugins\Essentials\jail.yml
    2012-01-11 13:39:39 [INFO] Loaded Essentials build 2.7.1 by: Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits
    2012-01-11 13:39:39 [INFO] Essentials: Using bPermissions based permissions.
    2012-01-11 13:39:39 [INFO] Loaded EssentialsSpawn build 2.7.1 by: essentials team
    2012-01-11 13:39:39 [SEVERE] [HELP] Error loading worledit\weclip.yml
    while scanning for the next token
    found character     '\t' that cannot start any token
     in "<reader>", line 7, column 1:
    
        ^
    
    2012-01-11 13:39:39 [WARNING] [HELP] Help entry node "expandvert" is missing a description in worledit\wesel.yml
    2012-01-11 13:39:39 [WARNING] [HELP] Help entry node "expandvert" is missing a description in worledit\wetool.yml
    2012-01-11 13:39:39 [INFO] [HELP] 186 extra help entries loaded from files: lwc(26), essentials(68), worledit(92)
    2012-01-11 13:39:39 [INFO] [HELP] Permissions enabled using: Permissions v2.7.2
    2012-01-11 13:39:39 [INFO] [HELP] 0.3.2 enabled
    2012-01-11 13:39:39 [INFO] WorldEdit 4.7 enabled.
    2012-01-11 13:39:39 [SEVERE] WorldEdit: Unable to read default configuration: config.yml
    2012-01-11 13:39:39 [INFO] WorldEdit: Using plugin 'bPermissionsWorldGuardBridge' for permissions.
    2012-01-11 13:39:40 [INFO] WorldGuard: Using plugin 'bPermissionsWorldGuardBridge' for permissions.
    2012-01-11 13:39:40 [SEVERE] WorldGuard: Unable to read default configuration: blacklist.txt
    2012-01-11 13:39:40 [WARNING] WorldGuard blacklist does not exist.
    2012-01-11 13:39:40 [INFO] WorldGuard: (world) Single session is enforced.
    2012-01-11 13:39:40 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2012-01-11 13:39:40 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2012-01-11 13:39:40 [INFO] WorldGuard: (world) Lava fire is blocked.
    2012-01-11 13:39:40 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    2012-01-11 13:39:40 [INFO] WorldGuard: Loaded configuration for world 'world"
    2012-01-11 13:39:40 [SEVERE] WorldGuard: Unable to read default configuration: blacklist.txt
    2012-01-11 13:39:40 [WARNING] WorldGuard blacklist does not exist.
    2012-01-11 13:39:40 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2012-01-11 13:39:40 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    2012-01-11 13:39:40 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2012-01-11 13:39:40 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2012-01-11 13:39:40 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    2012-01-11 13:39:40 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2012-01-11 13:39:40 [SEVERE] WorldGuard: Unable to read default configuration: blacklist.txt
    2012-01-11 13:39:40 [WARNING] WorldGuard blacklist does not exist.
    2012-01-11 13:39:40 [INFO] WorldGuard: (world_the_end) Single session is enforced.
    2012-01-11 13:39:40 [INFO] WorldGuard: (world_the_end) TNT ignition is PERMITTED.
    2012-01-11 13:39:40 [INFO] WorldGuard: (world_the_end) Lighters are PERMITTED.
    2012-01-11 13:39:40 [INFO] WorldGuard: (world_the_end) Lava fire is blocked.
    2012-01-11 13:39:40 [INFO] WorldGuard: (world_the_end) Fire spread is UNRESTRICTED.
    2012-01-11 13:39:40 [INFO] WorldGuard: Loaded configuration for world 'world_the_end"
    2012-01-11 13:39:40 [INFO] WorldGuard: 2 regions loaded for 'world'
    2012-01-11 13:39:40 [INFO] WorldGuard: 0 regions loaded for 'world_nether'
    2012-01-11 13:39:40 [INFO] WorldGuard: 0 regions loaded for 'world_the_end'
    2012-01-11 13:39:40 [INFO] WorldGuard 5.3 enabled.
    2012-01-11 13:39:40 [INFO] [BurningCS] Attempting to load config file
    2012-01-11 13:39:40 [INFO] [BurningCS] Config file loaded successfully!
    2012-01-11 13:39:40 [INFO] [BurningCS] Hooking into WorldGuard.
    2012-01-11 13:39:40 [INFO] [BurningCS] v1.8 is now enabled!
    2012-01-11 13:39:40 [INFO] LWC: Loaded 137 locale strings (0 overrides)
    2012-01-11 13:39:40 [INFO] LWC: Permissions API: SuperPermsPermissions
    2012-01-11 13:39:40 [INFO] LWC: Currency API: EssentialsCurrency
    2012-01-11 13:39:40 [INFO] LWC: Loading SQLite
    2012-01-11 13:39:40 [INFO] LWC: Using: Native
    2012-01-11 13:39:40 [INFO] LWC: Precached 41 protections.
    2012-01-11 13:39:40 [INFO] LWC: Update scheme: BLEEDING_EDGE
    2012-01-11 13:39:40 [INFO] LWC: Update method: MANUAL
    2012-01-11 13:39:40 [INFO] LWC: At version: 3.54.0 (b486)
    2012-01-11 13:39:41 [INFO] [mChatSuite] bPermissions v1.9.0 found hooking in.
    2012-01-11 13:39:41 [INFO] [mChatSuite] Stats are being kept for this plugin. To opt-out check stats.yml.
    2012-01-11 13:39:41 [INFO] [mChatSuite] mChatSuite version 1.0.1-R1 is enabled! Took 0.114 seconds.
    2012-01-11 13:39:41 [INFO] WorldEdit: Using plugin 'bPermissionsWorldGuardBridge' for permissions.
    2012-01-11 13:39:41 [INFO] WorldGuard: Using plugin 'bPermissionsWorldGuardBridge' for permissions.
    2012-01-11 13:39:41 [INFO] [bPermissions - debug] WorldGuard bridge enabled
    2012-01-11 13:39:41 [INFO] WorldEdit: Using plugin 'bPermissionsWorldGuardBridge' for permissions.
    2012-01-11 13:39:41 [INFO] WorldGuard: Using plugin 'bPermissionsWorldGuardBridge' for permissions.
    2012-01-11 13:39:41 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2012-01-11 13:39:41 [INFO] Done (0.787s)! For help, type "help" or "?"
    2012-01-11 13:39:41 [INFO] LWC: Latest version: b604
    2012-01-11 13:39:41 [INFO] Could not call home.
    2012-01-11 13:39:41 [SEVERE] java.net.UnknownHostException: bukkitstats.randomappdev.com
    2012-01-11 13:39:41 [SEVERE]     at java.net.PlainSocketImpl.connect(Unknown Source)
    2012-01-11 13:39:41 [SEVERE]     at java.net.SocksSocketImpl.connect(Unknown Source)
    2012-01-11 13:39:41 [SEVERE]     at java.net.Socket.connect(Unknown Source)
    2012-01-11 13:39:41 [SEVERE]     at java.net.Socket.connect(Unknown Source)
    2012-01-11 13:39:42 [SEVERE]     at sun.net.NetworkClient.doConnect(Unknown Source)
    2012-01-11 13:39:42 [SEVERE]     at sun.net.www.http.HttpClient.openServer(Unknown Source)
    2012-01-11 13:39:42 [SEVERE]     at sun.net.www.http.HttpClient.openServer(Unknown Source)
    2012-01-11 13:39:42 [SEVERE]     at sun.net.www.http.HttpClient.<init>(Unknown Source)
    2012-01-11 13:39:42 [SEVERE]     at sun.net.www.http.HttpClient.New(Unknown Source)
    2012-01-11 13:39:42 [SEVERE]     at sun.net.www.http.HttpClient.New(Unknown Source)
    2012-01-11 13:39:42 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
    2012-01-11 13:39:42 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
    2012-01-11 13:39:42 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
    2012-01-11 13:39:42 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    2012-01-11 13:39:42 [SEVERE]     at com.arandomappdev.bukkitstats.CallTask.postUrl(CallHome.java:128)
    2012-01-11 13:39:42 [SEVERE]     at com.arandomappdev.bukkitstats.CallTask.run(CallHome.java:97)
    2012-01-11 13:39:42 [SEVERE]     at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    2012-01-11 13:39:42 [SEVERE]     at java.lang.Thread.run(Unknown Source)
    
    PS I understand there is some [SEVERE] codes with simple solutions... I'm not concerned about those, only the ones at the bottom, primarily.
     
  2. Offline

    JWhy

    First one: AdminGUI is broken
    Then: You broke the Worldedit Config
    Last: Your firewall is blocking LWC from sending stats to their servers (their server could be down too)
     
  3. Offline

    Dakotah Lucas

    Ya, those ones i understand... but more importantly i was concerned about the...
    Code:
    2012-01-11 13:39:41 [SEVERE] java.net.UnknownHostException: bukkitstats.randomappdev.com
    2012-01-11 13:39:41 [SEVERE]     at java.net.PlainSocketImpl.connect(Unknown Source)
    2012-01-11 13:39:41 [SEVERE]     at java.net.SocksSocketImpl.connect(Unknown Source)
    2012-01-11 13:39:41 [SEVERE]     at java.net.Socket.connect(Unknown Source)
    2012-01-11 13:39:41 [SEVERE]     at java.net.Socket.connect(Unknown Source)
    2012-01-11 13:39:42 [SEVERE]     at sun.net.NetworkClient.doConnect(Unknown Source)
    2012-01-11 13:39:42 [SEVERE]     at sun.net.www.http.HttpClient.openServer(Unknown Source)
    2012-01-11 13:39:42 [SEVERE]     at sun.net.www.http.HttpClient.openServer(Unknown Source)
    2012-01-11 13:39:42 [SEVERE]     at sun.net.www.http.HttpClient.<init>(Unknown Source)
    2012-01-11 13:39:42 [SEVERE]     at sun.net.www.http.HttpClient.New(Unknown Source)
    2012-01-11 13:39:42 [SEVERE]     at sun.net.www.http.HttpClient.New(Unknown Source)
    2012-01-11 13:39:42 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
    2012-01-11 13:39:42 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
    2012-01-11 13:39:42 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
    2012-01-11 13:39:42 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    2012-01-11 13:39:42 [SEVERE]     at com.arandomappdev.bukkitstats.CallTask.postUrl(CallHome.java:128)
    2012-01-11 13:39:42 [SEVERE]     at com.arandomappdev.bukkitstats.CallTask.run(CallHome.java:97)
    2012-01-11 13:39:42 [SEVERE]     at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    2012-01-11 13:39:42 [SEVERE]     at java.lang.Thread.run(Unknown Source)
    bump please

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

    Pezmantbh

    Go to:
    plugins/PluginStats/config.yml

    And "opt out" of stats.
     
Thread Status:
Not open for further replies.

Share This Page