Skip to content

SQL Error on shutdown #11

@crackscout123

Description

@crackscout123

`19:56:34 [SEVERE] java.sql.SQLException: database connection closed

19:56:34 [SEVERE] at org.sqlite.SQLiteConnection.checkOpen(SQLiteConnection.java:429)

19:56:34 [SEVERE] at org.sqlite.jdbc4.JDBC4Connection.prepareStatement(JDBC4Connection.java:31)

19:56:34 [SEVERE] at org.sqlite.jdbc3.JDBC3Connection.prepareStatement(JDBC3Connection.java:225)

19:56:34 [SEVERE] at org.sqlite.jdbc3.JDBC3Connection.prepareStatement(JDBC3Connection.java:205)

19:56:34 [SEVERE] at eu.crackscout.partynfriends.utils.FriendsManager.updateLastSeen(FriendsManager.java:264)

19:56:34 [SEVERE] at eu.crackscout.partynfriends.handlers.PlayerDisconnectListener.onPlayerDisconnectEvent(PlayerDisconnectListener.java:22)

19:56:34 [SEVERE] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)

19:56:34 [SEVERE] at java.base/java.lang.reflect.Method.invoke(Method.java:580)

19:56:34 [SEVERE] at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:19)

19:56:34 [SEVERE] at net.md_5.bungee.event.EventBus.post(EventBus.java:49)

19:56:34 [SEVERE] at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:448)

19:56:34 [SEVERE] at net.md_5.bungee.connection.UpstreamBridge.disconnected(UpstreamBridge.java:74)

19:56:34 [SEVERE] at net.md_5.bungee.netty.HandlerBoss.channelInactive(HandlerBoss.java:62)

19:56:34 [SEVERE] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:303)

19:56:34 [SEVERE] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:281)

19:56:34 [SEVERE] at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:274)

19:56:34 [SEVERE] at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:81)

19:56:34 [SEVERE] at io.netty.handler.timeout.IdleStateHandler.channelInactive(IdleStateHandler.java:280)

19:56:34 [SEVERE] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:303)

19:56:34 [SEVERE] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:281)

19:56:34 [SEVERE] at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:274)

19:56:34 [SEVERE] at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:412)

19:56:34 [SEVERE] at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:377)

19:56:34 [SEVERE] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:303)

19:56:34 [SEVERE] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:281)

19:56:34 [SEVERE] at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:274)

19:56:34 [SEVERE] at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1352)

19:56:34 [SEVERE] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:301)

19:56:34 [SEVERE] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:281)

19:56:34 [SEVERE] at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:850)

19:56:34 [SEVERE] at io.netty.channel.AbstractChannel$AbstractUnsafe$7.run(AbstractChannel.java:811)

19:56:34 [SEVERE] at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173)

19:56:34 [SEVERE] at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166)

19:56:34 [SEVERE] at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)

19:56:34 [SEVERE] at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569)

19:56:34 [SEVERE] at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)

19:56:34 [SEVERE] at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)

19:56:34 [SEVERE] at java.base/java.lang.Thread.run(Thread.java:1583)

19:56:34 [SEVERE] java.sql.SQLException: database connection closed

19:56:34 [SEVERE] at org.sqlite.SQLiteConnection.checkOpen(SQLiteConnection.java:429)

19:56:34 [SEVERE] at org.sqlite.jdbc4.JDBC4Connection.prepareStatement(JDBC4Connection.java:31)

19:56:34 [SEVERE] at org.sqlite.jdbc3.JDBC3Connection.prepareStatement(JDBC3Connection.java:225)

19:56:34 [SEVERE] at org.sqlite.jdbc3.JDBC3Connection.prepareStatement(JDBC3Connection.java:205)

19:56:34 [SEVERE] at eu.crackscout.partynfriends.utils.FriendsManager.updateLastSeen(FriendsManager.java:264)

19:56:34 [SEVERE] at eu.crackscout.partynfriends.handlers.PlayerDisconnectListener.onPlayerDisconnectEvent(PlayerDisconnectListener.java:22)

19:56:34 [SEVERE] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)

19:56:34 [SEVERE] at java.base/java.lang.reflect.Method.invoke(Method.java:580)

19:56:34 [SEVERE] at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:19)

19:56:34 [SEVERE] at net.md_5.bungee.event.EventBus.post(EventBus.java:49)

19:56:34 [SEVERE] at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:448)

19:56:34 [SEVERE] at net.md_5.bungee.connection.UpstreamBridge.disconnected(UpstreamBridge.java:74)

19:56:34 [SEVERE] at net.md_5.bungee.netty.HandlerBoss.channelInactive(HandlerBoss.java:62)

19:56:34 [SEVERE] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:303)

19:56:34 [SEVERE] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:281)

19:56:34 [SEVERE] at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:274)

19:56:34 [SEVERE] at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:81)

19:56:34 [SEVERE] at io.netty.handler.timeout.IdleStateHandler.channelInactive(IdleStateHandler.java:280)

19:56:34 [SEVERE] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:303)

19:56:34 [SEVERE] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:281)

19:56:34 [SEVERE] at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:274)

19:56:34 [SEVERE] at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:412)

19:56:34 [SEVERE] at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:377)

19:56:34 [INFO] [crackscout] -> UpstreamBridge has disconnected
19:56:34 [SEVERE] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:303)

19:56:34 [SEVERE] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:281)

19:56:34 [SEVERE] at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:274)

19:56:34 [SEVERE] at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1352)

19:56:34 [SEVERE] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:301)

19:56:34 [SEVERE] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:281)

19:56:34 [SEVERE] at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:850)

19:56:34 [SEVERE] at io.netty.channel.AbstractChannel$AbstractUnsafe$7.run(AbstractChannel.java:811)

19:56:34 [SEVERE] at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173)

19:56:34 [SEVERE] at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166)

19:56:34 [SEVERE] at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)

19:56:34 [SEVERE] at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569)

19:56:34 [SEVERE] at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)

19:56:34 [SEVERE] at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)

19:56:34 [SEVERE] at java.base/java.lang.Thread.run(Thread.java:1583)
`

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions