Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

日志:java.lang.NoSuchMethodError: java.nio.ByteBuffer.clear()Ljava/nio/ByteBuffer; #46

Open
whitemo123 opened this issue Jul 14, 2024 · 1 comment

Comments

@whitemo123
Copy link

whitemo123 commented Jul 14, 2024

java.lang.NoSuchMethodError: java.nio.ByteBuffer.clear()Ljava/nio/ByteBuffer;
[2024-07-14 09:28:13,176 [eventRecorder]  INFO EventTrace:147]  sessionId:f61bfb8f-f91d-4eb9-9337-daa74bf7fb0e -> 	at cn.iinti.sekiro3.business.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:360)
[2024-07-14 09:28:13,177 [eventRecorder]  INFO EventTrace:147]  sessionId:f61bfb8f-f91d-4eb9-9337-daa74bf7fb0e -> 	at cn.iinti.sekiro3.business.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:899)
[2024-07-14 09:28:13,177 [eventRecorder]  INFO EventTrace:147]  sessionId:f61bfb8f-f91d-4eb9-9337-daa74bf7fb0e -> 	at cn.iinti.sekiro3.business.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:276)
[2024-07-14 09:28:13,177 [eventRecorder]  INFO EventTrace:147]  sessionId:f61bfb8f-f91d-4eb9-9337-daa74bf7fb0e -> 	at cn.iinti.sekiro3.business.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:119)
[2024-07-14 09:28:13,178 [eventRecorder]  INFO EventTrace:147]  sessionId:f61bfb8f-f91d-4eb9-9337-daa74bf7fb0e -> 	at cn.iinti.sekiro3.business.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:643)
[2024-07-14 09:28:13,178 [eventRecorder]  INFO EventTrace:147]  sessionId:f61bfb8f-f91d-4eb9-9337-daa74bf7fb0e -> 	at cn.iinti.sekiro3.business.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:566)
[2024-07-14 09:28:13,178 [eventRecorder]  INFO EventTrace:147]  sessionId:f61bfb8f-f91d-4eb9-9337-daa74bf7fb0e -> 	at cn.iinti.sekiro3.business.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:480)
[2024-07-14 09:28:13,178 [eventRecorder]  INFO EventTrace:147]  sessionId:f61bfb8f-f91d-4eb9-9337-daa74bf7fb0e -> 	at cn.iinti.sekiro3.business.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:442)
[2024-07-14 09:28:13,178 [eventRecorder]  INFO EventTrace:147]  sessionId:f61bfb8f-f91d-4eb9-9337-daa74bf7fb0e -> 	at cn.iinti.sekiro3.business.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:131)
[2024-07-14 09:28:13,179 [eventRecorder]  INFO EventTrace:147]  sessionId:f61bfb8f-f91d-4eb9-9337-daa74bf7fb0e -> 	at cn.iinti.sekiro3.business.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
[2024-07-14 09:28:13,179 [eventRecorder]  INFO EventTrace:147]  sessionId:f61bfb8f-f91d-4eb9-9337-daa74bf7fb0e -> 	at java.lang.Thread.run(Thread.java:748)

下载open版本2024的20240313在centos上运行,jdk版本1.8,然后访问http://ip:5612/business-demo/groupList显示ERR_CONNECTION_RESET,再发现日志就有这个错误,一直在刷
image
image

@mz135135
Copy link

mz135135 commented Jul 14, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants