Stránka 1 z 2

Pád

Napsal: 25 led 2015, 22:03
od Batllefury
lion.fakaheda.eu:27820

Zdravím. Nevím si s tím rady a dlouho si s tím lámu hlavu...

WE error. Zkoušel jsem i něco najít a opravit to ale nic...
Spoiler: zobrazit

Kód: Vybrat vše

[20:50:51] [Server thread/ERROR]: [WorldEdit] Got request to set EditSessionFactory of type me.FurH.CreativeControl.integration.worldedit.CreativeEditSessionFactory from me.FurH.CreativeControl.integration.worldedit but EditSessionFactories have been removed in favor of extending EditSession's extents.

This may mean that any block logger / intercepters addons/plugins/mods that you have installed will not intercept WorldEdit's changes! Please notify the maintainer of the other addon about this.


A také po napsaní příkazu /unban stopne server a...
Spoiler: zobrazit

Kód: Vybrat vše

[20:52:59] [Spigot Watchdog Thread/ERROR]: The server has stopped responding!
[20:52:59] [Spigot Watchdog Thread/ERROR]: Please report this to http://www.spigotmc.org/
[20:52:59] [Spigot Watchdog Thread/ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
[20:52:59] [Spigot Watchdog Thread/ERROR]: Spigot version: git-Spigot-1646 (MC: 1.7.10)
[20:52:59] [Spigot Watchdog Thread/ERROR]: ------------------------------
[20:52:59] [Spigot Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Spigot!):
[20:52:59] [Spigot Watchdog Thread/ERROR]: ------------------------------
[20:52:59] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
[20:52:59] [Spigot Watchdog Thread/ERROR]:    PID: 14 | Suspended: false | Native: true | State: RUNNABLE
[20:52:59] [Spigot Watchdog Thread/ERROR]:    Stack:
[20:52:59] [Spigot Watchdog Thread/ERROR]:       java.net.SocketInputStream.socketRead0(Native Method)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       java.net.SocketInputStream.read(SocketInputStream.java:152)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       java.net.SocketInputStream.read(SocketInputStream.java:122)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.util.ReadAheadInputStream.fill(ReadAheadInputStream.java:114)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.util.ReadAheadInputStream.readFromUnderlyingStreamIfNecessary(ReadAheadInputStream.java:161)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.util.ReadAheadInputStream.read(ReadAheadInputStream.java:189)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:2526)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2979)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2968)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3516)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1474)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.ConnectionImpl.buildCollationMapping(ConnectionImpl.java:949)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.ConnectionImpl.initializePropsFromServer(ConnectionImpl.java:3439)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2202)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2168)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       sun.reflect.GeneratedConstructorAccessor157.newInstance(Unknown Source)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       java.lang.reflect.Constructor.newInstance(Constructor.java:526)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       java.sql.DriverManager.getConnection(DriverManager.java:571)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       java.sql.DriverManager.getConnection(DriverManager.java:187)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       com.modcrafting.ultrabans.db.SQL.getSQLConnection(SQL.java:49)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       com.modcrafting.ultrabans.db.SQL.setAddress(SQL.java:141)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       com.modcrafting.ultrabans.listeners.UltraBanPlayerListener.onPlayerJoin(UltraBanPlayerListener.java:102)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       java.lang.reflect.Method.invoke(Method.java:606)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:514)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:499)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       net.minecraft.server.v1_7_R4.PlayerList.c(PlayerList.java:265)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       net.minecraft.server.v1_7_R4.PlayerList.a(PlayerList.java:152)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       net.minecraft.server.v1_7_R4.LoginListener.c(LoginListener.java:119)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       net.minecraft.server.v1_7_R4.LoginListener.a(LoginListener.java:44)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:189)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628)
[20:52:59] [Spigot Watchdog Thread/ERROR]: ------------------------------
[20:52:59] [Spigot Watchdog Thread/ERROR]: Entire Thread Dump:
[20:52:59] [Spigot Watchdog Thread/ERROR]: ------------------------------
[20:52:59] [Spigot Watchdog Thread/ERROR]: Current Thread: process reaper
[20:52:59] [Spigot Watchdog Thread/ERROR]:    PID: 117 | Suspended: false | Native: false | State: TIMED_WAITING
[20:52:59] [Spigot Watchdog Thread/ERROR]:    Stack:
[20:52:59] [Spigot Watchdog Thread/ERROR]:       sun.misc.Unsafe.park(Native Method)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[20:52:59] [Spigot Watchdog Thread/ERROR]:       java.lang.Thread.run(Thread.java:744)
[20:52:59] [Spigot Watchdog Thread/ERROR]:

Re: Pád

Napsal: 25 led 2015, 22:17
od tadeas97
to,s tím unbanem pokud,pouzivas plugin Ultrabans tak ma problém s MySQL databází takže si ji zkontroluj s tím worldeditem a ma nějaký problém s creative controll

Re: Pád

Napsal: 26 led 2015, 20:25
od Batllefury
ok vyřešeno, ale furt ten pád :(
Spoiler: zobrazit

Kód: Vybrat vše

[18:32:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Server console handler
[18:32:39] [Spigot Watchdog Thread/ERROR]:    PID: 17 | Suspended: false | Native: true | State: RUNNABLE
[18:32:39] [Spigot Watchdog Thread/ERROR]:    Thread is waiting on monitor(s):
[18:32:39] [Spigot Watchdog Thread/ERROR]:       Locked on:java.io.BufferedInputStream.read(BufferedInputStream.java:254)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:267)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:204)
[18:32:39] [Spigot Watchdog Thread/ERROR]:    Stack:
[18:32:39] [Spigot Watchdog Thread/ERROR]:       java.io.FileInputStream.readBytes(Native Method)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       java.io.FileInputStream.read(FileInputStream.java:272)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       java.io.BufferedInputStream.fill(BufferedInputStream.java:235)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       java.io.BufferedInputStream.read(BufferedInputStream.java:254)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       java.io.FilterInputStream.read(FilterInputStream.java:83)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       org.bukkit.craftbukkit.libs.jline.console.ConsoleReader$1.read(ConsoleReader.java:167)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:267)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:204)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:995)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1167)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       net.minecraft.server.v1_7_R4.ThreadCommandReader.run(ThreadCommandReader.java:32)
[18:32:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:32:39] [Spigot Watchdog Thread/ERROR]: Current Thread: DestroyJavaVM
[18:32:39] [Spigot Watchdog Thread/ERROR]:    PID: 16 | Suspended: false | Native: false | State: RUNNABLE
[18:32:39] [Spigot Watchdog Thread/ERROR]:    Stack:
[18:32:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:32:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
[18:32:39] [Spigot Watchdog Thread/ERROR]:    PID: 14 | Suspended: false | Native: true | State: RUNNABLE
[18:32:39] [Spigot Watchdog Thread/ERROR]:    Thread is waiting on monitor(s):
[18:32:39] [Spigot Watchdog Thread/ERROR]:       Locked on:com.mysql.jdbc.util.ReadAheadInputStream.read(ReadAheadInputStream.java:189)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       Locked on:com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       Locked on:com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1474)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       Locked on:com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       Locked on:org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       Locked on:net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81)
[18:32:39] [Spigot Watchdog Thread/ERROR]:    Stack:
[18:32:39] [Spigot Watchdog Thread/ERROR]:       java.net.SocketInputStream.socketRead0(Native Method)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       java.net.SocketInputStream.read(SocketInputStream.java:152)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       java.net.SocketInputStream.read(SocketInputStream.java:122)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.util.ReadAheadInputStream.fill(ReadAheadInputStream.java:114)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.util.ReadAheadInputStream.readFromUnderlyingStreamIfNecessary(ReadAheadInputStream.java:161)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.util.ReadAheadInputStream.read(ReadAheadInputStream.java:189)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:2526)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2979)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2968)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3516)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1474)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.ConnectionImpl.buildCollationMapping(ConnectionImpl.java:949)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.ConnectionImpl.initializePropsFromServer(ConnectionImpl.java:3439)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2386)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       sun.reflect.GeneratedConstructorAccessor156.newInstance(Unknown Source)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       java.lang.reflect.Constructor.newInstance(Constructor.java:526)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       java.sql.DriverManager.getConnection(DriverManager.java:571)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       java.sql.DriverManager.getConnection(DriverManager.java:215)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       ch.dragon252525.frameProtect.MySQL.open(MySQL.java:35)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       ch.dragon252525.frameProtect.DataManager.saveFrame(DataManager.java:139)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       ch.dragon252525.frameProtect.FrameManager.addFrame(FrameManager.java:32)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       ch.dragon252525.frameProtect.FrameProtect.onCreateHanging(FrameProtect.java:251)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       java.lang.reflect.Method.invoke(Method.java:606)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       net.minecraft.server.v1_7_R4.ItemHanging.interactWith(ItemHanging.java:38)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       net.minecraft.server.v1_7_R4.ItemStack.placeItem(ItemStack.java:102)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       net.minecraft.server.v1_7_R4.PlayerInteractManager.interact(PlayerInteractManager.java:398)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:662)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       net.minecraft.server.v1_7_R4.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:50)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       net.minecraft.server.v1_7_R4.PacketPlayInBlockPlace.handle(PacketPlayInBlockPlace.java:86)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628)
[18:32:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:32:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Server Infinisleeper
[18:32:39] [Spigot Watchdog Thread/ERROR]:    PID: 15 | Suspended: false | Native: false | State: TIMED_WAITING
[18:32:39] [Spigot Watchdog Thread/ERROR]:    Stack:
[18:32:39] [Spigot Watchdog Thread/ERROR]:       java.lang.Thread.sleep(Native Method)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       net.minecraft.server.v1_7_R4.ThreadSleepForever.run(SourceFile:63)
[18:32:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:32:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Snooper Timer
[18:32:39] [Spigot Watchdog Thread/ERROR]:    PID: 10 | Suspended: false | Native: false | State: WAITING
[18:32:39] [Spigot Watchdog Thread/ERROR]:    Stack:
[18:32:39] [Spigot Watchdog Thread/ERROR]:       java.lang.Object.wait(Native Method)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       java.lang.Object.wait(Object.java:503)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       java.util.TimerThread.mainLoop(Timer.java:526)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       java.util.TimerThread.run(Timer.java:505)
[18:32:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:32:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Signal Dispatcher
[18:32:39] [Spigot Watchdog Thread/ERROR]:    PID: 4 | Suspended: false | Native: false | State: RUNNABLE
[18:32:39] [Spigot Watchdog Thread/ERROR]:    Stack:
[18:32:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:32:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Finalizer
[18:32:39] [Spigot Watchdog Thread/ERROR]:    PID: 3 | Suspended: false | Native: false | State: WAITING
[18:32:39] [Spigot Watchdog Thread/ERROR]:    Stack:
[18:32:39] [Spigot Watchdog Thread/ERROR]:       java.lang.Object.wait(Native Method)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:189)
[18:32:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:32:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Reference Handler
[18:32:39] [Spigot Watchdog Thread/ERROR]:    PID: 2 | Suspended: false | Native: false | State: WAITING
[18:32:39] [Spigot Watchdog Thread/ERROR]:    Stack:
[18:32:39] [Spigot Watchdog Thread/ERROR]:       java.lang.Object.wait(Native Method)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       java.lang.Object.wait(Object.java:503)
[18:32:39] [Spigot Watchdog Thread/ERROR]:       java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
[18:32:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:32:39] [Spigot Watchdog Thread/INFO]: Startup script './start.sh' does not exist! Stopping server.
[18:32:39] [Thread-4/INFO]: Stopping server

Re: Pád

Napsal: 26 led 2015, 22:44
od Sportous
Jestli jde o CC, doporucuji dat misto něj AntiShare.. :)

Re: Pád

Napsal: 26 led 2015, 22:50
od Batllefury
o to mi nejde.. jde mi o ty pády... ten error spigotu

-- 26 led 2015, 22:02 --

A taky občas při startu se mi zastaví server např u:

Kód: Vybrat vše

 [22:01:13 INFO]: [FrameProtect] Enabling FrameProtect v2.5
> [22:01:13 INFO]: [FrameProtect] Connecting to the MySql database...

Re: Pád

Napsal: 27 led 2015, 09:18
od Mike8748
zkontroluj si jestli máš správně nastavené parametry pro připojování do mysql, hlavně správný hostitel (nesprávná hodnota může způsobit timeout při připojování což může vést právě k zastavení serveru který přestal reagovat)

také si zkontroluj obsah databáze, např. tabulky kam ukládá FrameProtect jestli neni podezdřele velká (načítání velkého množství dat z db je také časově náročné), protože na stránkách pluginu je varování
Spoiler: zobrazit
ATTENTION!
There is a bug in 1.6 / 1.7 that causes a doubling of the data on each save.

Unfortunately, the whole MySQL database has to be cleared because it may take hours to load the data and see which entries are identical (the databases may have a size of multiple millions of entries).

If you've used version 1.6 or 1.7 and you're storing your data in a MySQL database, the plugin will automatically reset your database on first start.

You have to protect all the frames and paintings again.

Sorry for that, it's my fault.

Re: Pád

Napsal: 27 led 2015, 18:30
od Batllefury
Obrázek

-- 27 led 2015, 17:55 --

Zkontroloval jsem všechna připojení na MySQL a jsou v pořádku...

Re: Pád

Napsal: 27 led 2015, 19:32
od DenOwq
To co jsi poslal za chybu tam má každý ;).

Re: Pád

Napsal: 27 led 2015, 19:36
od Batllefury
Taky jsem objevil toto...

Obrázek

Po rozkliknutí FAQ 3.11
Spoiler: zobrazit
Obrázek


Po rozkliknutí v dokumentaci
Spoiler: zobrazit
Obrázek


Spoiler: zobrazit
Obrázek


Spoiler: zobrazit
Obrázek

Re: Pád

Napsal: 27 led 2015, 19:52
od Mike8748
je hezké že řešíš "chyby" v nastavení phpMyAdmin na fakahedě, ale to ti k ničemu není.

vlevo nahoře ve sloupci si tam klikni na název své databáze, a zkoumej tabulky v té databázi (např. počet řádek v tabulce kam si ukládá data FrameProtect)

edit: pokud na těch screenech jsou všechny tabulky co tam máš tak je asi něco špatně, protože se mi nezdá že by tabulka banlist měla být prázdná (nebo si zatím nikoho nezabanoval?) možná je problém v tom (že nesedí struktura tabulky, proto selže sql dotaz který chce ultrabans udělat při banování hráče a shodí to server)