Describe the bug
When attempting to connect to a client running 1.19.2 on a local kind cluster I get the following error:
Internal Exception: io.netty.handler.codec.DeconderException:
java.lang.NullPointerException: Cannot invoke "qw$a.a(int, qx)" because the return value of "java.util.Map.get(Object)" is null
To Reproduce
Steps to reproduce the behavior:
- Build a multipaper server and master image running 1.19.2
- Use a 1.19.2 client
- Deploy the helm chart to a local kind cluster
- port forward a server pod
- attempt to connect to the server pod via localhost:25565
Expected behavior
A minecraft client running the same version as the server is able to connect
Possible Solution (Optional)
I'm not sure if there is something I am doing wrong with the deployment expectations or if this is just an untested thing.
Versioning
Helm Version: version.BuildInfo{Version:"v3.9.0", GitCommit:"7ceeda6c585217a19a1131663d8cd1f7d641b2a7", GitTreeState:"clean", GoVersion:"go1.17.5"}
Master Version: 2.10.1 Build 35
Server Version: 1.19.2 Build 35
Kubernetes Version: Major:"1", Minor:"25", GitVersion:"v1.25.2", GitCommit:"5835544ca568b757a8ecae5c153f317e5736700e", GitTreeState:"clean", BuildDate:"2022-09-22T05:25:21Z", GoVersion:"go1.19.1", Compiler:"gc", Platform:"linux/amd64"