Jump to content

[Support] binhex - MinecraftServer


Recommended Posts

  • 2 weeks later...
  • 2 weeks later...

Hi all.

EDIT: I tryed connection with a JAVA edition to this.

Im all new to Minecraft.

I installed this great docker.

Log:

NO LOG FILE! - Failed to up file descriptor limit Operation not permitted
NO LOG FILE! - setting up server logging...
[2024-01-25 18:16:01:942 INFO] Starting Server
[2024-01-25 18:16:01:942 INFO] Version: 1.20.51.01
[2024-01-25 18:16:01:942 INFO] Session ID: 6b3ab049-31f3-4e30-bbde-22549c8a0df3
[2024-01-25 18:16:01:942 INFO] Build ID: 20414424
[2024-01-25 18:16:01:942 INFO] Branch: r/20_u5
[2024-01-25 18:16:01:942 INFO] Commit ID: 62ad6027dc354090f841dd996363408bb43fdfd4
[2024-01-25 18:16:01:942 INFO] Configuration: Publish
[2024-01-25 18:16:01:942 INFO] Level Name: Bedrock level
[2024-01-25 18:16:01:943 INFO] No CDN config file found for dedicated server
[2024-01-25 18:16:01:943 INFO] Game mode: 0 Survival
[2024-01-25 18:16:01:943 INFO] Difficulty: 1 EASY
[2024-01-25 18:16:01:944 INFO] Content logging to console is enabled.
[2024-01-25 18:16:02:334 INFO] Opening level 'worlds/Bedrock level/db'
[2024-01-25 18:16:02:892 INFO] IPv4 supported, port: 19132: Used for gameplay and LAN discovery
[2024-01-25 18:16:02:892 INFO] IPv6 not supported
[2024-01-25 18:16:02:902 INFO] Server started.
[2024-01-25 18:16:02:902 INFO] ================ TELEMETRY MESSAGE ===================
[2024-01-25 18:16:02:902 INFO] Server Telemetry is currently not enabled.
[2024-01-25 18:16:02:902 INFO] Enabling this telemetry helps us improve the game.
[2024-01-25 18:16:02:902 INFO]
[2024-01-25 18:16:02:902 INFO] To enable this feature, add the line 'emit-server-telemetry=true'
[2024-01-25 18:16:02:902 INFO] to the server.properties file in the handheld/src-server directory

 

But i cant connect? It is on my LAN.

 

Meny thanks!

image.thumb.png.43fa3fce1035eb210b272100aa376c4b.png

Edited by DanielPT
Link to comment

hi, I am installing this for my kids but I don't know much about how the Minecraft server should work.

 

I can connect to it from the game. That is a good start.

 

To configure the server, I tried the web UI but when I type help, there is more than one screen and no way to scroll back... (?)

 

I tried to follow this manual page: https://github.com/binhex/documentation/blob/master/docker/faq/minecraftserver.md ... but the console thing does not seem to work.

 

Is there a way to use a console that is not through webui?

Thank you.

Edited by fplanque
Link to comment
5 hours ago, TD2779 said:

SSH into your server, and then I think you can docker exec into that container.  I apologize that i don't know the command off the top of my head.

 

Yes I understand I can docker exec into the container but then all I have is a linux shell prompt. What I'd like is to have a prompt from the server. Something where I can type "/help" or "/time set day"...

Edited by fplanque
Link to comment
  • 4 weeks later...

Having just installed the MC docker for the first time, I was impressed with how simple it was, and haven't had any problems so far.

 

I just wanted to ask - if CREATE_BACKUP_HOURS is non zero, a backup is created - but where is that backup created ? I've got some backups going to non-array devices and wondered if it was configurable somewhere ?

Link to comment
  • 1 month later...
  • 2 weeks later...

Hello, starting today I get this message.

 

Starting server
Unsupported Java detected (66.0). Only up to Java 21 is supported.

 

Just after updating to Unraid 6.12.9

 

I have another docker running minecraft and that one is fine, just one of them

 

Any guidance available?

 

J

Edited by Doowle
Link to comment
  • 3 weeks later...

Hi,

I just downloaded your minecraft docker image and tried changing the JAVA_VERSION to 8 and 11 and then the server won't start. Have any clues?

I'm trying to deploy a server and would like to use on Tlauncher : Fabric 1.20.1 , and I can't because it forces me to use the 1.20.5.

Appreciate the help, have a nice one !

Link to comment

Hi

I've just recently started using Unraid and set up a MC server for my kids.   I've changed the vanilla server to paper, and I'm looking to change the backups.   The current backups only copy the World folder, but paper MC splits this into 3 folders (world, wold_nether, and world_the_end).  Is it possible to edit the backup script to also copy these folders?

 

Thanks in advance!

Link to comment

I recently updated the Minecraft container on unRaid 6.12.8. I see this when I restart the container:

[11:56:09] [Server thread/INFO]: Starting minecraft server version 1.20.5

 

I use this tag in the repository field: binhex/arch-minecraftserver

 

Overnight, I see this in the WebUI. I wasn't getting this before on whatever the prior version was.

 

What's up with this error?

 

[07:13:26] [Netty Epoll Server IO #23/ERROR]: Error sending packet clientbound/minecraft:disconnect
io.netty.handler.codec.EncoderException: Sending unknown packet 'clientbound/minecraft:disconnect'
        at zm.a(SourceFile:47) ~[server-1.20.5.jar:?]
        at zm.encode(SourceFile:14) ~[server-1.20.5.jar:?]
        at wu.a(SourceFile:26) ~[server-1.20.5.jar:?]
        at wu.encode(SourceFile:12) ~[server-1.20.5.jar:?]
        at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107) ~[netty-codec-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:881) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:863) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:968) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:856) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.ChannelOutboundHandlerAdapter.write(ChannelOutboundHandlerAdapter.java:113) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at wk$2.write(SourceFile:518) ~[server-1.20.5.jar:?]
        at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:881) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeWriteAndFlush(AbstractChannelHandlerContext.java:940) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:966) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:934) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:984) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:1025) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:306) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at wk.c(SourceFile:342) ~[server-1.20.5.jar:?]
        at wk.b(SourceFile:335) ~[server-1.20.5.jar:?]
        at wk.a(SourceFile:317) ~[server-1.20.5.jar:?]
        at wk.a(SourceFile:311) ~[server-1.20.5.jar:?]
        at wk.exceptionCaught(SourceFile:162) ~[server-1.20.5.jar:?]
        at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:317) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.DefaultChannelPipeline$HeadContext.exceptionCaught(DefaultChannelPipeline.java:1377) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:907) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.handleReadException(AbstractEpollStreamChannel.java:728) ~[netty-transport-classes-epoll-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:826) ~[netty-transport-classes-epoll-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:509) ~[netty-transport-classes-epoll-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:407) ~[netty-transport-classes-epoll-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.97.Final.jar:4.1.97.Final]
        at java.base/java.lang.Thread.run(Unknown Source) [?:?]

 

Link to comment
3 hours ago, nraygun said:

I recently updated the Minecraft container on unRaid 6.12.8. I see this when I restart the container:

[11:56:09] [Server thread/INFO]: Starting minecraft server version 1.20.5

 

I use this tag in the repository field: binhex/arch-minecraftserver

 

Overnight, I see this in the WebUI. I wasn't getting this before on whatever the prior version was.

 

What's up with this error?

 

[07:13:26] [Netty Epoll Server IO #23/ERROR]: Error sending packet clientbound/minecraft:disconnect
io.netty.handler.codec.EncoderException: Sending unknown packet 'clientbound/minecraft:disconnect'
        at zm.a(SourceFile:47) ~[server-1.20.5.jar:?]
        at zm.encode(SourceFile:14) ~[server-1.20.5.jar:?]
        at wu.a(SourceFile:26) ~[server-1.20.5.jar:?]
        at wu.encode(SourceFile:12) ~[server-1.20.5.jar:?]
        at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107) ~[netty-codec-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:881) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:863) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:968) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:856) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.ChannelOutboundHandlerAdapter.write(ChannelOutboundHandlerAdapter.java:113) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at wk$2.write(SourceFile:518) ~[server-1.20.5.jar:?]
        at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:881) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeWriteAndFlush(AbstractChannelHandlerContext.java:940) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:966) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:934) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:984) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:1025) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:306) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at wk.c(SourceFile:342) ~[server-1.20.5.jar:?]
        at wk.b(SourceFile:335) ~[server-1.20.5.jar:?]
        at wk.a(SourceFile:317) ~[server-1.20.5.jar:?]
        at wk.a(SourceFile:311) ~[server-1.20.5.jar:?]
        at wk.exceptionCaught(SourceFile:162) ~[server-1.20.5.jar:?]
        at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:317) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.DefaultChannelPipeline$HeadContext.exceptionCaught(DefaultChannelPipeline.java:1377) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:907) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.handleReadException(AbstractEpollStreamChannel.java:728) ~[netty-transport-classes-epoll-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:826) ~[netty-transport-classes-epoll-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:509) ~[netty-transport-classes-epoll-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:407) ~[netty-transport-classes-epoll-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.97.Final.jar:4.1.97.Final]
        at java.base/java.lang.Thread.run(Unknown Source) [?:?]

 

