Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

[PYTANIE] Log-Konsola


Rekomendowane odpowiedzi

Opublikowano

Witam!

Otóż mam serwer VPS i mam taki problem że wyskakuje mi

ten błąd:

[WARNING] Can't keep up! Did the system time change, or is the server overloaded?

I bardzo mnie to niepokoi, chociaż na sewrerze nie ma lagów, wszystko płynnie chodzi.I chciałbym dziś otworzyć serwer, ale nie wiem czy wszystko będzie ok.

 

(prosił być kogoś kto się zna dobrze na tym i powiedział mi czy nie ma żadnego błędu)

Tutaj daje logi z konsoli:

 

 

2012-05-10 13:15:33 [iNFO] Starting minecraft server version 1.2.5
2012-05-10 13:15:33 [iNFO] Loading properties
2012-05-10 13:15:33 [iNFO] Starting Minecraft server on 37.59.246.25:25567
2012-05-10 13:15:33 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
2012-05-10 13:15:33 [WARNING] The server will make no attempt to authenticate usernames. Beware.
2012-05-10 13:15:33 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
2012-05-10 13:15:33 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
2012-05-10 13:15:33 [iNFO] This server is running CraftBukkit version git-Bukkit-1.2.5-R1.0-b2149jnks (MC: 1.2.5) (Implementing API version 1.2.5-R1.0)
2012-05-10 13:15:34 [iNFO] [PermissionsEx] sql backend registered!
2012-05-10 13:15:34 [iNFO] [PermissionsEx] file backend registered!
2012-05-10 13:15:34 [iNFO] [PermissionsEx] PermissionEx plugin initialized.
2012-05-10 13:15:35 [sEVERE] Could not load 'plugins/BlueTelePads.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:148)
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230)
at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:207)
at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at Ne0nx3r0.BlueTelePads.BlueTelePads.<init>(BlueTelePads.java:14)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:144)
... 8 more
Caused by: java.lang.ClassNotFoundException: org.bukkit.event.player.PlayerListener
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
... 27 more
2012-05-10 13:15:35 [iNFO] [PermissionsEx] p2compat backend registered!
2012-05-10 13:15:35 [iNFO] [PermissionsCompat] Compatibility Layer Initalized!
2012-05-10 13:15:35 [iNFO] [MagicCarpet] Loading MagicCarpet v2.1.2
2012-05-10 13:15:35 [iNFO] [MinecraftViewer] Loading MinecraftViewer v1.0d
2012-05-10 13:15:35 [iNFO] [WorldEdit] Loading WorldEdit v1126-a74a0a4
2012-05-10 13:15:35 [iNFO] [CommandBook] Loading CommandBook v2.1
2012-05-10 13:15:35 [iNFO] [PermissionsEx] Loading PermissionsEx v1.19.1
2012-05-10 13:15:35 [iNFO] [PermissionsEx] Initializing file backend
2012-05-10 13:15:35 [iNFO] [FigAdmin] Loading FigAdmin v4.0.15
2012-05-10 13:15:35 [iNFO] [WorldGuard] Loading WorldGuard v595-22db589
2012-05-10 13:15:35 [iNFO] [signColours] Loading SignColours v1.4
2012-05-10 13:15:35 [iNFO] [AutoMessage] Loading AutoMessage v1.5
2012-05-10 13:15:35 [iNFO] [AuthMe] Loading AuthMe v2.6.3b1
2012-05-10 13:15:35 [iNFO] [Permissions] Loading Permissions v2.7.7
2012-05-10 13:15:35 [iNFO] [bKCommonLib] Loading BKCommonLib v1.2
2012-05-10 13:15:35 [iNFO] [FalseBookCore] Loading FalseBookCore v0.93.1alpha
2012-05-10 13:15:35 [iNFO] [mcMMO] Loading mcMMO v1.3.06-b713
2012-05-10 13:15:35 [iNFO] [FoundDiamonds] Loading FoundDiamonds v3.2.7
2012-05-10 13:15:35 [iNFO] [Essentials] Loading Essentials v2.9.1
2012-05-10 13:15:35 [iNFO] [Residence] Loading Residence v2.5.8
2012-05-10 13:15:35 [iNFO] [Jobs] Loading Jobs v2.6.3
2012-05-10 13:15:35 [iNFO] [FalseBookBlock] Loading FalseBookBlock v0.93.1alpha
2012-05-10 13:15:35 [iNFO] [EssentialsSpawn] Loading EssentialsSpawn v2.9.1
2012-05-10 13:15:35 [iNFO] [VanishNoPacket] Loading VanishNoPacket v3.8.1
2012-05-10 13:15:35 [iNFO] [LWC] Loading LWC v4.1.1 (b669-git-24865111)
2012-05-10 13:15:35 [iNFO] [NoLagg] Loading NoLagg v1.84
2012-05-10 13:15:35 [iNFO] [FalseBookIC] Loading FalseBookIC v0.93.1alpha
2012-05-10 13:15:35 [iNFO] [ChestShop] Loading ChestShop v3.39
2012-05-10 13:15:35 [iNFO] [EssentialsChat] Loading EssentialsChat v2.9.1
2012-05-10 13:15:35 [iNFO] [Factions] Loading Factions v1.6.7
2012-05-10 13:15:35 [iNFO] [bKCommonLib] Enabling BKCommonLib v1.2
2012-05-10 13:15:35 [iNFO] BKCommonLib version 1.2 enabled!
2012-05-10 13:15:36 [iNFO] [LWC] Enabling LWC v4.1.1 (b669-git-24865111)
2012-05-10 13:15:36 [iNFO] LWC: Loading shared objects
2012-05-10 13:15:36 [iNFO] LWC: Native library: plugins/LWC/lib/native/Linux/amd64/libsqlitejdbc.so
2012-05-10 13:15:36 [iNFO] LWC: Protection cache: 0/10000
2012-05-10 13:15:36 [iNFO] LWC: Loaded 207 locale strings (0 overrides)
2012-05-10 13:15:36 [iNFO] [LWC] Permissions API: PEXPermissions
2012-05-10 13:15:36 [iNFO] [LWC] Currency API: EssentialsCurrency
2012-05-10 13:15:36 [iNFO] [LWC] Connecting to SQLite
2012-05-10 13:15:36 [iNFO] [LWC] Performing any necessary database updates
2012-05-10 13:15:36 [iNFO] [LWC] Using database: Native
2012-05-10 13:15:37 [iNFO] LWC: Precached 208 protections.
2012-05-10 13:15:37 [iNFO] LWC: At version: 4.1.1 (b669)
2012-05-10 13:15:37 [iNFO] [NoLagg] Enabling NoLagg v1.84
2012-05-10 13:15:37 [iNFO] [LWC] Latest version: 4.1.1
2012-05-10 13:15:37 [iNFO] [NoLagg Saving] will write world data to all region files every 12000 ticks (10.0 minutes)
2012-05-10 13:15:38 [iNFO] NoLagg version 1.84 enabled!
2012-05-10 13:15:38 [iNFO] Preparing level "worldcsstyke"
2012-05-10 13:15:38 [iNFO] Default game type: 0
2012-05-10 13:15:38 [iNFO] Preparing start region for level 0 (Seed: 5350418096430930869)
2012-05-10 13:15:39 [iNFO] Preparing spawn area: 52%
2012-05-10 13:15:39 [iNFO] Preparing start region for level 1 (Seed: 5350418096430930869)
2012-05-10 13:15:40 [iNFO] Preparing spawn area: 16%
2012-05-10 13:15:41 [iNFO] Preparing spawn area: 65%
2012-05-10 13:15:41 [iNFO] Preparing start region for level 2 (Seed: 5350418096430930869)
2012-05-10 13:15:42 [iNFO] Preparing spawn area: 97%
2012-05-10 13:15:42 [iNFO] [MagicCarpet] Enabling MagicCarpet v2.1.2
2012-05-10 13:15:42 [iNFO] [MagicCarpet] Loading carpets...
2012-05-10 13:15:42 [iNFO] [MagicCarpet] is now enabled!
2012-05-10 13:15:42 [iNFO] [MinecraftViewer] Enabling MinecraftViewer v1.0d
2012-05-10 13:15:42 [sEVERE] Error occurred while enabling MinecraftViewer v1.0d (Is it up to date?)
java.lang.NoSuchMethodError: org.bukkit.plugin.Plugin.getConfiguration()Lorg/bukkit/util/config/Configuration;
at com.multiplay.minecraft.bukkit.BukkitServerInterface.<init>(BukkitServerInterface.java:36)
at com.multiplay.minecraft.bukkit.MinecraftViewer.onEnable(MinecraftViewer.java:17)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
2012-05-10 13:15:42 [iNFO] [WorldEdit] Enabling WorldEdit v1126-a74a0a4
2012-05-10 13:15:42 [iNFO] WEPIF: Using the Bukkit Permissions API.
2012-05-10 13:15:42 [iNFO] [CommandBook] Enabling CommandBook v2.1
2012-05-10 13:15:43 [iNFO] [CommandBook] Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
2012-05-10 13:15:43 [FINEST] [CommandBook] Component Sessions successfully enabled!
2012-05-10 13:15:43 [iNFO] [CommandBook] 4 banned name(s) loaded.
2012-05-10 13:15:43 [FINEST] [CommandBook] Component Bans successfully enabled!
2012-05-10 13:15:43 [iNFO] [CommandBook] 1 Homes(s) loaded
2012-05-10 13:15:43 [FINEST] [CommandBook] Component Homes successfully enabled!
2012-05-10 13:15:43 [WARNING] [CommandBook] Warps data file has an invalid line with < 8 fields
2012-05-10 13:15:43 [iNFO] [CommandBook] 0 Warps(s) loaded
2012-05-10 13:15:43 [FINEST] [CommandBook] Component Warps successfully enabled!
2012-05-10 13:15:43 [FINEST] [CommandBook] Component Messaging successfully enabled!
2012-05-10 13:15:43 [FINEST] [CommandBook] Component Teleports successfully enabled!
2012-05-10 13:15:43 [FINEST] [CommandBook] Component Inventory successfully enabled!
2012-05-10 13:15:43 [iNFO] [CommandBook] 1 kit(s) loaded.
2012-05-10 13:15:43 [FINEST] [CommandBook] Component Kits successfully enabled!
2012-05-10 13:15:43 [FINEST] [CommandBook] Component JingleNote successfully enabled!
2012-05-10 13:15:43 [FINEST] [CommandBook] Component Time Control successfully enabled!
2012-05-10 13:15:43 [FINEST] [CommandBook] Component Name Verification successfully enabled!
2012-05-10 13:15:43 [FINEST] [CommandBook] Component Fun successfully enabled!
2012-05-10 13:15:43 [FINEST] [CommandBook] Component Debug successfully enabled!
2012-05-10 13:15:43 [FINEST] [CommandBook] Component Thor successfully enabled!
2012-05-10 13:15:43 [FINEST] [CommandBook] Component Online List successfully enabled!
2012-05-10 13:15:43 [FINEST] [CommandBook] Component Stored Messages successfully enabled!
2012-05-10 13:15:43 [FINEST] [CommandBook] Component Spawn Locations successfully enabled!
2012-05-10 13:15:43 [FINEST] [CommandBook] Component Info successfully enabled!
2012-05-10 13:15:43 [FINEST] [CommandBook] Component World Tools successfully enabled!
2012-05-10 13:15:43 [FINEST] [CommandBook] Component Player Commands successfully enabled!
2012-05-10 13:15:43 [FINEST] [CommandBook] Component God successfully enabled!
2012-05-10 13:15:43 [iNFO] [PermissionsEx] Enabling PermissionsEx v1.19.1
2012-05-10 13:15:43 [iNFO] [PermissionsEx] Superperms support enabled.
2012-05-10 13:15:43 [iNFO] [PermissionsEx] v1.19.1 enabled
2012-05-10 13:15:43 [iNFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
2012-05-10 13:15:43 [iNFO] [FigAdmin] Enabling FigAdmin v4.0.15
2012-05-10 13:15:43 [iNFO] FigAdmin version 4.0.15 is enabled!
2012-05-10 13:15:43 [iNFO] [WorldGuard] Enabling WorldGuard v595-22db589
2012-05-10 13:15:43 [iNFO] [WorldGuard] (worldcsstyke) TNT ignition is blocked.
2012-05-10 13:15:43 [iNFO] [WorldGuard] (worldcsstyke) Lighters are PERMITTED.
2012-05-10 13:15:43 [iNFO] [WorldGuard] (worldcsstyke) Lava fire is blocked.
2012-05-10 13:15:43 [iNFO] [WorldGuard] (worldcsstyke) All fire spread is disabled.
2012-05-10 13:15:43 [iNFO] [WorldGuard] Loaded configuration for world 'worldcsstyke'
2012-05-10 13:15:43 [iNFO] [WorldGuard] (worldcsstyke_nether) TNT ignition is blocked.
2012-05-10 13:15:43 [iNFO] [WorldGuard] (worldcsstyke_nether) Lighters are PERMITTED.
2012-05-10 13:15:43 [iNFO] [WorldGuard] (worldcsstyke_nether) Lava fire is blocked.
2012-05-10 13:15:43 [iNFO] [WorldGuard] (worldcsstyke_nether) All fire spread is disabled.
2012-05-10 13:15:43 [iNFO] [WorldGuard] Loaded configuration for world 'worldcsstyke_nether'
2012-05-10 13:15:43 [iNFO] [WorldGuard] (worldcsstyke_the_end) TNT ignition is blocked.
2012-05-10 13:15:43 [iNFO] [WorldGuard] (worldcsstyke_the_end) Lighters are PERMITTED.
2012-05-10 13:15:43 [iNFO] [WorldGuard] (worldcsstyke_the_end) Lava fire is blocked.
2012-05-10 13:15:43 [iNFO] [WorldGuard] (worldcsstyke_the_end) All fire spread is disabled.
2012-05-10 13:15:43 [iNFO] [WorldGuard] Loaded configuration for world 'worldcsstyke_the_end'
2012-05-10 13:15:43 [iNFO] [WorldGuard] 3 regions loaded for 'worldcsstyke'
2012-05-10 13:15:43 [iNFO] [WorldGuard] 0 regions loaded for 'worldcsstyke_nether'
2012-05-10 13:15:43 [iNFO] [WorldGuard] 0 regions loaded for 'worldcsstyke_the_end'
2012-05-10 13:15:44 [iNFO] [signColours] Enabling SignColours v1.4
2012-05-10 13:15:44 [iNFO] SignColours version 1.4 by ichingpow enabled.
2012-05-10 13:15:44 [iNFO] [AutoMessage] Enabling AutoMessage v1.5
2012-05-10 13:15:44 [iNFO] [AutoMessage] version [1.5] loaded
2012-05-10 13:15:44 [iNFO] [AuthMe] Enabling AuthMe v2.6.3b1
2012-05-10 13:15:44 [iNFO] [AuthMe] Loading Configuration File...
2012-05-10 13:15:44 [iNFO] [AuthMe] Merge new Options..
2012-05-10 13:15:44 [iNFO] [AuthMe] Authme 2.6.3b1 enabled
2012-05-10 13:15:44 [iNFO] [Permissions] Enabling Permissions v2.7.7
2012-05-10 13:15:44 [iNFO] [PermissionsCompat] Compatibility layer enabled.
2012-05-10 13:15:44 [iNFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
2012-05-10 13:15:44 [iNFO] [FalseBookCore] Enabling FalseBookCore v0.93.1alpha
2012-05-10 13:15:44 [iNFO] [ FalseBook Core ] using PermissionsEx for Permissions!
2012-05-10 13:15:44 [iNFO] [ FalseBook Core ] FalseBookCore v0.93.1alpha by GeMo enabled!
2012-05-10 13:15:44 [iNFO] [mcMMO] Enabling mcMMO v1.3.06-b713
2012-05-10 13:15:44 [iNFO] [mcMMO] Loading mcMMO config.yml File...
2012-05-10 13:15:45 [iNFO] mcMMO version 1.3.06-b713 is enabled!
2012-05-10 13:15:46 [iNFO] [FoundDiamonds] Enabling FoundDiamonds v3.2.7
2012-05-10 13:15:46 [iNFO] [FoundDiamonds] Enabled
2012-05-10 13:15:46 [iNFO] [Essentials] Enabling Essentials v2.9.1
2012-05-10 13:15:47 [iNFO] Essentials: Using PermissionsEx based permissions.
2012-05-10 13:15:47 [iNFO] [Residence] Enabling Residence v2.5.8
2012-05-10 13:15:47 [iNFO] [Residence] Found Permissions Plugin!
2012-05-10 13:15:48 [iNFO] [Residence] Scanning for economy systems...
2012-05-10 13:15:48 [iNFO] [Residence] Vault NOT found!
2012-05-10 13:15:48 [iNFO] [Residence] BOSEconomy NOT found!
2012-05-10 13:15:48 [iNFO] [Residence] Successfully linked with Essentials Economy!
2012-05-10 13:15:48 [iNFO] [Residence] Found WorldEdit
2012-05-10 13:15:48 [iNFO] [Residence] Enabled! Version 2.5.8 by bekvon
2012-05-10 13:15:48 [iNFO] [Jobs] Enabling Jobs v2.6.3
2012-05-10 13:15:49 [iNFO] [Jobs] - Job MPCik is missing the max-level property. defaulting to no limits !
2012-05-10 13:15:49 [iNFO] [Jobs] - Job MPCik is missing the slots property. defaulting to no limits !
2012-05-10 13:15:49 [iNFO] [Jobs] - Job Budowniczy is missing the max-level property. defaulting to no limits !
2012-05-10 13:15:49 [iNFO] [Jobs] - Job Budowniczy is missing the slots property. defaulting to no limits !
2012-05-10 13:15:49 [iNFO] [Jobs] - Job Kopacz is missing the max-level property. defaulting to no limits !
2012-05-10 13:15:49 [iNFO] [Jobs] - Job Kopacz is missing the slots property. defaulting to no limits !
2012-05-10 13:15:49 [iNFO] [Jobs] - Job Farmer is missing the max-level property. defaulting to no limits !
2012-05-10 13:15:49 [iNFO] [Jobs] - Job Farmer is missing the slots property. defaulting to no limits !
2012-05-10 13:15:49 [iNFO] [Jobs] - Job Mysliwy is missing the max-level property. defaulting to no limits !
2012-05-10 13:15:49 [iNFO] [Jobs] - Job Mysliwy is missing the slots property. defaulting to no limits !
2012-05-10 13:15:49 [iNFO] [Jobs] - Job Rybak is missing the max-level property. defaulting to no limits !
2012-05-10 13:15:49 [iNFO] [Jobs] - Job Rybak is missing the slots property. defaulting to no limits !
2012-05-10 13:15:49 [iNFO] [Jobs] - Job Kowal is missing the max-level property. defaulting to no limits !
2012-05-10 13:15:49 [iNFO] [Jobs] - Job Kowal is missing the slots property. defaulting to no limits !
2012-05-10 13:15:49 [iNFO] [Jobs] - Job Nikt is missing the max-level property. defaulting to no limits !
2012-05-10 13:15:49 [iNFO] [Jobs] - Job Nikt is missing the slots property. defaulting to no limits !
2012-05-10 13:15:49 [iNFO] [Jobs v2.6.3] has been enabled succesfully.
2012-05-10 13:15:49 [iNFO] [Jobs] Successfully linked with Essentials.
2012-05-10 13:15:49 [iNFO] [FalseBookBlock] Enabling FalseBookBlock v0.93.1alpha
2012-05-10 13:15:50 [iNFO] [ FalseBook Block ] 0 Doors successfully loaded.
2012-05-10 13:15:50 [iNFO] [ FalseBook Block ] 0 Areas loaded.
2012-05-10 13:15:50 [iNFO] [ FalseBook Block ] 0 Bridges successfully loaded.
2012-05-10 13:15:50 [iNFO] [ FalseBook Block ] 2 Cauldrons successfully loaded.
2012-05-10 13:15:50 [iNFO] [ FalseBook Block ] 3100 Books loaded!
2012-05-10 13:15:50 [iNFO] [ FalseBook Block ] 25 protected gateblocks successfully loaded.
2012-05-10 13:15:50 [iNFO] [ FalseBook Block ] FalseBookBlock v0.93.1alpha by GeMo enabled
2012-05-10 13:15:50 [iNFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.1
2012-05-10 13:15:50 [iNFO] [VanishNoPacket] Enabling VanishNoPacket v3.8.1
2012-05-10 13:15:50 [iNFO] [VanishNoPacket] v3.8.1 loaded.
2012-05-10 13:15:50 [iNFO] [FalseBookIC] Enabling FalseBookIC v0.93.1alpha
2012-05-10 13:15:50 [iNFO] [ FalseBook IC ] Error while reading file: plugins/FalseBook/FalseBookIC.properties
2012-05-10 13:15:51 [iNFO] [ FalseBook IC ] 'StandardPackage' imported '36' ICs.
2012-05-10 13:15:51 [iNFO] [ FalseBook IC ] 'SelftriggeredPackage' imported '18' ICs.
2012-05-10 13:15:51 [iNFO] [ FalseBook IC ] 'WorldEditPackage' imported '19' ICs.
2012-05-10 13:15:51 [iNFO] [ FalseBook IC ] 'DetectionPackage' imported '12' ICs.
2012-05-10 13:15:51 [iNFO] [ FalseBook IC ] FalseBookIC v0.93.1alpha by GeMo enabled
2012-05-10 13:15:51 [iNFO] [ChestShop] Enabling ChestShop v3.39
2012-05-10 13:15:51 [iNFO] [ChestShop] LWC version 4.1.1 (b669-git-24865111) loaded.
2012-05-10 13:15:51 [iNFO] [ChestShop] WorldGuard version 595-22db589 loaded.
2012-05-10 13:15:51 [iNFO] [ChestShop] Essentials version 2.8.2 loaded.
2012-05-10 13:15:51 [sEVERE] [ChestShop] WARNING! Your spawn-radius in bukkit.yml isn't set to 0! You won't be able to sell to shops built near spawn!
2012-05-10 13:15:51 [iNFO] [EssentialsChat] Enabling EssentialsChat v2.9.1
2012-05-10 13:15:51 [iNFO] [Factions] Enabling Factions v1.6.7
2012-05-10 13:15:51 [iNFO] [Factions v1.6.7] === ENABLE START ===
2012-05-10 13:15:51 [iNFO] [Factions v1.6.7] Loading board from disk
2012-05-10 13:15:52 [iNFO] [Factions v1.6.7] Found and will integrate chat with EssentialsChat v2.9.1
2012-05-10 13:15:52 [iNFO] [Factions v1.6.7] Economy integration is disabled, and the plugin "Vault" is not installed.
2012-05-10 13:15:52 [iNFO] [Factions v1.6.7] Successfully hooked into LWC! Integration is currently disabled, though ("lwcIntegration").
2012-05-10 13:15:52 [iNFO] [Factions v1.6.7] === ENABLE DONE (Took 389ms) ===
2012-05-10 13:15:52 [iNFO] Server permissions file permissions.yml is empty, ignoring it
2012-05-10 13:15:52 [iNFO] Done (14.600s)! For help, type "help" or "?"
2012-05-10 13:15:52 [iNFO] Starting GS4 status listener
2012-05-10 13:15:52 [iNFO] Query running on 37.59.246.25:25567
2012-05-10 13:15:54 [iNFO] [ FalseBook IC ] Loaded selftriggered ICs: 0 done
2012-05-10 13:15:54 [iNFO] [ FalseBook IC ] Failed selftriggered ICs: 0 failed
2012-05-10 13:15:59 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?

 

Pluginy na serwerze:

post-616625-0-85545000-1336649023.png

Opublikowano

Nie polecam Ci pluginow typu NoLagg, FalseBook . Mimo iz nolagg niby ma minimalizowac lagow , to gowno robi . Wywal commandbooka , bo masz lepiej rozwiniety plugin typu essentials.

784091427630431250239.png


Regulamin sygnatur


Opublikowano

tak ja up :)

a oto ten komunikat

[WARNING] Can't keep up! Did the system time change, or is the server overloaded?

oznacza że twój serwer jest przeciążony :)

1379958827-U247153.png


Opublikowano

Z logu wynika że niektóre pluginy się gryzą, lub są na złą wersję bukkit'a.

Spróbuj wgrywać po kolei wszystkie pluginy i jeśli zobaczysz, że przy włączeniu serwera wyskakują errory typu

2012-05-10 13:15:42 [sEVERE] Error occurred while enabling MinecraftViewer v1.0d (Is it up to date?)
java.lang.NoSuchMethodError: org.bukkit.plugin.Plugin.getConfiguration()Lorg/bukkit/util/config/Configuration;
at com.multiplay.minecraft.bukkit.BukkitServerInterface.<init>(BukkitServerInterface.java:36)
at com.multiplay.minecraft.bukkit.MinecraftViewer.onEnable(MinecraftViewer.java:17)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

to znaczy że ten plugin własnie nie trybi ;)

Opublikowano

Minecraftviever nie jest potrzebny . Wystarczy ze ustawisz enable queru w server.properties na true i bedziesz mogl robic te banery.

784091427630431250239.png


Regulamin sygnatur


Opublikowano

Zrobiłem tak jak mówił wojotss i zatrzymałem się przy coomandbook, ponieważ wystąpił ten błąd z javą.

A jakim innym pluginem zastąpić BK ?

Opublikowano

[WARNING] Can't keep up! Did the system time change, or is the server overloaded?

 

tym komunikatem się nie martw skoki procesora przeciążenie

Opublikowano

2012-05-11 16:10:40 [sEVERE] java.net.SocketException: Broken pipe

2012-05-11 16:10:40 [sEVERE] at java.net.SocketOutputStream.socketWrite0(Native Method)

2012-05-11 16:10:40 [sEVERE] at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)

2012-05-11 16:10:40 [sEVERE] at java.net.SocketOutputStream.write(SocketOutputStream.java:136)

2012-05-11 16:10:40 [sEVERE] at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)

2012-05-11 16:10:40 [sEVERE] at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)

2012-05-11 16:10:40 [sEVERE] at java.io.DataOutputStream.flush(DataOutputStream.java:106)

2012-05-11 16:10:40 [sEVERE] at net.minecraft.server.NetworkWriterThread.run(SourceFile:103)

