Dremio docker container not working

Here is the log:

2023-10-18 08:30:11 2023-10-18 12:30:11,570 [UserServer-1] ERROR c.d.exec.rpc.RpcExceptionHandler - Exception in RPC communication. Connection: /172.17.0.2:31010 ↔ /192.168.65.1:30145 (user client). Closing connection.
2023-10-18 08:30:11 io.netty.handler.codec.CorruptedFrameException: Expected to read a tag of 10 but actually received a value of 69. Happened after reading 0 message.
2023-10-18 08:30:11 at com.dremio.exec.rpc.MessageDecoder.checkTag(MessageDecoder.java:232)
2023-10-18 08:30:11 at com.dremio.exec.rpc.MessageDecoder.decodeMessage(MessageDecoder.java:145)
2023-10-18 08:30:11 at com.dremio.exec.rpc.MessageDecoder.decode(MessageDecoder.java:71)
2023-10-18 08:30:11 at com.dremio.sabot.rpc.user.UserProtobufLengthDecoder.decode(UserProtobufLengthDecoder.java:35)
2023-10-18 08:30:11 at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:529)
2023-10-18 08:30:11 at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:468)
2023-10-18 08:30:11 at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290)
2023-10-18 08:30:11 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
2023-10-18 08:30:11 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
2023-10-18 08:30:11 at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
2023-10-18 08:30:11 at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
2023-10-18 08:30:11 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
2023-10-18 08:30:11 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
2023-10-18 08:30:11 at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
2023-10-18 08:30:11 at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
2023-10-18 08:30:11 at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
2023-10-18 08:30:11 at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
2023-10-18 08:30:11 at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
2023-10-18 08:30:11 at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
2023-10-18 08:30:11 at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
2023-10-18 08:30:11 at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
2023-10-18 08:30:11 at java.lang.Thread.run(Thread.java:750)
2023-10-18 08:30:11 2023-10-18 12:30:11,571 [UserServer-1] INFO c.d.sabot.rpc.user.UserRPCServer - [USER]: Channel closed /172.17.0.2:31010 ↔ /192.168.65.1:30145 (user client)
2023-10-18 08:30:11 2023-10-18 12:30:11,571 [UserServer-1] WARN c.d.e.s.o.SessionOptionManagerFactoryImpl - Could not find session with sessionId 9e917259-bcf0-46d8-8be2-45a37a04cd5b.
2023-10-18 08:30:11 2023-10-18 12:30:11,571 [UserServer-1] INFO com.dremio.ConnectionLog - [9e917259-bcf0-46d8-8be2-45a37a04cd5b] Connection Closed
2023-10-18 08:30:11 2023-10-18 12:30:11,571 [UserServer-1] INFO com.dremio.exec.rpc.MessageDecoder - Channel is closed, discarding remaining 608 byte(s) in buffer.
2023-10-18 08:30:11 2023-10-18 12:30:11,574 [UserServer-1] ERROR c.d.exec.rpc.RpcExceptionHandler - Exception in RPC communication. Connection: /172.17.0.2:31010 ↔ /192.168.65.1:30146 (user client). Closing connection.
2023-10-18 08:30:11 io.netty.handler.codec.CorruptedFrameException: Expected to read a tag of 10 but actually received a value of 69. Happened after reading 0 message.
2023-10-18 08:30:11 at com.dremio.exec.rpc.MessageDecoder.checkTag(MessageDecoder.java:232)
2023-10-18 08:30:11 at com.dremio.exec.rpc.MessageDecoder.decodeMessage(MessageDecoder.java:145)
2023-10-18 08:30:11 at com.dremio.exec.rpc.MessageDecoder.decode(MessageDecoder.java:71)
2023-10-18 08:30:11 at com.dremio.sabot.rpc.user.UserProtobufLengthDecoder.decode(UserProtobufLengthDecoder.java:35)
2023-10-18 08:30:11 at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:529)
2023-10-18 08:30:11 at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:468)
2023-10-18 08:30:11 at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290)
2023-10-18 08:30:11 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
2023-10-18 08:30:11 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
2023-10-18 08:30:11 at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
2023-10-18 08:30:11 at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
2023-10-18 08:30:11 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
2023-10-18 08:30:11 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
2023-10-18 08:30:11 at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
2023-10-18 08:30:11 at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
2023-10-18 08:30:11 at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
2023-10-18 08:30:11 at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
2023-10-18 08:30:11 at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
2023-10-18 08:30:11 at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
2023-10-18 08:30:11 at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
2023-10-18 08:30:11 at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
2023-10-18 08:30:11 at java.lang.Thread.run(Thread.java:750)
2023-10-18 08:30:11 2023-10-18 12:30:11,574 [UserServer-1] INFO c.d.sabot.rpc.user.UserRPCServer - [USER]: Channel closed /172.17.0.2:31010 ↔ /192.168.65.1:30146 (user client)
2023-10-18 08:30:11 2023-10-18 12:30:11,574 [UserServer-1] WARN c.d.e.s.o.SessionOptionManagerFactoryImpl - Could not find session with sessionId cc760be5-0656-4ad3-a2b4-3f82041f4da1.
2023-10-18 08:30:11 2023-10-18 12:30:11,574 [UserServer-1] INFO com.dremio.ConnectionLog - [cc760be5-0656-4ad3-a2b4-3f82041f4da1] Connection Closed
2023-10-18 08:30:11 2023-10-18 12:30:11,575 [UserServer-1] INFO com.dremio.exec.rpc.MessageDecoder - Channel is closed, discarding remaining 608 byte(s) in buffer.
2023-10-18 08:30:12 2023-10-18 12:30:12,609 [UserServer-1] ERROR c.d.exec.rpc.RpcExceptionHandler - Exception in RPC communication. Connection: /172.17.0.2:31010 ↔ /192.168.65.1:30147 (user client). Closing connection.
2023-10-18 08:30:12 io.netty.handler.codec.CorruptedFrameException: Expected to read a tag of 10 but actually received a value of 69. Happened after reading 0 message.
2023-10-18 08:30:12 at com.dremio.exec.rpc.MessageDecoder.checkTag(MessageDecoder.java:232)
2023-10-18 08:30:12 at com.dremio.exec.rpc.MessageDecoder.decodeMessage(MessageDecoder.java:145)
2023-10-18 08:30:12 at com.dremio.exec.rpc.MessageDecoder.decode(MessageDecoder.java:71)
2023-10-18 08:30:12 at com.dremio.sabot.rpc.user.UserProtobufLengthDecoder.decode(UserProtobufLengthDecoder.java:35)
2023-10-18 08:30:12 at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:529)
2023-10-18 08:30:12 at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:468)
2023-10-18 08:30:12 at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290)
2023-10-18 08:30:12 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
2023-10-18 08:30:12 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
2023-10-18 08:30:12 at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
2023-10-18 08:30:12 at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
2023-10-18 08:30:12 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
2023-10-18 08:30:12 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
2023-10-18 08:30:12 at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
2023-10-18 08:30:12 at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
2023-10-18 08:30:12 at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
2023-10-18 08:30:12 at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
2023-10-18 08:30:12 at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
2023-10-18 08:30:12 at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
2023-10-18 08:30:12 at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
2023-10-18 08:30:12 at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
2023-10-18 08:30:12 at java.lang.Thread.run(Thread.java:750)
2023-10-18 08:30:12 2023-10-18 12:30:12,610 [UserServer-1] INFO c.d.sabot.rpc.user.UserRPCServer - [USER]: Channel closed /172.17.0.2:31010 ↔ /192.168.65.1:30147 (user client)
2023-10-18 08:30:12 2023-10-18 12:30:12,610 [UserServer-1] WARN c.d.e.s.o.SessionOptionManagerFactoryImpl - Could not find session with sessionId 60524146-cc5c-45c3-9687-cfadaf7ca3b0.
2023-10-18 08:30:12 2023-10-18 12:30:12,610 [UserServer-1] INFO com.dremio.ConnectionLog - [60524146-cc5c-45c3-9687-cfadaf7ca3b0] Connection Closed
2023-10-18 08:30:12 2023-10-18 12:30:12,610 [UserServer-1] INFO com.dremio.exec.rpc.MessageDecoder - Channel is closed, discarding remaining 634 byte(s) in buffer.
2023-10-18 08:30:12 2023-10-18 12:30:12,611 [UserServer-1] ERROR c.d.exec.rpc.RpcExceptionHandler - Exception in RPC communication. Connection: /172.17.0.2:31010 ↔ /192.168.65.1:30148 (user client). Closing connection.
2023-10-18 08:30:12 io.netty.handler.codec.CorruptedFrameException: Expected to read a tag of 10 but actually received a value of 69. Happened after reading 0 message.
2023-10-18 08:30:12 at com.dremio.exec.rpc.MessageDecoder.checkTag(MessageDecoder.java:232)
2023-10-18 08:30:12 at com.dremio.exec.rpc.MessageDecoder.decodeMessage(MessageDecoder.java:145)
2023-10-18 08:30:12 at com.dremio.exec.rpc.MessageDecoder.decode(MessageDecoder.java:71)
2023-10-18 08:30:12 at com.dremio.sabot.rpc.user.UserProtobufLengthDecoder.decode(UserProtobufLengthDecoder.java:35)
2023-10-18 08:30:12 at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:529)
2023-10-18 08:30:12 at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:468)
2023-10-18 08:30:12 at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290)
2023-10-18 08:30:12 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
2023-10-18 08:30:12 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
2023-10-18 08:30:12 at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
2023-10-18 08:30:12 at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
2023-10-18 08:30:12 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
2023-10-18 08:30:12 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
2023-10-18 08:30:12 at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
2023-10-18 08:30:12 at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
2023-10-18 08:30:12 at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
2023-10-18 08:30:12 at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
2023-10-18 08:30:12 at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
2023-10-18 08:30:12 at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
2023-10-18 08:30:12 at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
2023-10-18 08:30:12 at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
2023-10-18 08:30:12 at java.lang.Thread.run(Thread.java:750)
2023-10-18 08:30:12 2023-10-18 12:30:12,611 [UserServer-1] INFO c.d.sabot.rpc.user.UserRPCServer - [USER]: Channel closed /172.17.0.2:31010 ↔ /192.168.65.1:30148 (user client)
2023-10-18 08:30:12 2023-10-18 12:30:12,611 [UserServer-1] WARN c.d.e.s.o.SessionOptionManagerFactoryImpl - Could not find session with sessionId 8b3ff9d0-178a-4562-b936-259dd3324829.
2023-10-18 08:30:12 2023-10-18 12:30:12,611 [UserServer-1] INFO com.dremio.ConnectionLog - [8b3ff9d0-178a-4562-b936-259dd3324829] Connection Closed
2023-10-18 08:30:12 2023-10-18 12:30:12,612 [UserServer-1] INFO com.dremio.exec.rpc.MessageDecoder - Channel is closed, discarding remaining 634 byte(s) in buffer.
2023-10-18 08:30:12 2023-10-18 12:30:12,613 [UserServer-1] ERROR c.d.exec.rpc.RpcExceptionHandler - Exception in RPC communication. Connection: /172.17.0.2:31010 ↔ /192.168.65.1:30149 (user client). Closing connection.
2023-10-18 08:30:12 io.netty.handler.codec.CorruptedFrameException: Expected to read a tag of 10 but actually received a value of 69. Happened after reading 0 message.
2023-10-18 08:30:12 at com.dremio.exec.rpc.MessageDecoder.checkTag(MessageDecoder.java:232)
2023-10-18 08:30:12 at com.dremio.exec.rpc.MessageDecoder.decodeMessage(MessageDecoder.java:145)
2023-10-18 08:30:12 at com.dremio.exec.rpc.MessageDecoder.decode(MessageDecoder.java:71)
2023-10-18 08:30:12 at com.dremio.sabot.rpc.user.UserProtobufLengthDecoder.decode(UserProtobufLengthDecoder.java:35)
2023-10-18 08:30:12 at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:529)
2023-10-18 08:30:12 at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:468)
2023-10-18 08:30:12 at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290)
2023-10-18 08:30:12 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
2023-10-18 08:30:12 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
2023-10-18 08:30:12 at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
2023-10-18 08:30:12 at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
2023-10-18 08:30:12 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
2023-10-18 08:30:12 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
2023-10-18 08:30:12 at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
2023-10-18 08:30:12 at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
2023-10-18 08:30:12 at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
2023-10-18 08:30:12 at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
2023-10-18 08:30:12 at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
2023-10-18 08:30:12 at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
2023-10-18 08:30:12 at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
2023-10-18 08:30:12 at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
2023-10-18 08:30:12 at java.lang.Thread.run(Thread.java:750)
2023-10-18 08:30:12 2023-10-18 12:30:12,614 [UserServer-1] INFO c.d.sabot.rpc.user.UserRPCServer - [USER]: Channel closed /172.17.0.2:31010 ↔ /192.168.65.1:30149 (user client)
2023-10-18 08:30:12 2023-10-18 12:30:12,614 [UserServer-1] WARN c.d.e.s.o.SessionOptionManagerFactoryImpl - Could not find session with sessionId ab8c1af6-c496-4f77-9035-b348762d9460.
2023-10-18 08:30:12 2023-10-18 12:30:12,614 [UserServer-1] INFO com.dremio.ConnectionLog - [ab8c1af6-c496-4f77-9035-b348762d9460] Connection Closed
2023-10-18 08:30:12 2023-10-18 12:30:12,614 [UserServer-1] INFO com.dremio.exec.rpc.MessageDecoder - Channel is closed, discarding remaining 634 byte(s) in buffer.

Can you help?

@Eduardo Are containers not coming up or queries failing Can you please send us the full container log during startup (if it fails during startup), if container is up and queries are failing, send us the profile. ahould be able to download from the jobs page after clicking on the job and then scrolling on the left side, you will see “Download Profile”