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

[Problem] Crash'e sewera mc 1.5.1


Rekomendowane odpowiedzi

Opublikowano

Siemka,

Mam problem z serwerem w konsoli pełno warningów. Tutaj start up.

 

 

2013-03-22 19:07:45 [iNFO] Starting minecraft server version 1.5.1

2013-03-22 19:07:45 [iNFO] Loading properties

2013-03-22 19:07:45 [iNFO] Default game type: SURVIVAL

2013-03-22 19:07:50 [iNFO] Generating keypair

2013-03-22 19:07:51 [iNFO] Starting Minecraft server on sv.*******.pl:25565

2013-03-22 19:07:51 [WARNING] **** FAILED TO BIND TO PORT!

2013-03-22 19:07:51 [WARNING] The exception was: java.net.BindException: Address already in use

2013-03-22 19:07:51 [WARNING] Perhaps a server is already running on that port?

2013-03-22 19:08:35 [sEVERE] java.lang.NullPointerException

2013-03-22 19:08:35 [sEVERE] at net.minecraft.server.v1_5_R2.DedicatedServer.am(DedicatedServer.java:257)

2013-03-22 19:08:35 [sEVERE] at net.minecraft.server.v1_5_R2.DedicatedServer.a(DedicatedServer.java:203)

2013-03-22 19:08:35 [sEVERE] at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:416)

2013-03-22 19:08:35 [sEVERE] at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)

2013-03-22 19:08:35 [sEVERE] Encountered an unexpected exception NullPointerException

java.lang.NullPointerException

at net.minecraft.server.v1_5_R2.DedicatedServer.am(DedicatedServer.java:257)

at net.minecraft.server.v1_5_R2.DedicatedServer.a(DedicatedServer.java:203)

at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:416)

at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)

2013-03-22 19:08:35 [sEVERE] This crash report has been saved to: /home/mc/./crash-reports/crash-2013-03-22_19.08.35-server.txt

2013-03-22 19:08:49 [iNFO] Stopping server

2013-03-22 19:08:49 [iNFO] Saving worlds

2013-03-22 19:10:45 [iNFO] Starting minecraft server version 1.5.1

2013-03-22 19:10:45 [iNFO] Loading properties

2013-03-22 19:10:45 [iNFO] Default game type: SURVIVAL

2013-03-22 19:10:50 [iNFO] Generating keypair

2013-03-22 19:10:50 [iNFO] Starting Minecraft server on sv.craftme.pl:25565

2013-03-22 19:10:51 [iNFO] This server is running CraftBukkit version git-Bukkit-1.4.7-R1.0-59-ge869277-b2700jnks (MC: 1.5.1) (Implementing API version 1.5.1-R0.1-SNAPSHOT)

2013-03-22 19:10:51 [iNFO] [PermissionsEx] sql backend registered!

2013-03-22 19:10:51 [iNFO] [PermissionsEx] file backend registered!

2013-03-22 19:10:51 [iNFO] [PermissionsEx] PermissionEx plugin initialized.

2013-03-22 19:10:51 [sEVERE] Could not load 'plugins/iChat.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:182)

at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)

at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230)

at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugins(CraftServer.java:239)

at org.bukkit.craftbukkit.v1_5_R2.CraftServer.<init>(CraftServer.java:217)

at net.minecraft.server.v1_5_R2.PlayerList.<init>(PlayerList.java:56)

at net.minecraft.server.v1_5_R2.DedicatedPlayerList.<init>(SourceFile:11)

at net.minecraft.server.v1_5_R2.DedicatedServer.init(DedicatedServer.java:105)

at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:381)

at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)

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.findClass0(PluginClassLoader.java:80)

at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)

at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

at com.nijikokun.bukkit.iChat.iChat.<init>(iChat.java:62)

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:178)

... 9 more

Caused by: java.lang.ClassNotFoundException: org.bukkit.event.player.PlayerListener

at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70)

at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)

at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

... 28 more

2013-03-22 19:10:51 [iNFO] [MinecraftViewer] Loading MinecraftViewer v1.0d

2013-03-22 19:10:51 [iNFO] [HideStream] Loading HideStream v2.8

2013-03-22 19:10:51 [iNFO] [HTTPConsole] Loading HTTPConsole v2.4.0

2013-03-22 19:10:51 [iNFO] [NoCheatPlus] Loading NoCheatPlus v3.8.12-RC2-b472

2013-03-22 19:10:51 [iNFO] [WorldEdit] Loading WorldEdit v5.5.5

2013-03-22 19:10:51 [iNFO] [Vault] Loading Vault v1.2.22-b277

2013-03-22 19:10:51 [iNFO] [ZavAutoMessager] Loading ZavAutoMessager v1.9.1

2013-03-22 19:10:51 [iNFO] [Multiverse-Core] Loading Multiverse-Core v2.4-b527

2013-03-22 19:10:51 [iNFO] [AntiRelog] Loading AntiRelog v2.3

2013-03-22 19:10:51 [iNFO] [PermissionsEx] Loading PermissionsEx v1.19.5

2013-03-22 19:10:51 [iNFO] [PermissionsEx] Initializing file backend

2013-03-22 19:10:51 [iNFO] Permissions file successfully reloaded

2013-03-22 19:10:51 [iNFO] [WorldGuard] Loading WorldGuard v748-e3dfc6a

2013-03-22 19:10:51 [iNFO] [Essentials] Loading Essentials v2.9.3

2013-03-22 19:10:51 [iNFO] [EssentialsProtect] Loading EssentialsProtect v2.9.3

2013-03-22 19:10:51 [iNFO] MLog clients using java 1.4+ standard logging.

2013-03-22 19:10:51 [iNFO] [AuthMe] Loading AuthMe v2.7.12

2013-03-22 19:10:51 [iNFO] [EssentialsSpawn] Loading EssentialsSpawn v2.9.3

2013-03-22 19:10:51 [iNFO] [OtherDrops] Loading OtherDrops v2.8b.156

2013-03-22 19:10:51 [iNFO] [Multiverse-Portals] Loading Multiverse-Portals v2.4-b548

2013-03-22 19:10:51 [iNFO] [AZRank] Loading AZRank v1.3.b2

2013-03-22 19:10:51 [iNFO] [Factions] Loading Factions v1.6.9.4

2013-03-22 19:10:51 [iNFO] [Vault] Enabling Vault v1.2.22-b277

2013-03-22 19:10:51 [iNFO] [Vault][Economy] Essentials Economy found: Waiting

2013-03-22 19:10:51 [iNFO] [Vault][Permission] PermissionsEx found: Waiting

2013-03-22 19:10:51 [iNFO] [Vault][Permission] SuperPermissions loaded as backup permission system.

2013-03-22 19:10:51 [iNFO] [Vault][Chat] PermissionsEx found: Waiting

2013-03-22 19:10:51 [iNFO] [Vault] Enabled Version 1.2.22-b277

2013-03-22 19:10:52 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!

2013-03-22 19:10:52 [WARNING] The server will make no attempt to authenticate usernames. Beware.

2013-03-22 19:10:52 [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.

2013-03-22 19:10:52 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.

2013-03-22 19:10:52 [iNFO] Preparing level "world"

2013-03-22 19:10:52 [iNFO] Preparing start region for level 0 (Seed: -4619384329530001408)

2013-03-22 19:10:53 [sEVERE] Chunk file at 5,1 is in the wrong location; relocating. (Expected 5, 1, got 0, 0)

2013-03-22 19:10:53 [WARNING] Wrong location for EntityCow['Cow'/119, l='world', x=6.45, y=67.00, z=4.81] in world 'world'!

2013-03-22 19:10:53 [WARNING] Entity is at 6.451091485418171,4.811401683026288 (chunk 0,0) but was stored in chunk 5,1

2013-03-22 19:10:53 [iNFO] Preparing spawn area: 95%

2013-03-22 19:10:53 [iNFO] Preparing start region for level 1 (Seed: 3073997143295351121)

2013-03-22 19:10:54 [iNFO] Preparing start region for level 2 (Seed: 3073997143295351121)

2013-03-22 19:10:54 [iNFO] [MinecraftViewer] Enabling MinecraftViewer v1.0d

2013-03-22 19:10:54 [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:217)

at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)

at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)

at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugin(CraftServer.java:282)

at org.bukkit.craftbukkit.v1_5_R2.CraftServer.enablePlugins(CraftServer.java:264)

at net.minecraft.server.v1_5_R2.MinecraftServer.j(MinecraftServer.java:303)

at net.minecraft.server.v1_5_R2.MinecraftServer.e(MinecraftServer.java:282)

at net.minecraft.server.v1_5_R2.MinecraftServer.a(MinecraftServer.java:242)

at net.minecraft.server.v1_5_R2.DedicatedServer.init(DedicatedServer.java:150)

at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:381)

at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)

2013-03-22 19:10:54 [iNFO] [HideStream] Enabling HideStream v2.8

2013-03-22 19:10:54 [iNFO] Checking for updates ..

2013-03-22 19:10:55 [iNFO] No update was found.

2013-03-22 19:10:55 [iNFO] [HideStream] v2.8 enabled succesfully.

2013-03-22 19:10:55 [iNFO] [HTTPConsole] Enabling HTTPConsole v2.4.0

2013-03-22 19:10:55 [iNFO] HTTPConsole: Listening for connections on 192.166.218.44:4229

2013-03-22 19:10:55 [iNFO] HTTPConsole 2.4.0 is enabled

2013-03-22 19:10:55 [iNFO] [NoCheatPlus] Enabling NoCheatPlus v3.8.12-RC2-b472

2013-03-22 19:10:55 [WARNING] [NoCheatPlus] Could not set up native access for your specific Minecraft + server-mod version.

2013-03-22 19:10:55 [WARNING] [NoCheatPlus] API-only MCAccess: Some features will likely not function properly, performance might suffer.

2013-03-22 19:10:55 [WARNING] [NoCheatPlus] Check for updates at BukkitDev: http://dev.bukkit.org/server-mods/nocheatplus/

2013-03-22 19:10:55 [WARNING] [NoCheatPlus] Development builds: http://ci.ecocitycraft.com/job/NoCheatPlus/

2013-03-22 19:10:55 [iNFO] [NoCheatPlus] McAccess set to: 1.4.6|1.4.7|? / Bukkit-API

2013-03-22 19:10:55 [iNFO] [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.

2013-03-22 19:10:55 [iNFO] [NoCheatPlus] Version 3.8.12-RC2-b472 is enabled.

2013-03-22 19:10:55 [iNFO] [WorldEdit] Enabling WorldEdit v5.5.5

2013-03-22 19:10:55 [iNFO] WEPIF: Using the Bukkit Permissions API.

2013-03-22 19:10:55 [iNFO] [ZavAutoMessager] Enabling ZavAutoMessager v1.9.1

2013-03-22 19:10:56 [iNFO] ----- Bukkit Auto Updater -----

2013-03-22 19:10:56 [iNFO] It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.

2013-03-22 19:10:56 [iNFO] If you would like to be kept informed about new Development Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'dev'.

2013-03-22 19:10:56 [iNFO] With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes.

2013-03-22 19:10:56 [iNFO] If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.

2013-03-22 19:10:56 [iNFO] ----- ------------------- -----

2013-03-22 19:10:57 [iNFO] ZavAutoMessager v1.9.1 has been enabled

2013-03-22 19:10:57 [iNFO] ZavAutoMessager v1.9.1: Sending messages is now set to true

2013-03-22 19:10:57 [iNFO] ZavAutoMessager v1.9.1 is not up to date. Check the latest version on BukkitDev.

2013-03-22 19:10:57 [iNFO] ZavAutoMessager v1.9.1 The latest version is currently 2.4

2013-03-22 19:10:57 [iNFO] Thank you for using ZavAutoMessager v1.9.1 by the ZavTeam!

2013-03-22 19:10:57 [iNFO] [Multiverse-Core] Enabling Multiverse-Core v2.4-b527

2013-03-22 19:10:57 [iNFO] [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--

2013-03-22 19:10:57 [iNFO] [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527

2013-03-22 19:10:57 [iNFO] [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: -4619384329530001408

2013-03-22 19:10:57 [iNFO] [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: 3073997143295351121

2013-03-22 19:10:57 [iNFO] [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: 3073997143295351121

2013-03-22 19:10:57 [iNFO] [Multiverse-Core] Loading World & Settings - 'spawn' - Env: NORMAL - Type: NORMAL & seed: -1613372254658010557

2013-03-22 19:10:57 [iNFO] Preparing start region for level 3 (Seed: -1613372254658010557)

2013-03-22 19:10:57 [iNFO] [Multiverse-Core] 4 - World(s) loaded.

2013-03-22 19:10:57 [iNFO] [AntiRelog] Enabling AntiRelog v2.3

2013-03-22 19:10:57 [sEVERE] Error occurred while enabling AntiRelog v2.3 (Is it up to date?)

java.lang.NoClassDefFoundError: net/minecraft/server/v1_4_R1/Entity

at com.github.r0306.AntiRelog.AntiRelog.onEnable(AntiRelog.java:73)

at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)

at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)

at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)

at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugin(CraftServer.java:282)

at org.bukkit.craftbukkit.v1_5_R2.CraftServer.enablePlugins(CraftServer.java:264)

at net.minecraft.server.v1_5_R2.MinecraftServer.j(MinecraftServer.java:303)

at net.minecraft.server.v1_5_R2.MinecraftServer.e(MinecraftServer.java:282)

at net.minecraft.server.v1_5_R2.MinecraftServer.a(MinecraftServer.java:242)

at net.minecraft.server.v1_5_R2.DedicatedServer.init(DedicatedServer.java:150)

at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:381)

at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)

Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_4_R1.Entity

at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70)

at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)

at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

... 12 more

2013-03-22 19:10:57 [iNFO] [PermissionsEx] Enabling PermissionsEx v1.19.5

2013-03-22 19:10:57 [iNFO] [PermissionsEx] Superperms support enabled.

2013-03-22 19:10:57 [iNFO] [PermissionsEx] v1.19.5 enabled

