Advertisement
Sinuce

geSuitHomes console error log when /sethome

Jan 13th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.42 KB | None | 0 0
  1. 23:05:10 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot add or update a child row: a foreign key constraint fails (`gesuit`.`homes`, CONSTRAINT `homes_ibfk_1` FOREIGN KEY (`player`) REFERENCES `players` (`playername`) ON DELETE CASCADE ON UPDATE CASCADE)
  2. 23:05:10 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  3. 23:05:10 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  4. 23:05:10 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  5. 23:05:10 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  6. 23:05:10 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:408)
  7. 23:05:10 [SEVERE] at com.mysql.jdbc.Util.getInstance(Util.java:383)
  8. 23:05:10 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1049)
  9. 23:05:10 [SEVERE] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4208)
  10. 23:05:10 [SEVERE] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4140)
  11. 23:05:10 [SEVERE] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2597)
  12. 23:05:10 [SEVERE] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2758)
  13. 23:05:10 [SEVERE] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2826)
  14. 23:05:10 [SEVERE] at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2082)
  15. 23:05:10 [SEVERE] at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2334)
  16. 23:05:10 [SEVERE] at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2262)
  17. 23:05:10 [SEVERE] at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2246)
  18. 23:05:10 [SEVERE] at net.cubespace.geSuit.database.Homes.addHome(Homes.java:37)
  19. 23:05:10 [SEVERE] at net.cubespace.geSuit.managers.HomesManager.createNewHome(HomesManager.java:36)
  20. 23:05:10 [SEVERE] at net.cubespace.geSuit.listeners.HomesMessageListener.receivePluginMessage(HomesMessageListener.java:62)
  21. 23:05:10 [SEVERE] at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
  22. 23:05:10 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  23. 23:05:10 [SEVERE] at java.lang.reflect.Method.invoke(Method.java:606)
  24. 23:05:10 [SEVERE] at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:19)
  25. 23:05:10 [SEVERE] at net.md_5.bungee.event.EventBus.post(EventBus.java:47)
  26. 23:05:10 [SEVERE] at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:367)
  27. 23:05:10 [SEVERE] at net.md_5.bungee.connection.DownstreamBridge.handle(DownstreamBridge.java:222)
  28. 23:05:10 [SEVERE] at net.md_5.bungee.protocol.packet.PluginMessage.handle(PluginMessage.java:62)
  29. 23:05:10 [SEVERE] at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:75)
  30. 23:05:10 [SEVERE] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
  31. 23:05:10 [SEVERE] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
  32. 23:05:10 [SEVERE] at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
  33. 23:05:10 [SEVERE] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
  34. 23:05:10 [SEVERE] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
  35. 23:05:10 [SEVERE] at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
  36. 23:05:10 [SEVERE] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
  37. 23:05:10 [SEVERE] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
  38. 23:05:10 [SEVERE] at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
  39. 23:05:10 [SEVERE] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
  40. 23:05:10 [SEVERE] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
  41. 23:05:10 [SEVERE] at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
  42. 23:05:10 [SEVERE] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
  43. 23:05:10 [SEVERE] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
  44. 23:05:10 [SEVERE] at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
  45. 23:05:10 [SEVERE] at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130)
  46. 23:05:10 [SEVERE] at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  47. 23:05:10 [SEVERE] at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  48. 23:05:10 [SEVERE] at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  49. 23:05:10 [SEVERE] at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  50. 23:05:10 [SEVERE] at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  51. 23:05:10 [SEVERE] at java.lang.Thread.run(Thread.java:745)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement