<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sat Jan 11 08:24:14 UTC 2025

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Mojang Studios Jira</title>
    <link>https://bugs.mojang.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en</language>    <build-info>
        <version>9.12.2</version>
        <build-number>9120002</build-number>
        <build-date>10-01-2024</build-date>
    </build-info>


<item>
            <title>[BDS-19079] &quot;Port [19132] may be in use by another process&quot; if in OS disabled IPv6</title>
                <link>https://bugs.mojang.com/browse/BDS-19079</link>
                <project id="11700" key="BDS">Bedrock Dedicated Server</project>
                    <description>&lt;p&gt;When I start the Minecraft Bedrock server, I get an error message&lt;/p&gt;

&lt;p&gt;`Port &lt;span class=&quot;error&quot;&gt;&amp;#91;19132&amp;#93;&lt;/span&gt; may be in use by another process`.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Steps to Reproduce&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;On the server disabled IPv6&#160;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
grep ipv6 /etc/&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;/grub
GRUB_CMDLINE_LINUX_DEFAULT=&lt;span class=&quot;code-quote&quot;&gt;&quot;ipv6.disable=1&quot;&lt;/span&gt;
GRUB_CMDLINE_LINUX=&lt;span class=&quot;code-quote&quot;&gt;&quot;ipv6.disable=1&quot;&lt;/span&gt;

# ip a
1: lo: &amp;lt;LOOPBACK,UP,LOWER_UP&amp;gt; mtu 65536 qdisc noqueue state UNKNOWN group &lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt; qlen 1000
&#160; &#160; link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
&#160; &#160; inet 127.0.0.1/8 scope host lo
&#160; &#160; &#160; &#160;valid_lft forever preferred_lft forever
2: ens160: &amp;lt;BROADCAST,MULTICAST,UP,LOWER_UP&amp;gt; mtu 1500 qdisc mq state UP group &lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt; qlen 1000
&#160; &#160; link/ether 00:0c:29:b6:ad:60 brd ff:ff:ff:ff:ff:ff
&#160; &#160; altname enp3s0
&#160; &#160; inet 192.168.1.203/24 metric 100 brd 192.168.1.255 scope global dynamic ens160
&#160; &#160; &#160; &#160;valid_lft 42551sec preferred_lft 42551sec&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
cd /opt/
wget https:&lt;span class=&quot;code-comment&quot;&gt;//minecraft.azureedge.net/bin-linux/bedrock-server-1.20.62.02.zip
&lt;/span&gt;
mkdir bedrock-server-1.20.62.02 &amp;amp;&amp;amp; unzip bedrock-server-1.20.62.02.zip -d bedrock-server-1.20.62.02&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
LD_LIBRARY_PATH=. ./bedrock_server &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#1057;onfiguration in the attachment &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;https://bugs.mojang.com/secure/attachment/562402/562402_server.properties.conf&quot; title=&quot;server.properties.conf attached to BDS-19079&quot;&gt;server.properties.conf&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://bugs.mojang.com/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&#160;**&#160;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Expected result&lt;/b&gt;&#160;&lt;/p&gt;

&lt;p&gt;The server is run and listen on the default ports.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Actual result&lt;/b&gt;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
/opt/bedrock-server-1.20.62.02# LD_LIBRARY_PATH=. ./bedrock_server

NO LOG FILE! - setting up server logging...
[2024-02-23 14:18:27:338 INFO] Starting Server
[2024-02-23 14:18:27:338 INFO] Version: 1.20.62.02
[2024-02-23 14:18:27:338 INFO] Session ID: 02a05263-3947-40c7-8a36-cd48269a230d
[2024-02-23 14:18:27:338 INFO] Build ID: 22010383
[2024-02-23 14:18:27:338 INFO] Branch: r/20_u6
[2024-02-23 14:18:27:338 INFO] Commit ID: ecfbe634e2e231921b3c799f34169d1dcaf5bd74
[2024-02-23 14:18:27:338 INFO] Configuration: Publish
[2024-02-23 14:18:27:338 INFO] Level Name: Bedrock level
[2024-02-23 14:18:27:340 INFO] No CDN config file found &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; dedicated server
[2024-02-23 14:18:27:340 INFO] Game mode: 0 Survival
[2024-02-23 14:18:27:340 INFO] Difficulty: 1 EASY
[2024-02-23 14:18:27:341 INFO] Content logging to console is enabled.
[2024-02-23 14:18:28:666 INFO] Opening level &lt;span class=&quot;code-quote&quot;&gt;&apos;worlds/Bedrock level/db&apos;&lt;/span&gt;
[2024-02-23 14:18:28:142 ERROR] Port [19132] may be in use by another process. Free up port and re-run program or adjust server.properties file to use alternate ports &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; server
[2024-02-23 14:18:28:142 ERROR] Port [19133] may be in use by another process. Free up port and re-run program or adjust server.properties file to use alternate ports &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; server
[2024-02-23 14:18:28:142 ERROR] Exiting program &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Listening port&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
root@uwatcher:/opt/bedrock-server-1.20.62.02# lsof -i -P -n | grep 19132 root@uwatcher:/opt/bedrock-server-1.20.62.02# lsof -i -P -n | grep 19133


/opt/bedrock-server-1.20.62.02# lsof -i -P -n
COMMAND &#160; &#160; &#160;PID &#160; &#160; &#160; &#160; &#160; &#160;USER &#160; FD &#160; TYPE &#160;DEVICE SIZE/OFF NODE NAME
systemd &#160; &#160; &#160; &#160;1 &#160; &#160; &#160; &#160; &#160; &#160;root &#160;154u &#160;IPv4 &#160; 20782 &#160; &#160; &#160;0t0 &#160;TCP *:111 (LISTEN)
systemd &#160; &#160; &#160; &#160;1 &#160; &#160; &#160; &#160; &#160; &#160;root &#160;155u &#160;IPv4 &#160; 20783 &#160; &#160; &#160;0t0 &#160;UDP *:111
systemd-n &#160; &#160;612 systemd-network &#160; 15u &#160;IPv4 6707223 &#160; &#160; &#160;0t0 &#160;UDP 192.168.1.203:68
rpcbind &#160; &#160; &#160;619 &#160; &#160; &#160; &#160; &#160; &#160;_rpc &#160; &#160;4u &#160;IPv4 &#160; 20782 &#160; &#160; &#160;0t0 &#160;TCP *:111 (LISTEN)
rpcbind &#160; &#160; &#160;619 &#160; &#160; &#160; &#160; &#160; &#160;_rpc &#160; &#160;5u &#160;IPv4 &#160; 20783 &#160; &#160; &#160;0t0 &#160;UDP *:111
systemd-r &#160; &#160;645 systemd-resolve &#160; 13u &#160;IPv4 &#160; 21016 &#160; &#160; &#160;0t0 &#160;UDP 127.0.0.53:53
systemd-r &#160; &#160;645 systemd-resolve &#160; 14u &#160;IPv4 &#160; 21017 &#160; &#160; &#160;0t0 &#160;TCP 127.0.0.53:53 (LISTEN)
node_expo &#160; &#160;689 &#160; node_exporter &#160; &#160;3u &#160;IPv4 &#160; 27059 &#160; &#160; &#160;0t0 &#160;TCP *:9100 (LISTEN)
sshd &#160; &#160; &#160; &#160; 849 &#160; &#160; &#160; &#160; &#160; &#160;root &#160; &#160;3u &#160;IPv4 &#160; 18841 &#160; &#160; &#160;0t0 &#160;TCP *:22 (LISTEN)
postgres &#160; &#160;1037 &#160; &#160; &#160; &#160;postgres &#160; &#160;5u &#160;IPv4 &#160; 23114 &#160; &#160; &#160;0t0 &#160;TCP 127.0.0.1:5434 (LISTEN)
postgres &#160; &#160;1037 &#160; &#160; &#160; &#160;postgres &#160; &#160;7u &#160;IPv4 &#160; 23120 &#160; &#160; &#160;0t0 &#160;UDP 127.0.0.1:36483-&amp;gt;127.0.0.1:36483
postgres &#160; &#160;1156 &#160; &#160; &#160; &#160;postgres &#160; &#160;3u &#160;IPv4 &#160; 22056 &#160; &#160; &#160;0t0 &#160;TCP 127.0.0.1:5433 (LISTEN)
postgres &#160; &#160;1156 &#160; &#160; &#160; &#160;postgres &#160; &#160;7u &#160;IPv4 &#160; 24805 &#160; &#160; &#160;0t0 &#160;UDP 127.0.0.1:35953-&amp;gt;127.0.0.1:35953
postgres &#160; &#160;1157 &#160; &#160; &#160; &#160;postgres &#160; &#160;3u &#160;IPv4 &#160; 22054 &#160; &#160; &#160;0t0 &#160;TCP 127.0.0.1:5432 (LISTEN)
postgres &#160; &#160;1157 &#160; &#160; &#160; &#160;postgres &#160; &#160;7u &#160;IPv4 &#160; 27111 &#160; &#160; &#160;0t0 &#160;UDP 127.0.0.1:35347-&amp;gt;127.0.0.1:35347
postgres &#160; &#160;1185 &#160; &#160; &#160; &#160;postgres &#160; &#160;7u &#160;IPv4 &#160; 23120 &#160; &#160; &#160;0t0 &#160;UDP 127.0.0.1:36483-&amp;gt;127.0.0.1:36483
postgres &#160; &#160;1186 &#160; &#160; &#160; &#160;postgres &#160; &#160;7u &#160;IPv4 &#160; 23120 &#160; &#160; &#160;0t0 &#160;UDP 127.0.0.1:36483-&amp;gt;127.0.0.1:36483
postgres &#160; &#160;1188 &#160; &#160; &#160; &#160;postgres &#160; &#160;7u &#160;IPv4 &#160; 23120 &#160; &#160; &#160;0t0 &#160;UDP 127.0.0.1:36483-&amp;gt;127.0.0.1:36483
postgres &#160; &#160;1189 &#160; &#160; &#160; &#160;postgres &#160; &#160;7u &#160;IPv4 &#160; 23120 &#160; &#160; &#160;0t0 &#160;UDP 127.0.0.1:36483-&amp;gt;127.0.0.1:36483
postgres &#160; &#160;1190 &#160; &#160; &#160; &#160;postgres &#160; &#160;7u &#160;IPv4 &#160; 23120 &#160; &#160; &#160;0t0 &#160;UDP 127.0.0.1:36483-&amp;gt;127.0.0.1:36483
postgres &#160; &#160;1191 &#160; &#160; &#160; &#160;postgres &#160; &#160;7u &#160;IPv4 &#160; 23120 &#160; &#160; &#160;0t0 &#160;UDP 127.0.0.1:36483-&amp;gt;127.0.0.1:36483
postgres &#160; &#160;1226 &#160; &#160; &#160; &#160;postgres &#160; &#160;7u &#160;IPv4 &#160; 27111 &#160; &#160; &#160;0t0 &#160;UDP 127.0.0.1:35347-&amp;gt;127.0.0.1:35347
postgres &#160; &#160;1227 &#160; &#160; &#160; &#160;postgres &#160; &#160;7u &#160;IPv4 &#160; 27111 &#160; &#160; &#160;0t0 &#160;UDP 127.0.0.1:35347-&amp;gt;127.0.0.1:35347
postgres &#160; &#160;1231 &#160; &#160; &#160; &#160;postgres &#160; &#160;7u &#160;IPv4 &#160; 27111 &#160; &#160; &#160;0t0 &#160;UDP 127.0.0.1:35347-&amp;gt;127.0.0.1:35347
postgres &#160; &#160;1232 &#160; &#160; &#160; &#160;postgres &#160; &#160;7u &#160;IPv4 &#160; 27111 &#160; &#160; &#160;0t0 &#160;UDP 127.0.0.1:35347-&amp;gt;127.0.0.1:35347
postgres &#160; &#160;1233 &#160; &#160; &#160; &#160;postgres &#160; &#160;7u &#160;IPv4 &#160; 27111 &#160; &#160; &#160;0t0 &#160;UDP 127.0.0.1:35347-&amp;gt;127.0.0.1:35347
postgres &#160; &#160;1234 &#160; &#160; &#160; &#160;postgres &#160; &#160;7u &#160;IPv4 &#160; 27111 &#160; &#160; &#160;0t0 &#160;UDP 127.0.0.1:35347-&amp;gt;127.0.0.1:35347
postgres &#160; &#160;1245 &#160; &#160; &#160; &#160;postgres &#160; &#160;7u &#160;IPv4 &#160; 24805 &#160; &#160; &#160;0t0 &#160;UDP 127.0.0.1:35953-&amp;gt;127.0.0.1:35953
postgres &#160; &#160;1246 &#160; &#160; &#160; &#160;postgres &#160; &#160;7u &#160;IPv4 &#160; 24805 &#160; &#160; &#160;0t0 &#160;UDP 127.0.0.1:35953-&amp;gt;127.0.0.1:35953
postgres &#160; &#160;1247 &#160; &#160; &#160; &#160;postgres &#160; &#160;7u &#160;IPv4 &#160; 24805 &#160; &#160; &#160;0t0 &#160;UDP 127.0.0.1:35953-&amp;gt;127.0.0.1:35953
postgres &#160; &#160;1248 &#160; &#160; &#160; &#160;postgres &#160; &#160;7u &#160;IPv4 &#160; 24805 &#160; &#160; &#160;0t0 &#160;UDP 127.0.0.1:35953-&amp;gt;127.0.0.1:35953
postgres &#160; &#160;1249 &#160; &#160; &#160; &#160;postgres &#160; &#160;7u &#160;IPv4 &#160; 24805 &#160; &#160; &#160;0t0 &#160;UDP 127.0.0.1:35953-&amp;gt;127.0.0.1:35953
postgres &#160; &#160;1250 &#160; &#160; &#160; &#160;postgres &#160; &#160;7u &#160;IPv4 &#160; 24805 &#160; &#160; &#160;0t0 &#160;UDP 127.0.0.1:35953-&amp;gt;127.0.0.1:35953
master &#160; &#160; &#160;1394 &#160; &#160; &#160; &#160; &#160; &#160;root &#160; 13u &#160;IPv4 &#160; 22170 &#160; &#160; &#160;0t0 &#160;TCP *:25 (LISTEN)
grafana-s &#160; 1450 &#160; &#160; &#160; &#160; grafana &#160; 10u &#160;IPv4 &#160; 23299 &#160; &#160; &#160;0t0 &#160;TCP *:3001 (LISTEN)
grafana-s &#160; 1450 &#160; &#160; &#160; &#160; grafana &#160; 16u &#160;IPv4 6767297 &#160; &#160; &#160;0t0 &#160;TCP 192.168.1.203:41348-&amp;gt;192.168.1.203:9090 (ESTABLISHED)
prometheu &#160; 3120 &#160; &#160; &#160;prometheus &#160; &#160;8u &#160;IPv4 &#160; 43622 &#160; &#160; &#160;0t0 &#160;TCP *:9090 (LISTEN)
prometheu &#160; 3120 &#160; &#160; &#160;prometheus &#160; 11u &#160;IPv4 6730209 &#160; &#160; &#160;0t0 &#160;TCP 192.168.1.203:40682-&amp;gt;10.0.0.1:9586 (ESTABLISHED)
prometheu &#160; 3120 &#160; &#160; &#160;prometheus &#160; 32u &#160;IPv4 6769052 &#160; &#160; &#160;0t0 &#160;TCP 192.168.1.203:9090-&amp;gt;192.168.1.203:41348 (ESTABLISHED)
flask &#160; &#160; 116911 &#160; &#160; &#160; &#160; &#160; &#160;root &#160; &#160;3u &#160;IPv4 1283604 &#160; &#160; &#160;0t0 &#160;TCP *:5000 (LISTEN)
flask &#160; &#160; 116911 &#160; &#160; &#160; &#160; &#160; &#160;root &#160; &#160;5u &#160;IPv4 1278776 &#160; &#160; &#160;0t0 &#160;TCP 127.0.0.1:33222-&amp;gt;127.0.0.1:5432 (ESTABLISHED)
postgres &#160;116916 &#160; &#160; &#160; &#160;postgres &#160; &#160;7u &#160;IPv4 &#160; 27111 &#160; &#160; &#160;0t0 &#160;UDP 127.0.0.1:35347-&amp;gt;127.0.0.1:35347
postgres &#160;116916 &#160; &#160; &#160; &#160;postgres &#160; &#160;8u &#160;IPv4 1280976 &#160; &#160; &#160;0t0 &#160;TCP 127.0.0.1:5432-&amp;gt;127.0.0.1:33222 (ESTABLISHED)
sshd &#160; &#160; &#160;902419 &#160; &#160; &#160; &#160; &#160; &#160;root &#160; &#160;4u &#160;IPv4 6778728 &#160; &#160; &#160;0t0 &#160;TCP 192.168.1.203:22-&amp;gt;192.168.1.170:49775 (ESTABLISHED)
sshd &#160; &#160; &#160;927233 &#160; &#160; &#160; &#160; &#160; &#160;root &#160; &#160;4u &#160;IPv4 6819243 &#160; &#160; &#160;0t0 &#160;TCP 192.168.1.203:22-&amp;gt;43.155.174.181:37908 (ESTABLISHED)
sshd &#160; &#160; &#160;927235 &#160; &#160; &#160; &#160; &#160; &#160;sshd &#160; &#160;4u &#160;IPv4 6819243 &#160; &#160; &#160;0t0 &#160;TCP 192.168.1.203:22-&amp;gt;43.155.174.181:37908 (ESTABLISHED)&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment># cat /etc/os-release&lt;br/&gt;
PRETTY_NAME=&amp;quot;Ubuntu 22.04.4 LTS&amp;quot;&lt;br/&gt;
NAME=&amp;quot;Ubuntu&amp;quot;&lt;br/&gt;
VERSION_ID=&amp;quot;22.04&amp;quot;&lt;br/&gt;
VERSION=&amp;quot;22.04.4 LTS (Jammy Jellyfish)&amp;quot;&lt;br/&gt;
&lt;br/&gt;
The server is hosted on a simple local network with nat.</environment>
        <key id="551355">BDS-19079</key>
            <summary>&quot;Port [19132] may be in use by another process&quot; if in OS disabled IPv6</summary>
                <type id="1" iconUrl="https://bugs.mojang.com/secure/viewavatar?size=xsmall&amp;avatarId=18903&amp;avatarType=issuetype">Bug</type>
                                    <status id="5" iconUrl="https://bugs.mojang.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="10001">Awaiting Response</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="anikishov">anikishov</reporter>
                        <labels>
                    </labels>
                <created>Fri, 23 Feb 2024 12:35:27 +0100</created>
                <updated>Wed, 10 Jul 2024 18:02:06 +0200</updated>
                            <resolved>Wed, 10 Jul 2024 18:02:06 +0200</resolved>
                                    <version>1.20.62</version>
                                                            <votes>0</votes>
                                    <watches>0</watches>
                                                                            <comments>
                            <comment id="1338090" author="JIRAUSER555914" created="Wed, 10 Jul 2024 18:02:06 +0200"  >&lt;p&gt;&lt;b&gt;Thank you for your report!&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;However, this issue has been temporarily closed as &lt;b&gt;&lt;font color=&quot;#ff5722&quot;&gt;Awaiting Response&lt;/font&gt;&lt;/b&gt;.&lt;/p&gt;

&lt;p&gt;Is this still an issue in the latest version? If yes, could you please add it to the affected versions (or mention it if you are not the reporter)?&lt;/p&gt;

&lt;p&gt;This ticket will automatically reopen when you reply.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Quick Links&lt;/b&gt;:&lt;br/&gt;
 &#128211; &lt;a href=&quot;https://help.minecraft.net/hc/en-us/articles/4408887473421&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Issue Guidelines&lt;/a&gt; &#8211; &#128172; &lt;a href=&quot;https://help.minecraft.net/hc/en-us/requests/new&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Mojang Support&lt;/a&gt; &#8211; &#128211; &lt;a href=&quot;https://bugs.mojang.com/projects/BDS/summary&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;Project Summary&lt;/a&gt; &amp;#8211; &#128231; &lt;a href=&quot;https://feedback.minecraft.net/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Suggestions&lt;/a&gt; &#8211; &#128214; &lt;a href=&quot;https://minecraft.wiki&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Minecraft Wiki&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1311884" author="JIRAUSER775115" created="Mon, 25 Mar 2024 09:06:16 +0100"  >&lt;p&gt;i can confirm this behavior.&lt;br/&gt;
installed the Minecraft Bedrock server on Arch server, also with IPv6 disabled via sysctl and grub, got the exact same port errors (while these ports are not used by any other proc).&lt;/p&gt;

&lt;p&gt;Also tried a Linux Mint, and one Ubuntu 22.04 LTS with disabled IPv6, withe the same results.&lt;br/&gt;
Even running the Docker image of the Server on one of those machines results in the same error.&lt;/p&gt;

&lt;p&gt;After i re-enabled IPv6, the server was starting without ant issues on all machines.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="562402" name="server.properties.conf" size="8411" author="anikishov" created="Fri, 23 Feb 2024 12:34:26 +0100"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                <customfield id="customfield_10500" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Confirmation Status</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10302"><![CDATA[Community Consensus]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_12700" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Description</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>[Briefly describe the bug here]&lt;br/&gt;
&lt;br/&gt;
*Steps to Reproduce:*&lt;br/&gt;
# [Step 1]&lt;br/&gt;
# [Step 2]&lt;br/&gt;
# [Step 3]&lt;br/&gt;
&lt;br/&gt;
*Observed Results:*&lt;br/&gt;
[Describe what happens]&lt;br/&gt;
&lt;br/&gt;
*Expected Results:*&lt;br/&gt;
[Describe what should happen]&lt;br/&gt;
&lt;br/&gt;
*Screenshots/Videos attached:* [please attach an image or short video]&lt;br/&gt;
&lt;br/&gt;
*Notes:*</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11700" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_11100" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Linked</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_11600" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i2gerz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    </customfields>
    </item>
</channel>
</rss>