You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/07/08 08:46:16 UTC

[GitHub] [dolphinscheduler] wordhardqi commented on issue #4134: [Bug][Module Name] 2020-12-01 09:25:56.200 org.apache.dolphinscheduler.remote.handler.NettyServerHandler:[143] - exceptionCaught : java.lang.IllegalArgumentException: illegal packet [magic]69

wordhardqi commented on issue #4134:
URL: https://github.com/apache/dolphinscheduler/issues/4134#issuecomment-876254284


   encountered the same issue on dev branch. 
   ```
   16:41:07.923 [NettyServerWorkerThread_1] ERROR org.apache.dolphinscheduler.remote.handler.NettyServerHandler - exceptionCaught : java.lang.IllegalArgumentException: illegal packet [magic]98
   io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: illegal packet [magic]98
           at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:421)
           at io.netty.handler.codec.ReplayingDecoder.channelInputClosed(ReplayingDecoder.java:329)
           at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:371)
           at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:354)
           at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:262)
           at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:248)
           at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:241)
           at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1405)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org