2013-03-22 19:10:57 [iNFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.

2013-03-22 19:10:57 [iNFO] [Vault][Permission] PermissionsEx hooked.

2013-03-22 19:10:57 [iNFO] [Vault][Chat] PermissionsEx_Chat hooked.

2013-03-22 19:10:57 [iNFO] [WorldGuard] Enabling WorldGuard v748-e3dfc6a

2013-03-22 19:10:58 [iNFO] [WorldGuard] (world) TNT ignition is PERMITTED.

2013-03-22 19:10:58 [iNFO] [WorldGuard] (world) Lighters are PERMITTED.

2013-03-22 19:10:58 [iNFO] [WorldGuard] (world) Lava fire is blocked.

2013-03-22 19:10:58 [iNFO] [WorldGuard] (world) All fire spread is disabled.

2013-03-22 19:10:58 [iNFO] [WorldGuard] Loaded configuration for world 'world'

2013-03-22 19:10:58 [iNFO] [WorldGuard] (world_nether) TNT ignition is PERMITTED.

2013-03-22 19:10:58 [iNFO] [WorldGuard] (world_nether) Lighters are PERMITTED.

2013-03-22 19:10:58 [iNFO] [WorldGuard] (world_nether) Lava fire is blocked.

2013-03-22 19:10:58 [iNFO] [WorldGuard] (world_nether) All fire spread is disabled.

2013-03-22 19:10:58 [iNFO] [WorldGuard] Loaded configuration for world 'world_nether'

2013-03-22 19:10:58 [iNFO] [WorldGuard] (world_the_end) TNT ignition is PERMITTED.

2013-03-22 19:10:58 [iNFO] [WorldGuard] (world_the_end) Lighters are PERMITTED.

2013-03-22 19:10:58 [iNFO] [WorldGuard] (world_the_end) Lava fire is blocked.

2013-03-22 19:10:58 [iNFO] [WorldGuard] (world_the_end) All fire spread is disabled.

2013-03-22 19:10:58 [iNFO] [WorldGuard] Loaded configuration for world 'world_the_end'

2013-03-22 19:10:58 [iNFO] [WorldGuard] (spawn) TNT ignition is PERMITTED.

2013-03-22 19:10:58 [iNFO] [WorldGuard] (spawn) Lighters are PERMITTED.

2013-03-22 19:10:58 [iNFO] [WorldGuard] (spawn) Lava fire is blocked.

2013-03-22 19:10:58 [iNFO] [WorldGuard] (spawn) All fire spread is disabled.

2013-03-22 19:10:58 [iNFO] [WorldGuard] Loaded configuration for world 'spawn'

2013-03-22 19:10:58 [iNFO] [WorldGuard] 0 regions loaded for 'world'

2013-03-22 19:10:58 [iNFO] [WorldGuard] 2 regions loaded for 'world_nether'

2013-03-22 19:10:58 [iNFO] [WorldGuard] 0 regions loaded for 'world_the_end'

2013-03-22 19:10:58 [iNFO] [WorldGuard] 3 regions loaded for 'spawn'

2013-03-22 19:10:58 [iNFO] [Essentials] Enabling Essentials v2.9.3

2013-03-22 19:10:58 [iNFO] Using locale pl_PL

2013-03-22 19:10:58 [iNFO] Using locale pl_PL

2013-03-22 19:10:58 [iNFO] [Vault][Economy] Essentials Economy hooked.

2013-03-22 19:10:58 [iNFO] Essentials: Using PermissionsEx based permissions.

2013-03-22 19:10:58 [iNFO] [EssentialsProtect] Enabling EssentialsProtect v2.9.3

2013-03-22 19:10:58 [iNFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]

2013-03-22 19:10:58 [iNFO] [AuthMe] Enabling AuthMe v2.7.12

2013-03-22 19:10:58 [iNFO] [AuthMe] Loading Configuration File...

2013-03-22 19:10:58 [iNFO] [AuthMe] Merge new Config Options if needed..

2013-03-22 19:10:58 [iNFO] [AuthMe] Set Language: en

2013-03-22 19:10:58 [iNFO] [AuthMe] Hook with Multiverse-Core for SpawnLocations

2013-03-22 19:10:59 [iNFO] [AuthMe] Authme 2.7.12 enabled

2013-03-22 19:10:59 [iNFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.3

2013-03-22 19:10:59 [iNFO] [OtherDrops] Enabling OtherDrops v2.8b.156

2013-03-22 19:10:59 [iNFO] [OtherDrops:2.8b.156] Found plugin(s): 'WorldGuard'

2013-03-22 19:10:59 [iNFO] [OtherDrops:2.8b.156] Loading file: otherdrops-drops.yml

2013-03-22 19:10:59 [iNFO] [OtherDrops:2.8b.156] OtherDrops loaded.

2013-03-22 19:10:59 [iNFO] [Multiverse-Portals] Enabling Multiverse-Portals v2.4-b548

2013-03-22 19:10:59 [iNFO] [Multiverse-Portals] - Version 2.4-b548 Enabled - By Rigby and fernferret

2013-03-22 19:10:59 [iNFO] [Multiverse-Portals] 0 - Portals(s) loaded

2013-03-22 19:10:59 [iNFO] [AZRank] Enabling AZRank v1.3.b2

2013-03-22 19:10:59 [iNFO] [AZRank] Found Vault and PermissionsEx and is good to go

2013-03-22 19:10:59 [iNFO] [AZRank][Config]option: 'message' is: +player ma teraz range +group na +time

2013-03-22 19:10:59 [iNFO] [AZRank][Config]option: 'aWhile' is: a while

2013-03-22 19:10:59 [iNFO] [AZRank][Config]option: 'ever' is: ever

2013-03-22 19:10:59 [iNFO] [AZRank][Config]option: 'broadcastRankChange' is: true

2013-03-22 19:10:59 [iNFO] [AZRank][Config]option: 'allowOpsChanges' is: true

2013-03-22 19:10:59 [iNFO] [AZRank][Config]option: 'logEverything' is: false

2013-03-22 19:10:59 [iNFO] [AZRank][Config]option: 'checkInterval' is: 10seconds

2013-03-22 19:10:59 [iNFO] [AZRank] AZRank v1.3.b2 is now enabled.

2013-03-22 19:10:59 [iNFO] [Factions] Enabling Factions v1.6.9.4

2013-03-22 19:10:59 [iNFO] [Factions v1.6.9.4] === ENABLE START ===

2013-03-22 19:10:59 [iNFO] [Factions v1.6.9.4] Loading board from disk

2013-03-22 19:10:59 [iNFO] [Factions v1.6.9.4] Economy integration through Vault plugin successful.

2013-03-22 19:10:59 [iNFO] [Factions v1.6.9.4] NOTE: Economy is disabled. You can enable it with the command: f config econEnabled true

2013-03-22 19:10:59 [iNFO] [Factions v1.6.9.4] === ENABLE DONE (Took 205ms) ===

2013-03-22 19:10:59 [iNFO] Server permissions file permissions.yml is empty, ignoring it

2013-03-22 19:10:59 [iNFO] Done (7.587s)! For help, type "help" or "?"

2013-03-22 19:10:59 [iNFO] Starting GS4 status listener

2013-03-22 19:10:59 [iNFO] Starting remote control listener

2013-03-22 19:10:59 [iNFO] Query running on sv.craftme.pl:25565

2013-03-22 19:10:59 [WARNING] Unable to initialise rcon on sv.craftme.pl:4229 : Address already in use

2013-03-22 19:10:59 [WARNING] [NoCheatPlus] The block breaking data is incomplete, default to allow instant breaking:

2013-03-22 19:10:59 [WARNING] --- Missing entries -------------------------------

2013-03-22 19:10:59 [WARNING] * MISSING 147(GOLD_PLATE / SOLID IGN_PASSABLE GROUND GROUND_HEIGHT)

2013-03-22 19:10:59 [WARNING] * MISSING 148(IRON_PLATE / SOLID IGN_PASSABLE GROUND GROUND_HEIGHT)

2013-03-22 19:10:59 [WARNING] * MISSING 149(REDSTONE_COMPARATOR_OFF / IGN_PASSABLE GROUND GROUND_HEIGHT)

2013-03-22 19:10:59 [WARNING] * MISSING 150(REDSTONE_COMPARATOR_ON / IGN_PASSABLE GROUND GROUND_HEIGHT)

2013-03-22 19:10:59 [WARNING] * MISSING 151(DAYLIGHT_DETECTOR / SOLID IGN_PASSABLE GROUND GROUND_HEIGHT)

2013-03-22 19:10:59 [WARNING] * MISSING 152(REDSTONE_BLOCK / SOLID IGN_PASSABLE GROUND GROUND_HEIGHT)

2013-03-22 19:10:59 [WARNING] * MISSING 153(QUARTZ_ORE / SOLID GROUND)

2013-03-22 19:10:59 [WARNING] * MISSING 154(HOPPER / SOLID IGN_PASSABLE GROUND GROUND_HEIGHT)

2013-03-22 19:10:59 [WARNING] * MISSING 155(QUARTZ_BLOCK / SOLID GROUND)

2013-03-22 19:10:59 [WARNING] * MISSING 156(QUARTZ_STAIRS / STAIRS SOLID IGN_PASSABLE GROUND HEIGHT100 XZ100 GROUND_HEIGHT)

2013-03-22 19:10:59 [WARNING] * MISSING 157(ACTIVATOR_RAIL / IGN_PASSABLE)

2013-03-22 19:10:59 [WARNING] * MISSING 158(DROPPER / SOLID GROUND)

2013-03-22 19:10:59 [WARNING] Method "public Class<?> getClassByName(String)" is Deprecated, and may be removed in a future version of Bukkit

org.bukkit.plugin.AuthorNagException:

at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:284)

at com.earth2me.essentials.storage.BukkitConstructor.getClassForNode(BukkitConstructor.java:421)

at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.getConstructor(Constructor.java:321)

at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:331)