is this you?, if not then you are not alone:- 

 

not sure what this means, maybe minecraft dev's have made changes to the server in some way which is causing the error:- 
 

Quote

The updates they did with data packs for 1.20.5 were extensive so this could be a possible answer

 

Link to comment
2 hours ago, binhex said:

is this you?, if not then you are not alone:- 

 

not sure what this means, maybe minecraft dev's have made changes to the server in some way which is causing the error:- 
 

 

 

Nope, that isn't me.

 

Seems like the server works. I can join it from my client.

Guess I'll just wait to see what happens. Thanks for that Reddit thread.

Link to comment
On 4/28/2024 at 5:01 PM, nraygun said:

 

Nope, that isn't me.

 

Seems like the server works. I can join it from my client.

Guess I'll just wait to see what happens. Thanks for that Reddit thread.

I see the container updated to 1.20.6 today. Continuing to monitor.

Link to comment
  • 2 weeks later...
  • 2 weeks later...
Posted (edited)

Hi everyone,

I have been running this minecraft server for a few weeks now for just 3 people, nothing too intensive, but I am getting random JVM crashes that result in disconnects and progress loss. This is the error message that appears in the logs. I am running Minecraft 1.20.6
 

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f72d8155213, pid=152, tid=220
#
# JRE version: OpenJDK Runtime Environment (22.0) (build 22)
# Java VM: OpenJDK 64-Bit Server VM (22, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# J 37491 c2 bxo$$Lambda+0x00007f7273d96f58.trigger(Larf;Lbtr;J)Z (38 bytes) @ 0x00007f72d8155213 [0x00007f72d8154f40+0x00000000000002d3]
#
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /config/minecraft/hs_err_pid152.log
[3798.104s][warning][os] Loading hsdis library failed
#
# If you would like to submit a bug report, please visit:
#   https://bugreport.java.com/bugreport/crash.jsp
#


I tried manually setting the java version in the docker setup to java 17 but the server is not spinning up unless "latest" is specified for the java version.

If anybody is able to help me out that would be a great help.

Thank you

Edited by AvadaKadavra2
Specify minecraft server version
Link to comment
22 hours ago, AvadaKadavra2 said:

Hi everyone,

I have been running this minecraft server for a few weeks now for just 3 people, nothing too intensive, but I am getting random JVM crashes that result in disconnects and progress loss. This is the error message that appears in the logs. I am running Minecraft 1.20.6
 

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f72d8155213, pid=152, tid=220
#
# JRE version: OpenJDK Runtime Environment (22.0) (build 22)
# Java VM: OpenJDK 64-Bit Server VM (22, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# J 37491 c2 bxo$$Lambda+0x00007f7273d96f58.trigger(Larf;Lbtr;J)Z (38 bytes) @ 0x00007f72d8155213 [0x00007f72d8154f40+0x00000000000002d3]
#
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /config/minecraft/hs_err_pid152.log
[3798.104s][warning][os] Loading hsdis library failed
#
# If you would like to submit a bug report, please visit:
#   https://bugreport.java.com/bugreport/crash.jsp
#


I tried manually setting the java version in the docker setup to java 17 but the server is not spinning up unless "latest" is specified for the java version.

If anybody is able to help me out that would be a great help.

Thank you

Do you see anything like this in the console?

