[CONSOLE-ERROR] what is the problem ?

Discussion in 'Bukkit Help' started by ROBERTLEEOBRIEN, Jul 3, 2012.

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

    ROBERTLEEOBRIEN

    Code:
    2012-07-03 12:18:00 [INFO] SQL error on hasPasswordcom.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.Connection was implicitly closed by the driver.
    2012-07-03 12:18:00 [SEVERE] ... 29 more
    2012-07-03 12:18:00 [SEVERE] at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3329)
    2012-07-03 12:18:00 [SEVERE] at java.io.BufferedOutputStream.flush(Unknown Source)
    2012-07-03 12:18:00 [SEVERE] at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
    2012-07-03 12:18:00 [SEVERE] at java.net.SocketOutputStream.write(Unknown Source)
    2012-07-03 12:18:00 [SEVERE] at java.net.SocketOutputStream.socketWrite(Unknown Source)
    2012-07-03 12:18:00 [SEVERE] at java.net.SocketOutputStream.socketWrite0(Native Method)
    2012-07-03 12:18:00 [SEVERE] Caused by: java.net.SocketException: Broken pipe
    2012-07-03 12:18:00 [SEVERE] ... 6 more
    2012-07-03 12:18:00 [SEVERE] at net.minecraft.server.Packet250CustomPayload.handle(SourceFile:46)
    2012-07-03 12:18:00 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:1469)
    2012-07-03 12:18:00 [SEVERE] at forge.MessageManager.dispatchIncomingMessage(MessageManager.java:419)
    2012-07-03 12:18:00 [SEVERE] at forge.PacketHandlerServer.onPacketData(PacketHandlerServer.java:37)
    2012-07-03 12:18:00 [SEVERE] at forge.PacketHandlerServer.onModListResponse(PacketHandlerServer.java:98)
    2012-07-03 12:18:00 [SEVERE] at forge.PacketHandlerServer.finishLogin(PacketHandlerServer.java:153)
    2012-07-03 12:18:00 [SEVERE] at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:132)
    2012-07-03 12:18:00 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:464)
    2012-07-03 12:18:00 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    2012-07-03 12:18:00 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
    2012-07-03 12:18:00 [SEVERE] at java.lang.reflect.Method.invoke(Unknown Source)
    2012-07-03 12:18:00 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2012-07-03 12:18:00 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2012-07-03 12:18:00 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2012-07-03 12:18:00 [SEVERE] at me.cxdur.passwordsafe.listener.PasswordSafeListener.onPlayerJoinEvent(PasswordSafeListener.java:96)
    2012-07-03 12:18:00 [SEVERE] at me.cxdur.passwordsafe.PasswordSafe.addPlayer(PasswordSafe.java:42)
    2012-07-03 12:18:00 [SEVERE] at me.cxdur.passwordsafe.sql.MysqlDB.hasPlayer(MysqlDB.java:47)
    2012-07-03 12:18:00 [SEVERE] at me.cxdur.passwordsafe.sql.MysqlDB.getPlayer(MysqlDB.java:134)
    2012-07-03 12:18:00 [SEVERE] at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1474)
    2012-07-03 12:18:00 [SEVERE] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570)
    2012-07-03 12:18:00 [SEVERE] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)
    2012-07-03 12:18:00 [SEVERE] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
    2012-07-03 12:18:00 [SEVERE] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1967)
    2012-07-03 12:18:00 [SEVERE] at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3348)
    2012-07-03 12:18:00 [SEVERE] at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
    2012-07-03 12:18:00 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
    2012-07-03 12:18:00 [SEVERE] at java.lang.reflect.Constructor.newInstance(Unknown Source)
    2012-07-03 12:18:00 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    2012-07-03 12:18:00 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    2012-07-03 12:18:00 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    2012-07-03 12:18:00 [SEVERE] Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 64,922,310 milliseconds ago. The last packet sent successfully to the server was 64,922,379 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.
    2012-07-03 12:18:00 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    2012-07-03 12:18:00 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:453)
    2012-07-03 12:18:00 [SEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:556)
    2012-07-03 12:18:00 [SEVERE] at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    2012-07-03 12:18:00 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:121)
    2012-07-03 12:18:00 [SEVERE] at net.minecraft.server.NetworkManager.b(NetworkManager.java:234)
    2012-07-03 12:18:00 [SEVERE] at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34)
    2012-07-03 12:18:00 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:855)
    2012-07-03 12:18:00 [SEVERE] at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:873)
    2012-07-03 12:18:00 [SEVERE] at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:917)
    2012-07-03 12:18:00 [SEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:491)
    2012-07-03 12:18:00 [SEVERE] at forge.bukkit.ForgeCommandMap.dispatch(ForgeCommandMap.java:54)
    2012-07-03 12:18:00 [SEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    2012-07-03 12:18:00 [SEVERE] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    2012-07-03 12:18:00 [SEVERE] at me.cxdur.passwordsafe.commands.LoginCommand.onCommand(LoginCommand.java:27)
    2012-07-03 12:18:00 [SEVERE] at me.cxdur.passwordsafe.PasswordSafe.getPassword(PasswordSafe.java:84)
    2012-07-03 12:18:00 [SEVERE] at me.cxdur.passwordsafe.sql.MysqlDB.getPassword(MysqlDB.java:82)
    2012-07-03 12:18:00 [SEVERE] at me.cxdur.passwordsafe.sql.MysqlDB.getPlayer(MysqlDB.java:133)
    2012-07-03 12:18:00 [SEVERE] at com.mysql.jdbc.ConnectionImpl.createStatement(ConnectionImpl.java:2467)
    2012-07-03 12:18:00 [SEVERE] at com.mysql.jdbc.ConnectionImpl.createStatement(ConnectionImpl.java:2485)
    2012-07-03 12:18:00 [SEVERE] at com.mysql.jdbc.ConnectionImpl.checkClosed(ConnectionImpl.java:1200)
    2012-07-03 12:18:00 [SEVERE] at com.mysql.jdbc.ConnectionImpl.throwConnectionClosedException(ConnectionImpl.java:1213)
    2012-07-03 12:18:00 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
    2012-07-03 12:18:00 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
    2012-07-03 12:18:00 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
    2012-07-03 12:18:00 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
    2012-07-03 12:18:00 [SEVERE] at com.mysql.jdbc.Util.getInstance(Util.java:382)
    2012-07-03 12:18:00 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
    2012-07-03 12:18:00 [SEVERE] at java.lang.reflect.Constructor.newInstance(Unknown Source)
    2012-07-03 12:18:00 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    2012-07-03 12:18:00 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    2012-07-03 12:18:00 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    2012-07-03 12:18:00 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.Connection was implicitly closed by the driver.
    2012-07-03 12:17:58 [SEVERE] ... 29 more
    2012-07-03 12:17:58 [SEVERE] at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3329)
    2012-07-03 12:17:58 [SEVERE] at java.io.BufferedOutputStream.flush(Unknown Source)
    2012-07-03 12:17:58 [SEVERE] at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
    2012-07-03 12:17:58 [SEVERE] at java.net.SocketOutputStream.write(Unknown Source)
    2012-07-03 12:17:58 [SEVERE] at java.net.SocketOutputStream.socketWrite(Unknown Source)
    2012-07-03 12:17:58 [SEVERE] at java.net.SocketOutputStream.socketWrite0(Native Method)
    2012-07-03 12:17:58 [SEVERE] Caused by: java.net.SocketException: Broken pipe
    2012-07-03 12:17:58 [SEVERE] ... 6 more
    2012-07-03 12:17:58 [SEVERE] at net.minecraft.server.Packet250CustomPayload.handle(SourceFile:46)
    2012-07-03 12:17:58 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:1469)
    2012-07-03 12:17:58 [SEVERE] at forge.MessageManager.dispatchIncomingMessage(MessageManager.java:419)
    2012-07-03 12:17:58 [SEVERE] at forge.PacketHandlerServer.onPacketData(PacketHandlerServer.java:37)
    2012-07-03 12:17:58 [SEVERE] at forge.PacketHandlerServer.onModListResponse(PacketHandlerServer.java:98)
    2012-07-03 12:17:58 [SEVERE] at forge.PacketHandlerServer.finishLogin(PacketHandlerServer.java:153)
    2012-07-03 12:17:58 [SEVERE] at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:132)
    2012-07-03 12:17:58 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:464)
    2012-07-03 12:17:58 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    2012-07-03 12:17:58 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
    2012-07-03 12:17:58 [SEVERE] at java.lang.reflect.Method.invoke(Unknown Source)
    2012-07-03 12:17:58 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2012-07-03 12:17:58 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2012-07-03 12:17:58 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2012-07-03 12:17:58 [SEVERE] at me.cxdur.passwordsafe.listener.PasswordSafeListener.onPlayerJoinEvent(PasswordSafeListener.java:96)
    2012-07-03 12:17:58 [SEVERE] at me.cxdur.passwordsafe.PasswordSafe.addPlayer(PasswordSafe.java:42)
    2012-07-03 12:17:58 [SEVERE] at me.cxdur.passwordsafe.sql.MysqlDB.hasPlayer(MysqlDB.java:47)
    2012-07-03 12:17:58 [SEVERE] at me.cxdur.passwordsafe.sql.MysqlDB.getPlayer(MysqlDB.java:134)
    2012-07-03 12:17:58 [SEVERE] at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1474)
    2012-07-03 12:17:58 [SEVERE] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570)
    2012-07-03 12:17:58 [SEVERE] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)
    2012-07-03 12:17:58 [SEVERE] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
    2012-07-03 12:17:58 [SEVERE] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1967)
    2012-07-03 12:17:58 [SEVERE] at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3348)
    2012-07-03 12:17:58 [SEVERE] at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
    2012-07-03 12:17:58 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
    2012-07-03 12:17:58 [SEVERE] at java.lang.reflect.Constructor.newInstance(Unknown Source)
    2012-07-03 12:17:58 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    2012-07-03 12:17:58 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    2012-07-03 12:17:58 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    2012-07-03 12:17:58 [SEVERE] Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 64,922,310 milliseconds ago. The last packet sent successfully to the server was 64,922,379 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.
    2012-07-03 12:17:58 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    2012-07-03 12:17:58 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:453)
    2012-07-03 12:17:58 [SEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:556)
    2012-07-03 12:17:58 [SEVERE] at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    2012-07-03 12:17:58 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:121)
    2012-07-03 12:17:58 [SEVERE] at net.minecraft.server.NetworkManager.b(NetworkManager.java:234)
    2012-07-03 12:17:58 [SEVERE] at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34)
    2012-07-03 12:17:58 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:855)
    2012-07-03 12:17:58 [SEVERE] at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:873)
    2012-07-03 12:17:58 [SEVERE] at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:917)
    2012-07-03 12:17:58 [SEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:491)
    2012-07-03 12:17:58 [SEVERE] at forge.bukkit.ForgeCommandMap.dispatch(ForgeCommandMap.java:54)
    2012-07-03 12:17:58 [SEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    2012-07-03 12:17:58 [SEVERE] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    2012-07-03 12:17:58 [SEVERE] at me.cxdur.passwordsafe.commands.SetPasswordCommand.onCommand(SetPasswordCommand.java:27)
    2012-07-03 12:17:58 [SEVERE] at me.cxdur.passwordsafe.PasswordSafe.setPassword(PasswordSafe.java:88)
    2012-07-03 12:17:58 [SEVERE] at me.cxdur.passwordsafe.sql.MysqlDB.setPassword(MysqlDB.java:120)
    2012-07-03 12:17:58 [SEVERE] at com.mysql.jdbc.ConnectionImpl.createStatement(ConnectionImpl.java:2467)
    2012-07-03 12:17:58 [SEVERE] at com.mysql.jdbc.ConnectionImpl.createStatement(ConnectionImpl.java:2485)
    2012-07-03 12:17:58 [SEVERE] at com.mysql.jdbc.ConnectionImpl.checkClosed(ConnectionImpl.java:1200)
    2012-07-03 12:17:58 [SEVERE] at com.mysql.jdbc.ConnectionImpl.throwConnectionClosedException(ConnectionImpl.java:1213)
    2012-07-03 12:17:58 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
    2012-07-03 12:17:58 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
    2012-07-03 12:17:58 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
    2012-07-03 12:17:58 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
    2012-07-03 12:17:58 [SEVERE] at com.mysql.jdbc.Util.getInstance(Util.java:382)
    2012-07-03 12:17:58 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
    2012-07-03 12:17:58 [SEVERE] at java.lang.reflect.Constructor.newInstance(Unknown Source)
    2012-07-03 12:17:58 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    2012-07-03 12:17:58 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    2012-07-03 12:17:58 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    2012-07-03 12:17:58 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.Connection was implicitly closed by the driver.
    2012-07-03 12:17:52 [INFO] SQL error on hasPasswordcom.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.Connection was implicitly closed by the driver.
    2012-07-03 12:17:52 [SEVERE] ... 29 more
    2012-07-03 12:17:52 [SEVERE] at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3329)
    2012-07-03 12:17:52 [SEVERE] at java.io.BufferedOutputStream.flush(Unknown Source)
    2012-07-03 12:17:52 [SEVERE] at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
    2012-07-03 12:17:52 [SEVERE] at java.net.SocketOutputStream.write(Unknown Source)
    2012-07-03 12:17:52 [SEVERE] at java.net.SocketOutputStream.socketWrite(Unknown Source)
    2012-07-03 12:17:52 [SEVERE] at java.net.SocketOutputStream.socketWrite0(Native Method)
    2012-07-03 12:17:52 [SEVERE] Caused by: java.net.SocketException: Broken pipe
    2012-07-03 12:17:52 [SEVERE] ... 6 more
    2012-07-03 12:17:52 [SEVERE] at net.minecraft.server.Packet250CustomPayload.handle(SourceFile:46)
    2012-07-03 12:17:52 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:1469)
    2012-07-03 12:17:52 [SEVERE] at forge.MessageManager.dispatchIncomingMessage(MessageManager.java:419)
    2012-07-03 12:17:52 [SEVERE] at forge.PacketHandlerServer.onPacketData(PacketHandlerServer.java:37)
    2012-07-03 12:17:52 [SEVERE] at forge.PacketHandlerServer.onModListResponse(PacketHandlerServer.java:98)
    2012-07-03 12:17:52 [SEVERE] at forge.PacketHandlerServer.finishLogin(PacketHandlerServer.java:153)
    2012-07-03 12:17:52 [SEVERE] at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:132)
    2012-07-03 12:17:52 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:464)
    2012-07-03 12:17:52 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    2012-07-03 12:17:52 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
    2012-07-03 12:17:52 [SEVERE] at java.lang.reflect.Method.invoke(Unknown Source)
    2012-07-03 12:17:52 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2012-07-03 12:17:52 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2012-07-03 12:17:52 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2012-07-03 12:17:52 [SEVERE] at me.cxdur.passwordsafe.listener.PasswordSafeListener.onPlayerJoinEvent(PasswordSafeListener.java:96)
    
     
  2. Offline

    cray_Z

    All i can tell you is that it's a MySql error. Go over it again
     
  3. Offline

    Omnitv

    Plugin list please
     
Thread Status:
Not open for further replies.

Share This Page