at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:183)

at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:142)

at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:128)

at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)

at org.yaml.snakeyaml.Yaml.load(Yaml.java:423)

at com.earth2me.essentials.storage.YamlStorageReader.load(YamlStorageReader.java:47)

at com.earth2me.essentials.storage.AbstractDelayedYamlFileReader.run(AbstractDelayedYamlFileReader.java:38)

at org.bukkit.craftbukkit.v1_5_R2.scheduler.CraftTask.run(CraftTask.java:53)

at org.bukkit.craftbukkit.v1_5_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)

at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)

at java.lang.Thread.run(Thread.java:662)

 

 

Opublikowano

Serwer w ogóle sie nie uruchamia? FAILED TO BIND TO PORT znaczy ze port jest niedostępny lub zablokowany. Spróbuj go odblokować.

381911453317091771709.png
by ja.

Opublikowano

Serwer się uruchamia. Tylko dostaje crashe po kilku minutach wydaje mi się że to coś od worldedita.

 

 

 

2013-03-22 19:51:35 [iNFO] [AntiRelog] Enabling AntiRelog v2.3

2013-03-22 19:51:35 [sEVERE] Error occurred while enabling AntiRelog v2.3 (Is it up to date?)

java.lang.NoClassDefFoundError: net/minecraft/server/v1_4_R1/Entity

