Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. com.mysql.jdbc.MysqlDataTruncation: Data truncation: Truncated incorrect DOUBLE value: 'my_groups'
  2. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4206)
  3. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4140)
  4. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2597)
  5. at com.mysql.jdbc.ServerPreparedStatement.serverExecute(ServerPreparedStatement.java:1366)
  6. at com.mysql.jdbc.ServerPreparedStatement.executeInternal(ServerPreparedStatement.java:829)
  7. at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1302)
  8. at com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44)
  9. at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java)
  10. at com.eu.habbo.habbohotel.users.HabboNavigatorWindowSettings.save(HabboNavigatorWindowSettings.java:131)
  11. at com.eu.habbo.habbohotel.users.HabboStats.run(HabboStats.java:236)
  12. at com.eu.habbo.habbohotel.users.HabboStats.dispose(HabboStats.java:246)
  13. at com.eu.habbo.habbohotel.users.Habbo.disconnect(Habbo.java:183)
  14. at com.eu.habbo.habbohotel.gameclients.GameClient.dispose(GameClient.java:123)
  15. at com.eu.habbo.habbohotel.gameclients.GameClientManager.disposeClient(GameClientManager.java:81)
  16. at com.eu.habbo.habbohotel.gameclients.GameClientManager$1.operationComplete(GameClientManager.java:65)
  17. at com.eu.habbo.habbohotel.gameclients.GameClientManager$1.operationComplete(GameClientManager.java:61)
  18. at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:514)
  19. at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:488)
  20. at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:427)
  21. at io.netty.util.concurrent.DefaultPromise.trySuccess(DefaultPromise.java:111)
  22. at io.netty.channel.DefaultChannelPromise.trySuccess(DefaultChannelPromise.java:82)
  23. at io.netty.channel.AbstractChannel$CloseFuture.setClosed(AbstractChannel.java:1058)
  24. at io.netty.channel.AbstractChannel$AbstractUnsafe.doClose0(AbstractChannel.java:686)
  25. at io.netty.channel.AbstractChannel$AbstractUnsafe.close(AbstractChannel.java:664)
  26. at io.netty.channel.AbstractChannel$AbstractUnsafe.close(AbstractChannel.java:607)
  27. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.closeOnRead(AbstractNioByteChannel.java:82)
  28. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:137)
  29. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:651)
  30. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:574)
  31. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:488)
  32. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:450)
  33. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:873)
  34. at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
  35. at java.lang.Thread.run(Thread.java:745)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement