You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes after rebooting my Ubuntu Server, I have an issue where when starting up the container cannot resolve the version. I've had some issues on this system before where, after updating docker, the network wouldn't work properly with ufw enabled.
minecraft-1 | [init] Autopause functionality enabled
minecraft-1 | [init] Resolving type given VANILLA
minecraft-1 | [mc-image-helper] 22:01:51.389 ERROR : 'resolve-minecraft-version' command failed. Version is 1.40.7
minecraft-1 | reactor.core.Exceptions$ReactiveException: io.netty.channel.ConnectTimeoutException: connection timed out after 30000 ms: launchermeta.mojang.com/13.107.246.51:443
minecraft-1 | at reactor.core.Exceptions.propagate(Exceptions.java:410)
minecraft-1 | at reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:102)
minecraft-1 | at reactor.core.publisher.Mono.block(Mono.java:1779)
minecraft-1 | at me.itzg.helpers.versions.ResolveMinecraftVersionCommand.call(ResolveMinecraftVersionCommand.java:26)
minecraft-1 | at me.itzg.helpers.versions.ResolveMinecraftVersionCommand.call(ResolveMinecraftVersionCommand.java:12)
minecraft-1 | at picocli.CommandLine.executeUserObject(CommandLine.java:2045)
minecraft-1 | at picocli.CommandLine.access$1500(CommandLine.java:148)
minecraft-1 | at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2465)
minecraft-1 | at picocli.CommandLine$RunLast.handle(CommandLine.java:2457)
minecraft-1 | at picocli.CommandLine$RunLast.handle(CommandLine.java:2419)
minecraft-1 | at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2277)
minecraft-1 | at picocli.CommandLine$RunLast.execute(CommandLine.java:2421)
minecraft-1 | at picocli.CommandLine.execute(CommandLine.java:2174)
minecraft-1 | at me.itzg.helpers.McImageHelper.main(McImageHelper.java:161)
minecraft-1 | Suppressed: java.lang.Exception: #block terminated with an error
minecraft-1 | at reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:104)
minecraft-1 | ... 12 common frames omitted
minecraft-1 | Caused by: io.netty.channel.ConnectTimeoutException: connection timed out after 30000 ms: launchermeta.mojang.com/13.107.246.51:443
minecraft-1 | at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe$2.run(AbstractEpollChannel.java:615)
minecraft-1 | at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98)
minecraft-1 | at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:156)
minecraft-1 | at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173)
minecraft-1 | at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166)
minecraft-1 | at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
minecraft-1 | at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:408)
minecraft-1 | at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
minecraft-1 | at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
minecraft-1 | at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
minecraft-1 | at java.base/java.lang.Thread.run(Unknown Source)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Sometimes after rebooting my Ubuntu Server, I have an issue where when starting up the container cannot resolve the version. I've had some issues on this system before where, after updating docker, the network wouldn't work properly with ufw enabled.
Here's my compose
Beta Was this translation helpful? Give feedback.
All reactions