Having trouble starting a vanilla server #2208
Replies: 1 comment 5 replies
-
Seems to be a networking issue and probably temporary since the root error is
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there! I'm trying to start a vanilla server, but am running into some issues. After running
docker-compose up -d
, starting the server gets stuck on theFinding version manifest for 1.19.2
step. Eventually, I get aConnectTimeoutException
. I've pasted the wholeDEBUG
log below, as well as thedocker-compose.yml
for this server. I am able to fetch version manifest file withcurl
on the machine where I'm trying to run the server, so I don't know if that means that I messed something up with the configuration of the server or if there's something else going on here that I'm not aware of.Beta Was this translation helpful? Give feedback.
All reactions