Files
Archive/retro/emulator/logging/errors/sql.txt

321 lines
29 KiB
Plaintext

10:57:27.621 [HabExec-1-8] ERROR LegacyLogger - [ERROR] SQLException
java.sql.SQLSyntaxErrorException: Table 'habbo_retro.saved_stack' doesn't exist
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at com.furnibuilder.copystackv2.StackManager.loadStacks(StackManager.java:25)
at com.furnibuilder.copystackv2.StackManager.<init>(StackManager.java:18)
at com.furnibuilder.copystackv2.CopyStackV2.onUserLoginEvent(CopyStackV2.java:182)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.eu.habbo.plugin.PluginManager.fireEvent(PluginManager.java:397)
at com.eu.habbo.messages.incoming.handshake.SecureLoginEvent.handle(SecureLoginEvent.java:191)
at com.eu.habbo.messages.PacketManager.handlePacket(PacketManager.java:214)
at com.eu.habbo.threading.runnables.ChannelReadHandler.run(ChannelReadHandler.java:24)
at com.eu.habbo.threading.ThreadPooling.lambda$run$0(ThreadPooling.java:48)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:1570)
10:57:32.288 [HabExec-1-5] ERROR com.eu.habbo.habbohotel.rooms.RoomManager - Caught SQL exception
java.sql.SQLSyntaxErrorException: Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'habbo_retro.room_enter_log.timestamp' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at com.eu.habbo.habbohotel.rooms.RoomManager.getRoomsVisited(RoomManager.java:1231)
at com.eu.habbo.habbohotel.navigation.NavigatorManager.getRoomsForCategory(NavigatorManager.java:141)
at com.eu.habbo.habbohotel.navigation.NavigatorUserFilter.getResult(NavigatorUserFilter.java:33)
at com.eu.habbo.messages.incoming.navigator.RequestNewNavigatorRoomsEvent.handle(RequestNewNavigatorRoomsEvent.java:68)
at com.eu.habbo.messages.PacketManager.handlePacket(PacketManager.java:214)
at com.eu.habbo.threading.runnables.ChannelReadHandler.run(ChannelReadHandler.java:24)
at com.eu.habbo.threading.ThreadPooling.lambda$run$0(ThreadPooling.java:48)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:1570)
10:57:38.128 [HabExec-1-2] ERROR com.eu.habbo.habbohotel.rooms.RoomManager - Caught SQL exception
java.sql.SQLSyntaxErrorException: Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'habbo_retro.room_enter_log.timestamp' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at com.eu.habbo.habbohotel.rooms.RoomManager.getRoomsVisited(RoomManager.java:1231)
at com.eu.habbo.habbohotel.navigation.NavigatorManager.getRoomsForCategory(NavigatorManager.java:141)
at com.eu.habbo.habbohotel.navigation.NavigatorUserFilter.getResult(NavigatorUserFilter.java:33)
at com.eu.habbo.messages.incoming.navigator.RequestNewNavigatorRoomsEvent.handle(RequestNewNavigatorRoomsEvent.java:68)
at com.eu.habbo.messages.PacketManager.handlePacket(PacketManager.java:214)
at com.eu.habbo.threading.runnables.ChannelReadHandler.run(ChannelReadHandler.java:24)
at com.eu.habbo.threading.ThreadPooling.lambda$run$0(ThreadPooling.java:48)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:1570)
10:57:55.397 [HabExec-1-8] ERROR LegacyLogger - [ERROR] SQLException
java.sql.SQLSyntaxErrorException: Table 'habbo_retro.saved_stack' doesn't exist
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at com.furnibuilder.copystackv2.StackManager.loadStacks(StackManager.java:25)
at com.furnibuilder.copystackv2.StackManager.<init>(StackManager.java:18)
at com.furnibuilder.copystackv2.CopyStackV2.onUserLoginEvent(CopyStackV2.java:182)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.eu.habbo.plugin.PluginManager.fireEvent(PluginManager.java:397)
at com.eu.habbo.messages.incoming.handshake.SecureLoginEvent.handle(SecureLoginEvent.java:191)
at com.eu.habbo.messages.PacketManager.handlePacket(PacketManager.java:214)
at com.eu.habbo.threading.runnables.ChannelReadHandler.run(ChannelReadHandler.java:24)
at com.eu.habbo.threading.ThreadPooling.lambda$run$0(ThreadPooling.java:48)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:1570)
10:58:02.303 [HabExec-1-5] ERROR com.eu.habbo.habbohotel.rooms.RoomManager - Caught SQL exception
java.sql.SQLSyntaxErrorException: Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'habbo_retro.room_enter_log.timestamp' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at com.eu.habbo.habbohotel.rooms.RoomManager.getRoomsVisited(RoomManager.java:1231)
at com.eu.habbo.habbohotel.navigation.NavigatorManager.getRoomsForCategory(NavigatorManager.java:141)
at com.eu.habbo.habbohotel.navigation.NavigatorUserFilter.getResult(NavigatorUserFilter.java:33)
at com.eu.habbo.messages.incoming.navigator.RequestNewNavigatorRoomsEvent.handle(RequestNewNavigatorRoomsEvent.java:68)
at com.eu.habbo.messages.PacketManager.handlePacket(PacketManager.java:214)
at com.eu.habbo.threading.runnables.ChannelReadHandler.run(ChannelReadHandler.java:24)
at com.eu.habbo.threading.ThreadPooling.lambda$run$0(ThreadPooling.java:48)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:1570)
10:59:24.310 [HabExec-1-2] ERROR com.eu.habbo.habbohotel.rooms.RoomManager - Caught SQL exception
java.sql.SQLSyntaxErrorException: Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'habbo_retro.room_enter_log.timestamp' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at com.eu.habbo.habbohotel.rooms.RoomManager.getRoomsVisited(RoomManager.java:1231)
at com.eu.habbo.habbohotel.navigation.NavigatorManager.getRoomsForCategory(NavigatorManager.java:141)
at com.eu.habbo.habbohotel.navigation.NavigatorUserFilter.getResult(NavigatorUserFilter.java:33)
at com.eu.habbo.messages.incoming.navigator.RequestNewNavigatorRoomsEvent.handle(RequestNewNavigatorRoomsEvent.java:68)
at com.eu.habbo.messages.PacketManager.handlePacket(PacketManager.java:214)
at com.eu.habbo.threading.runnables.ChannelReadHandler.run(ChannelReadHandler.java:24)
at com.eu.habbo.threading.ThreadPooling.lambda$run$0(ThreadPooling.java:48)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:1570)
11:15:58.053 [HabExec-1-2] ERROR LegacyLogger - [ERROR] SQLException
java.sql.SQLSyntaxErrorException: Table 'habbo_retro.saved_stack' doesn't exist
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at com.furnibuilder.copystackv2.StackManager.loadStacks(StackManager.java:25)
at com.furnibuilder.copystackv2.StackManager.<init>(StackManager.java:18)
at com.furnibuilder.copystackv2.CopyStackV2.onUserLoginEvent(CopyStackV2.java:182)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.eu.habbo.plugin.PluginManager.fireEvent(PluginManager.java:397)
at com.eu.habbo.messages.incoming.handshake.SecureLoginEvent.handle(SecureLoginEvent.java:191)
at com.eu.habbo.messages.PacketManager.handlePacket(PacketManager.java:214)
at com.eu.habbo.threading.runnables.ChannelReadHandler.run(ChannelReadHandler.java:24)
at com.eu.habbo.threading.ThreadPooling.lambda$run$0(ThreadPooling.java:48)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:1570)
11:21:07.432 [HabExec-1-8] ERROR LegacyLogger - [ERROR] SQLException
java.sql.SQLSyntaxErrorException: Table 'habbo_retro.saved_stack' doesn't exist
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at com.furnibuilder.copystackv2.StackManager.loadStacks(StackManager.java:25)
at com.furnibuilder.copystackv2.StackManager.<init>(StackManager.java:18)
at com.furnibuilder.copystackv2.CopyStackV2.onUserLoginEvent(CopyStackV2.java:182)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.eu.habbo.plugin.PluginManager.fireEvent(PluginManager.java:397)
at com.eu.habbo.messages.incoming.handshake.SecureLoginEvent.handle(SecureLoginEvent.java:191)
at com.eu.habbo.messages.PacketManager.handlePacket(PacketManager.java:214)
at com.eu.habbo.threading.runnables.ChannelReadHandler.run(ChannelReadHandler.java:24)
at com.eu.habbo.threading.ThreadPooling.lambda$run$0(ThreadPooling.java:48)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:1570)
11:21:11.411 [HabExec-1-8] ERROR com.eu.habbo.habbohotel.rooms.RoomManager - Caught SQL exception
java.sql.SQLSyntaxErrorException: Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'habbo_retro.room_enter_log.timestamp' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at com.eu.habbo.habbohotel.rooms.RoomManager.getRoomsVisited(RoomManager.java:1231)
at com.eu.habbo.habbohotel.navigation.NavigatorManager.getRoomsForCategory(NavigatorManager.java:141)
at com.eu.habbo.habbohotel.navigation.NavigatorUserFilter.getResult(NavigatorUserFilter.java:33)
at com.eu.habbo.messages.incoming.navigator.RequestNewNavigatorRoomsEvent.handle(RequestNewNavigatorRoomsEvent.java:68)
at com.eu.habbo.messages.PacketManager.handlePacket(PacketManager.java:214)
at com.eu.habbo.threading.runnables.ChannelReadHandler.run(ChannelReadHandler.java:24)
at com.eu.habbo.threading.ThreadPooling.lambda$run$0(ThreadPooling.java:48)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:1570)
11:21:18.271 [HabExec-1-5] ERROR com.eu.habbo.habbohotel.rooms.RoomManager - Caught SQL exception
java.sql.SQLSyntaxErrorException: Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'habbo_retro.room_enter_log.timestamp' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at com.eu.habbo.habbohotel.rooms.RoomManager.getRoomsVisited(RoomManager.java:1231)
at com.eu.habbo.habbohotel.navigation.NavigatorManager.getRoomsForCategory(NavigatorManager.java:141)
at com.eu.habbo.habbohotel.navigation.NavigatorUserFilter.getResult(NavigatorUserFilter.java:33)
at com.eu.habbo.messages.incoming.navigator.RequestNewNavigatorRoomsEvent.handle(RequestNewNavigatorRoomsEvent.java:68)
at com.eu.habbo.messages.PacketManager.handlePacket(PacketManager.java:214)
at com.eu.habbo.threading.runnables.ChannelReadHandler.run(ChannelReadHandler.java:24)
at com.eu.habbo.threading.ThreadPooling.lambda$run$0(ThreadPooling.java:48)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:1570)
11:32:27.395 [HabExec-1-3] ERROR LegacyLogger - [ERROR] SQLException
java.sql.SQLSyntaxErrorException: Table 'habbo_retro.saved_stack' doesn't exist
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at com.furnibuilder.copystackv2.StackManager.loadStacks(StackManager.java:25)
at com.furnibuilder.copystackv2.StackManager.<init>(StackManager.java:18)
at com.furnibuilder.copystackv2.CopyStackV2.onUserLoginEvent(CopyStackV2.java:182)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.eu.habbo.plugin.PluginManager.fireEvent(PluginManager.java:397)
at com.eu.habbo.messages.incoming.handshake.SecureLoginEvent.handle(SecureLoginEvent.java:191)
at com.eu.habbo.messages.PacketManager.handlePacket(PacketManager.java:214)
at com.eu.habbo.threading.runnables.ChannelReadHandler.run(ChannelReadHandler.java:24)
at com.eu.habbo.threading.ThreadPooling.lambda$run$0(ThreadPooling.java:48)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:1570)
11:33:35.594 [HabExec-1-5] ERROR LegacyLogger - [ERROR] SQLException
java.sql.SQLSyntaxErrorException: Table 'habbo_retro.saved_stack' doesn't exist
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at com.furnibuilder.copystackv2.StackManager.loadStacks(StackManager.java:25)
at com.furnibuilder.copystackv2.StackManager.<init>(StackManager.java:18)
at com.furnibuilder.copystackv2.CopyStackV2.onUserLoginEvent(CopyStackV2.java:182)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.eu.habbo.plugin.PluginManager.fireEvent(PluginManager.java:397)
at com.eu.habbo.messages.incoming.handshake.SecureLoginEvent.handle(SecureLoginEvent.java:191)
at com.eu.habbo.messages.PacketManager.handlePacket(PacketManager.java:214)
at com.eu.habbo.threading.runnables.ChannelReadHandler.run(ChannelReadHandler.java:24)
at com.eu.habbo.threading.ThreadPooling.lambda$run$0(ThreadPooling.java:48)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:1570)
12:03:02.400 [HabExec-1-2] ERROR LegacyLogger - [ERROR] SQLException
java.sql.SQLSyntaxErrorException: Table 'habbo_retro.saved_stack' doesn't exist
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1003)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at com.furnibuilder.copystackv2.StackManager.loadStacks(StackManager.java:25)
at com.furnibuilder.copystackv2.StackManager.<init>(StackManager.java:18)
at com.furnibuilder.copystackv2.CopyStackV2.onUserLoginEvent(CopyStackV2.java:182)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.eu.habbo.plugin.PluginManager.fireEvent(PluginManager.java:397)
at com.eu.habbo.messages.incoming.handshake.SecureLoginEvent.handle(SecureLoginEvent.java:191)
at com.eu.habbo.messages.PacketManager.handlePacket(PacketManager.java:214)
at com.eu.habbo.threading.runnables.ChannelReadHandler.run(ChannelReadHandler.java:24)
at com.eu.habbo.threading.ThreadPooling.lambda$run$0(ThreadPooling.java:48)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:1570)