萝卜白菜。 2021-06-04 22:45 采纳率: 100%
浏览 48
已结题

TongWeb6报错decode error

[2018-08-30 09:01:01] [WARNING] [rmi-service] [decode error]
[2018-08-30 09:01:01] [WARNING] [System.out] [com.tongweb.netty.handler.codec.TooLongFrameException: Adjusted frame length exceeds 10485760: 4009689092 - discarded]
[2018-08-30 09:01:01] [WARNING] [System.out] [    at com.tongweb.netty.handler.codec.LengthFieldBasedFrameDecoder.fail(LengthFieldBasedFrameDecoder.java:501)]
[2018-08-30 09:01:01] [WARNING] [System.out] [    at com.tongweb.netty.handler.codec.LengthFieldBasedFrameDecoder.failIfNecessary(LengthFieldBasedFrameDecoder.java:477)]
[2018-08-30 09:01:01] [WARNING] [System.out] [    at com.tongweb.netty.handler.codec.LengthFieldBasedFrameDecoder.decode(LengthFieldBasedFrameDecoder.java:403)]
[2018-08-30 09:01:01] [WARNING] [System.out] [    at com.tongweb.tongejb.nio.server.EjbServerDecoder.decode(EjbServerDecoder.java:90)]
[2018-08-30 09:01:01] [WARNING] [System.out] [    at com.tongweb.tongejb.nio.server.EjbServerDecoder.decode(EjbServerDecoder.java:61)]
[2018-08-30 09:01:01] [WARNING] [System.out] [    at com.tongweb.netty.handler.codec.LengthFieldBasedFrameDecoder.decode(LengthFieldBasedFrameDecoder.java:343)]
[2018-08-30 09:01:01] [WARNING] [System.out] [    at com.tongweb.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:268)]
[2018-08-30 09:01:01] [WARNING] [System.out] [    at com.tongweb.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:168)]
[2018-08-30 09:01:01] [WARNING] [System.out] [    at com.tongweb.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)]
[2018-08-30 09:01:01] [WARNING] [System.out] [    at com.tongweb.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)]
[2018-08-30 09:01:01] [WARNING] [System.out] [    at com.tongweb.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:254)]
[2018-08-30 09:01:01] [WARNING] [System.out] [    at com.tongweb.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)]
[2018-08-30 09:01:01] [WARNING] [System.out] [    at com.tongweb.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)]
[2018-08-30 09:01:01] [WARNING] [System.out] [    at com.tongweb.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)]
[2018-08-30 09:01:01] [WARNING] [System.out] [    at com.tongweb.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130)]
[2018-08-30 09:01:01] [WARNING] [System.out] [    at com.tongweb.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)]
[2018-08-30 09:01:01] [WARNING] [System.out] [    at com.tongweb.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)]
[2018-08-30 09:01:01] [WARNING] [System.out] [    at com.tongweb.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)]
[2018-08-30 09:01:01] [WARNING] [System.out] [    at com.tongweb.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)]
[2018-08-30 09:01:01] [WARNING] [System.out] [    at com.tongweb.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)]
[2018-08-30 09:01:01] [WARNING] [System.out] [    at com.tongweb.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137)]
[2018-08-30 09:01:01] [WARNING] [System.out] [    at java.lang.Thread.run(Thread.java:745)]

  • 写回答

1条回答 默认 最新

  • 萝卜白菜。 2021-06-04 23:11
    关注

    原因:这是因为有非法的请求访问TongWeb6的netty线程池,但报文格式不对于是报错。  可以忽略此异常, 或通过netstat看是哪里来的访问,找到后禁止访问。

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

问题事件

  • 已结题 (查看结题原因) 1月16日

悬赏问题

  • ¥15 想咨询点问题,与算法转换,负荷预测,数字孪生有关
  • ¥15 C#中的编译平台的区别影响
  • ¥15 软件供应链安全是跟可靠性有关还是跟安全性有关?
  • ¥15 电脑蓝屏logfilessrtsrttrail问题
  • ¥20 关于wordpress建站遇到的问题!(语言-php)(相关搜索:云服务器)
  • ¥15 【求职】怎么找到一个周围人素质都很高不会欺负他人,并且未来月薪能够达到一万以上(技术岗)的工作?希望可以收到写有具体,可靠,已经实践过了的路径的回答?
  • ¥15 Java+vue部署版本反编译
  • ¥100 对反编译和ai熟悉的开发者。
  • ¥15 带序列特征的多输出预测模型
  • ¥15 Python 如何安装 distutils模块