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

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 mac电脑,安装charles后无法正常抓包
  • ¥18 visio打开文件一直显示文件未找到
  • ¥15 请教一下,openwrt如何让同一usb储存设备拔插后设备符号不变?
  • ¥30 使用quartz框架进行分布式任务定时调度,启动了两个实例,但是只有一个实例参与调度,另外一个实例没有参与调度,不知道是为什么?请各位帮助看一下原因!!
  • ¥50 怎么获取Ace Editor中的python代码后怎么调用Skulpt执行代码
  • ¥30 fpga基于dds生成幅值相位频率和波形可调的容易信号发生器。
  • ¥15 R语言shiny包和ncdf4包报错
  • ¥15 origin绘制有显著差异的柱状图和聚类热图
  • ¥20 simulink实现滑模控制和pid控制对比,提现前者优势