Giter VIP home page Giter VIP logo

Comments (9)

itzg avatar itzg commented on July 21, 2024

Have you manually changed your server.properties? It looks like server-port and server-portv6 have been set to 0 due to the logs

minecraft | [2019-09-05 09:27:18 INFO] IPv4 supported, port: 0
minecraft | [2019-09-05 09:27:18 INFO] IPv6 supported, port: 0

from docker-minecraft-bedrock-server.

usulsuspct avatar usulsuspct commented on July 21, 2024

This output was on a clean pull / build.

Thinking that something was up with the set-properties I added a ipv4/ipv6 port option to the property-definitions.json file to allow setting port via an ENV variable - hoping that something was getting nuked during entry. This did not help either, while I can see my env set ports being set in the properties its still showing as 0 in the log.

from docker-minecraft-bedrock-server.

usulsuspct avatar usulsuspct commented on July 21, 2024

I did see something that seems similar:

https://bugs.mojang.com/browse/BDS-1264

I am struggling with testing disabling v6 within the docker image though...

from docker-minecraft-bedrock-server.

usulsuspct avatar usulsuspct commented on July 21, 2024

This seems to be less your issue and more mine.

There are plenty of people having issues with BDS when their system has ipv6 disbaled (which I do).

https://bugs.mojang.com/browse/BDS-1264

from docker-minecraft-bedrock-server.

itzg avatar itzg commented on July 21, 2024

Ah, thanks for the research into the root issue. I guess I have gotten lucky on the systems I have been deploying to.

from docker-minecraft-bedrock-server.

itzg avatar itzg commented on July 21, 2024

I'm not sure when it stopped working for me, but just wanted to note that I am now getting the same error running Docker for Desktop with this version

image

from docker-minecraft-bedrock-server.

itzg avatar itzg commented on July 21, 2024

...also noting that I tried adding --sysctl net.ipv6.conf.all.disable_ipv6=1 to docker run, but didn't make a difference and seems to match this report:

moby/moby#20569 (comment)

from docker-minecraft-bedrock-server.

GAMESTER90 avatar GAMESTER90 commented on July 21, 2024

For whomever it may concern, I ran into this problem because I kept restarting the server on the same folder I was mounting it on, each time you restart the server that is binded to a file path you should also delete all the non-player data files (like stuff that has nothing to do with texture packs, maps etc..) that way it starts the installed BDS from scratch instead of using the pre-existing "corrupt" data that makes this error trigger, at least for me that's what I got, I do not know why it works that way but it just does and I'm not complaining. :)

either way good luck guys, keep the community updated.

EDIT:

May actually be that it does a shitty when it is binded to a directory using the -v flag because it then tries to use that directories user group and I guess because of that it just turns south for it, stick to accessing the container files from var/lib/docker/volumes instead of binding to a path directly even though it's a bit inconvenient when doing backups and what not it is safer to try not to trigger this issue.

from docker-minecraft-bedrock-server.

nibrwr avatar nibrwr commented on July 21, 2024

This issue appears to be fixed with latest Edge release on Mac OS.

from docker-minecraft-bedrock-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.