Bugg?

Issue #627 invalid
Buggyz created an issue

I have this bugg in the emulator:

[HikariPool-1 housekeeper] WARN com.zaxxer.hikari.pool.ProxyLeakTask - Connection leak detection triggered for com.mysql.jdbc.JDBC4Connection@69f915d5, stack trace follows java.lang.Exception: Apparent connection leak detected at com.eu.habbo.habbohotel.users.inventory.ItemsComponent.loadItems(ItemsComponent.java:34) at com.eu.habbo.habbohotel.users.inventory.ItemsComponent.<init>(ItemsComponent.java:27) at com.eu.habbo.habbohotel.users.HabboInventory.<init>(HabboInventory.java:52) at com.eu.habbo.habbohotel.users.Habbo.<init>(Habbo.java:53) at com.eu.habbo.habbohotel.users.HabboManager.loadHabbo(HabboManager.java:125) at com.eu.habbo.messages.incoming.handshake.SecureLoginEvent.handle(SecureLoginEvent.java:65) at com.eu.habbo.messages.PacketManager.handlePacket(PacketManager.java:151) at com.eu.habbo.threading.runnables.ChannelReadHandler.run(ChannelReadHandler.java:27) at com.eu.habbo.threading.ThreadPooling$1.run(ThreadPooling.java:52) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144) at java.lang.Thread.run(Unknown Source)

Comments (4)

  1. Log in to comment