at com.github.r0306.AntiRelog.AntiRelog.onEnable(AntiRelog.java:73)

at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)

at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)

at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)

at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugin(CraftServer.java:282)

at org.bukkit.craftbukkit.v1_5_R2.CraftServer.enablePlugins(CraftServer.java:264)

at net.minecraft.server.v1_5_R2.MinecraftServer.j(MinecraftServer.java:303)

at net.minecraft.server.v1_5_R2.MinecraftServer.e(MinecraftServer.java:282)

at net.minecraft.server.v1_5_R2.MinecraftServer.a(MinecraftServer.java:242)

at net.minecraft.server.v1_5_R2.DedicatedServer.init(DedicatedServer.java:150)

at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:381)

at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)

Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_4_R1.Entity

at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70)

at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)

at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

... 12 more

-------------------------------------------------------------------------------------------------------------------

2013-03-22 19:51:37 [WARNING] Unable to initialise rcon on sv.craftme.pl:4229 : Address already in use

2013-03-22 19:51:37 [WARNING] [NoCheatPlus] The block breaking data is incomplete, default to allow instant breaking:

2013-03-22 19:51:37 [WARNING] --- Missing entries -------------------------------

2013-03-22 19:51:37 [WARNING] * MISSING 147(GOLD_PLATE / SOLID IGN_PASSABLE GROUND GROUND_HEIGHT)

2013-03-22 19:51:37 [WARNING] * MISSING 148(IRON_PLATE / SOLID IGN_PASSABLE GROUND GROUND_HEIGHT)

2013-03-22 19:51:37 [WARNING] * MISSING 149(REDSTONE_COMPARATOR_OFF / IGN_PASSABLE GROUND GROUND_HEIGHT)

2013-03-22 19:51:37 [WARNING] * MISSING 150(REDSTONE_COMPARATOR_ON / IGN_PASSABLE GROUND GROUND_HEIGHT)