[07:13:26] [Netty Epoll Server IO #23/ERROR]

 

Link to comment
10 hours ago, nraygun said:

Do you see anything like this in the console?

[07:13:26] [Netty Epoll Server IO #23/ERROR]

 

Yes I do, they are sprinkled throughout the logs. They don't seem to correspond to crashes from what I can tell. This is one example of what it looks like for me if it helps.
 

[22:49:20] [Netty Epoll Server IO #6/ERROR]: Error sending packet clientbound/minecraft:disconnect
io.netty.handler.codec.EncoderException: Sending unknown packet 'clientbound/minecraft:disconnect'
        at zm.a(SourceFile:47) ~[server-1.20.6.jar:?]
        at zm.encode(SourceFile:14) ~[server-1.20.6.jar:?]
        at wu.a(SourceFile:26) ~[server-1.20.6.jar:?]
        at wu.encode(SourceFile:12) ~[server-1.20.6.jar:?]
        at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107) ~[netty-codec-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:881) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:863) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:968) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:856) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.ChannelOutboundHandlerAdapter.write(ChannelOutboundHandlerAdapter.java:113) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at wk$2.write(SourceFile:518) ~[server-1.20.6.jar:?]
        at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:881) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeWriteAndFlush(AbstractChannelHandlerContext.java:940) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:966) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:934) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:984) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:1025) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:306) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at wk.c(SourceFile:342) ~[server-1.20.6.jar:?]
        at wk.b(SourceFile:335) ~[server-1.20.6.jar:?]
        at wk.a(SourceFile:317) ~[server-1.20.6.jar:?]
        at wk.a(SourceFile:311) ~[server-1.20.6.jar:?]
        at wk.exceptionCaught(SourceFile:162) ~[server-1.20.6.jar:?]
        at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:317) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.DefaultChannelPipeline$HeadContext.exceptionCaught(DefaultChannelPipeline.java:1377) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:907) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.handleReadException(AbstractEpollStreamChannel.java:728) ~[netty-transport-classes-epoll-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:826) ~[netty-transport-classes-epoll-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:509) ~[netty-transport-classes-epoll-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:407) ~[netty-transport-classes-epoll-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.97.Final.jar:4.1.97.Final]
        at java.base/java.lang.Thread.run(Unknown Source) [?:?]

 

Link to comment
7 hours ago, AvadaKadavra2 said:

Yes I do, they are sprinkled throughout the logs. They don't seem to correspond to crashes from what I can tell. This is one example of what it looks like for me if it helps.
 

[22:49:20] [Netty Epoll Server IO #6/ERROR]: Error sending packet clientbound/minecraft:disconnect
io.netty.handler.codec.EncoderException: Sending unknown packet 'clientbound/minecraft:disconnect'
        at zm.a(SourceFile:47) ~[server-1.20.6.jar:?]
        at zm.encode(SourceFile:14) ~[server-1.20.6.jar:?]
        at wu.a(SourceFile:26) ~[server-1.20.6.jar:?]
        at wu.encode(SourceFile:12) ~[server-1.20.6.jar:?]
        at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107) ~[netty-codec-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:881) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:863) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:968) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:856) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.ChannelOutboundHandlerAdapter.write(ChannelOutboundHandlerAdapter.java:113) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at wk$2.write(SourceFile:518) ~[server-1.20.6.jar:?]
        at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:881) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeWriteAndFlush(AbstractChannelHandlerContext.java:940) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:966) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:934) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:984) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:1025) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:306) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at wk.c(SourceFile:342) ~[server-1.20.6.jar:?]
        at wk.b(SourceFile:335) ~[server-1.20.6.jar:?]
        at wk.a(SourceFile:317) ~[server-1.20.6.jar:?]
        at wk.a(SourceFile:311) ~[server-1.20.6.jar:?]
        at wk.exceptionCaught(SourceFile:162) ~[server-1.20.6.jar:?]
        at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:317) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.DefaultChannelPipeline$HeadContext.exceptionCaught(DefaultChannelPipeline.java:1377) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:907) ~[netty-transport-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.handleReadException(AbstractEpollStreamChannel.java:728) ~[netty-transport-classes-epoll-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:826) ~[netty-transport-classes-epoll-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:509) ~[netty-transport-classes-epoll-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:407) ~[netty-transport-classes-epoll-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.97.Final.jar:4.1.97.Final]
        at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.97.Final.jar:4.1.97.Final]
        at java.base/java.lang.Thread.run(Unknown Source) [?:?]

 

Thanks. I get those "Netty Epoll Server IO" errors too but I don't think my server crashes. I can't find any threads where the Netty errors are being addressed. I'm stuck on 1.20.6 waiting for an update.

Link to comment
  • 2 weeks later...

Hello everyone,
I have set up my server.

1. Now I would like to pre-generate a certain chunk size before someone joins the server. -> 4000x4000

2. Is there a way to have a dynamic map via docker container?

 

How can I accomplish this?

 

I have not found a command and most other solutions are not suitable for the latest vanilla Minecraft version.

 

Best regards

Ace 

Edited by AceBurn90
Link to comment

Hi Binhex or anyone else,

 

What am I supposed to do when for the docker or Minecraft server to restart after a crash or /stop command has been issued?

I tried adding --restart=unless-stopped parameters, but that didn't work.

 

Whenever the server crashes, it doesnt restart the docker nor the minecraft server thus needing a physical restart in Unraid itself.

Stopping the server via /stop also does the same. 

 

I'd like the server to be restarted after a /stop or crash.

 

How?


Thank you.

Apoloxy.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...