2012-05-11 16:10:40 [sEVERE] java.net.SocketException: Broken pipe

2012-05-11 16:10:40 [sEVERE] at java.net.SocketOutputStream.socketWrite0(Native Method)

2012-05-11 16:10:40 [sEVERE] at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)

2012-05-11 16:10:40 [sEVERE] at java.net.SocketOutputStream.write(SocketOutputStream.java:136)

2012-05-11 16:10:40 [sEVERE] at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)

2012-05-11 16:10:40 [sEVERE] at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)

2012-05-11 16:10:40 [sEVERE] at java.io.DataOutputStream.flush(DataOutputStream.java:106)

2012-05-11 16:10:40 [sEVERE] at net.minecraft.server.NetworkWriterThread.run(SourceFile:103)

2012-05-11 16:10:40 [iNFO] Rusher_ lost connection: disconnect.endOfStream

2012-05-11 16:10:56 [iNFO] [PLAYER_COMMAND] Orbit46: /f home

2012-05-11 16:11:19 [iNFO] LUBISZTO lost connection: disconnect.quitting

2012-05-11 16:11:19 [iNFO] Connection reset

2012-05-11 16:11:26 [iNFO] Connection reset

2012-05-11 16:11:26 [iNFO] Orbit46 lost connection: disconnect.quitting

2012-05-11 16:12:47 [iNFO] [PLAYER_COMMAND] MinecraftQusim: /tpa pablotek100

2012-05-11 16:12:47 [WARNING] MinecraftQusim was denied access to command.

2012-05-11 16:12:52 [iNFO] sherrwood lost connection: disconnect.quitting

2012-05-11 16:12:52 [iNFO] Connection reset

2012-05-11 16:12:58 [iNFO] LubieGumy lost connection: disconnect.quitting

2012-05-11 16:12:58 [iNFO] Connection reset

2012-05-11 16:13:17 [iNFO] [Factions v1.6.7] Pomcia claimed land at (16,-66) for the faction: Gumisie

2012-05-11 16:13:17 [iNFO] [PLAYER_COMMAND] Pomcia: /f claim

2012-05-11 16:13:33 [iNFO] [37m[FD] [0mMinecraftQusim found 4 [0mcoal ores[0m

2012-05-11 16:15:10 [iNFO] [PLAYER_COMMAND] Pomcia: /f home

2012-05-11 16:16:33 [iNFO] [37m[FD] [37mPomcia found 9 [37miron ores[0m

2012-05-11 16:16:34 [sEVERE] java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?

2012-05-11 16:16:34 [sEVERE] at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:148)

2012-05-11 16:16:34 [sEVERE] at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.java:155)

2012-05-11 16:16:34 [sEVERE] at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.performCheck(PermissiblePEX.java:124)

2012-05-11 16:16:34 [sEVERE] at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:110)

2012-05-11 16:16:34 [sEVERE] at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:102)

2012-05-11 16:16:34 [sEVERE] at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:102)

2012-05-11 16:16:34 [sEVERE] at org.bukkit.craftbukkit.CraftServer.broadcast(CraftServer.java:962)

2012-05-11 16:16:34 [sEVERE] at org.bukkit.craftbukkit.CraftServer.broadcastMessage(CraftServer.java:322)

2012-05-11 16:16:34 [sEVERE] at com.zford.jobs.listener.JobsJobListener.onJobLevelUp(JobsJobListener.java:94)

2012-05-11 16:16:34 [sEVERE] at sun.reflect.GeneratedMethodAccessor411.invoke(Unknown Source)

2012-05-11 16:16:34 [sEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

2012-05-11 16:16:34 [sEVERE] at java.lang.reflect.Method.invoke(Method.java:597)

2012-05-11 16:16:34 [sEVERE] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)

2012-05-11 16:16:34 [sEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)

2012-05-11 16:16:34 [sEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)

2012-05-11 16:16:34 [sEVERE] at com.zford.jobs.config.container.JobsPlayer.checkLevels(JobsPlayer.java:335)

2012-05-11 16:16:34 [sEVERE] at com.zford.jobs.config.container.JobsPlayer.broke(JobsPlayer.java:113)

2012-05-11 16:16:34 [sEVERE] at com.zford.jobs.listener.JobsBlockPaymentListener.onBlockBreak(JobsBlockPaymentListener.java:53)

2012-05-11 16:16:34 [sEVERE] at sun.reflect.GeneratedMethodAccessor309.invoke(Unknown Source)

2012-05-11 16:16:34 [sEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

2012-05-11 16:16:34 [sEVERE] at java.lang.reflect.Method.invoke(Method.java:597)

2012-05-11 16:16:34 [sEVERE] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)

2012-05-11 16:16:34 [sEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)

2012-05-11 16:16:34 [sEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)

2012-05-11 16:16:34 [sEVERE] at net.minecraft.server.ItemInWorldManager.breakBlock(ItemInWorldManager.java:220)

2012-05-11 16:16:34 [sEVERE] at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:175)

2012-05-11 16:16:34 [sEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:540)

2012-05-11 16:16:34 [sEVERE] at net.minecraft.server.Packet14BlockDig.handle(SourceFile:43)

2012-05-11 16:16:34 [sEVERE] at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)

2012-05-11 16:16:34 [sEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)

2012-05-11 16:16:34 [sEVERE] at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)

2012-05-11 16:16:34 [sEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:551)

2012-05-11 16:16:34 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449)

2012-05-11 16:16:34 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

2012-05-11 16:16:34 [sEVERE] Could not pass event JobsLevelUpEvent to Jobs

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...