2013-03-22 19:51:37 [WARNING] * MISSING 151(DAYLIGHT_DETECTOR / SOLID IGN_PASSABLE GROUND GROUND_HEIGHT)

2013-03-22 19:51:37 [WARNING] * MISSING 152(REDSTONE_BLOCK / SOLID IGN_PASSABLE GROUND GROUND_HEIGHT)

2013-03-22 19:51:37 [WARNING] * MISSING 153(QUARTZ_ORE / SOLID GROUND)

2013-03-22 19:51:37 [WARNING] * MISSING 154(HOPPER / SOLID IGN_PASSABLE GROUND GROUND_HEIGHT)

2013-03-22 19:51:37 [WARNING] * MISSING 155(QUARTZ_BLOCK / SOLID GROUND)

2013-03-22 19:51:37 [WARNING] * MISSING 156(QUARTZ_STAIRS / STAIRS SOLID IGN_PASSABLE GROUND HEIGHT100 XZ100 GROUND_HEIGHT)

2013-03-22 19:51:37 [WARNING] * MISSING 157(ACTIVATOR_RAIL / IGN_PASSABLE)

2013-03-22 19:51:37 [WARNING] * MISSING 158(DROPPER / SOLID GROUND)

2013-03-22 19:51:37 [WARNING] Method "public Class<?> getClassByName(String)" is Deprecated, and may be removed in a future version of Bukkit

org.bukkit.plugin.AuthorNagException:

at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:284)

at com.earth2me.essentials.storage.BukkitConstructor.getClassForNode(BukkitConstructor.java:421)

at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.getConstructor(Constructor.java:321)

at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:331)

at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:183)

at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:142)

at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:128)

at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)

at org.yaml.snakeyaml.Yaml.load(Yaml.java:423)

at com.earth2me.essentials.storage.YamlStorageReader.load(YamlStorageReader.java:47)

at com.earth2me.essentials.storage.AbstractDelayedYamlFileReader.run(AbstractDelayedYamlFileReader.java:38)

at org.bukkit.craftbukkit.v1_5_R2.scheduler.CraftTask.run(CraftTask.java:53)

at org.bukkit.craftbukkit.v1_5_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)

at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)

at java.lang.Thread.run(Thread.java:662)

 

 

 

 

Tutaj kilka błędów które wyłapałem

Opublikowano

Nie pomogło.

 

 

java.lang.ArrayIndexOutOfBoundsException: -111

at net.minecraft.server.v1_5_R2.ChunkSection.a(ChunkSection.java:41)

at net.minecraft.server.v1_5_R2.Chunk.getTypeId(Chunk.java:350)

at net.minecraft.server.v1_5_R2.Chunk.a(Chunk.java:633)

at net.minecraft.server.v1_5_R2.Chunk.a(Chunk.java:620)

at net.minecraft.server.v1_5_R2.ChunkRegionLoader.loadEntities(ChunkRegionLoader.java:363)

at org.bukkit.craftbukkit.v1_5_R2.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:47)

at org.bukkit.craftbukkit.v1_5_R2.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:13)

at org.bukkit.craftbukkit.v1_5_R2.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:179)

at org.bukkit.craftbukkit.v1_5_R2.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:287)

at org.bukkit.craftbukkit.v1_5_R2.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:30)

at net.minecraft.server.v1_5_R2.MinecraftServer.r(MinecraftServer.java:519)

at net.minecraft.server.v1_5_R2.DedicatedServer.r(DedicatedServer.java:225)

at net.minecraft.server.v1_5_R2.MinecraftServer.q(MinecraftServer.java:476)

at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:409)

at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)

 

 

 

Ostatni crash serwera.

Opublikowano

@propagandamc

Linux

@Risen.

Naucz się czytać, inni pisali żeby to zrobił zrobiłem i nadal takie błędy.

 

 

Serwer już nie crashuje ale freezuje się cała gra działa tylko czat nic nie da się rozwalić ale pisać się da.

Dafaq....

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...