{
   "expand": "operations,versionedRepresentations,editmeta,changelog,renderedFields",
   "id": "537320",
   "self": "https://bugs.mojang.com/rest/api/2/issue/537320",
   "key": "BDS-18482",
   "fields": {
      "issuetype": "1",
      "project": "11700",
      "fixVersions": [],
      "resolution": "4",
      "customfield_10500": {
         "self": "https://bugs.mojang.com/rest/api/2/customFieldOption/10300",
         "value": "Unconfirmed",
         "id": "10300",
         "disabled": false
      },
      "customfield_12800": null,
      "customfield_12602": [],
      "customfield_12601": null,
      "customfield_12604": null,
      "customfield_12603": null,
      "customfield_12606": null,
      "customfield_12605": null,
      "customfield_12608": null,
      "resolutiondate": "2024-05-14T19:14:08.000+0300",
      "customfield_12607": null,
      "customfield_12609": null,
      "workratio": -1,
      "lastViewed": null,
      "watches": {
         "self": "https://bugs.mojang.com/rest/api/2/issue/BDS-18482/watchers",
         "watchCount": 2,
         "isWatching": false
      },
      "created": "2023-06-22T21:22:26.000+0300",
      "customfield_12000": null,
      "customfield_12201": null,
      "customfield_12600": null,
      "labels": [],
      "customfield_11700": "{}",
      "versions": [
         "21502"
      ],
      "issuelinks": [],
      "assignee": null,
      "updated": "2024-05-14T19:14:08.000+0300",
      "status": "5",
      "description": "Both bedrock-server-1.20.1.02.zip and bedrock-server-1.20.10.24.zip fails since it think port is in use, though it isn't!\r\n\r\nDownloaded from https://www.minecraft.net/en-us/download/server/bedrock\r\n\r\nI verified the port was not in use with `sudo lsof -i | grep 19132` on my Archlinux machine.\r\n\r\n[https://github.com/itzg/docker-minecraft-bedrock-server/issues/326] is the same issue, though in a Docker environment.\r\n\r\n\u00a0\r\n\r\n\u00a0",
      "customfield_11100": 0.0,
      "customfield_11300": null,
      "customfield_11500": null,
      "customfield_12503": null,
      "customfield_12700": "[Briefly describe the bug here]\r\n\r\n*Steps to Reproduce:*\r\n# [Step 1]\r\n# [Step 2]\r\n# [Step 3]\r\n\r\n*Observed Results:*\r\n[Describe what happens]\r\n\r\n*Expected Results:*\r\n[Describe what should happen]\r\n\r\n*Screenshots/Videos attached:* [please attach an image or short video]\r\n\r\n*Notes:*",
      "customfield_12502": null,
      "customfield_12504": null,
      "attachment": [],
      "summary": "ERROR Port [19132] may be in use by another process",
      "creator": "JIRAUSER757015",
      "reporter": "JIRAUSER757015",
      "customfield_10002": null,
      "customfield_12501": null,
      "customfield_12500": null,
      "customfield_11601": null,
      "customfield_11600": "0|i2e2lz:",
      "environment": null,
      "customfield_11801": null,
      "customfield_11800": null,
      "customfield_11602": null,
      "customfield_11802": null,
      "comment": {
         "comments": [
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/537320/comment/1266929",
               "id": "1266929",
               "author": "JIRAUSER648376",
               "body": "*Thank you for your report!*\r\nHowever, this issue has been temporarily closed as\u00a0*{color:#ff5722}Awaiting Response{color}*\r\n\r\nCan you please provide more details how to reproduce this issue? \r\n\r\nIf possible, please attach recording of this issue occuring. If it exceeds file size limit you can use OneDrive or similar file hosting service and share link. \r\n\r\nAlso, just a reminder, to make your bug report as effective as possible, please try and include the following steps to reproduce the problem:\r\n{quote}*Steps to Reproduce:*\r\n1.\r\n2.\r\n3.\r\n\r\n*Observed Results:*\r\n_(Briefly describe what happens)_\r\n\r\n*Expected Results:*\r\n_(Briefly describe what should happen)_\r\n{quote}\r\nIf your ticket does not look like the example given\u00a0[here|https://help.mojang.com/customer/portal/articles/801354-writing-helpful-bug-reports-for-minecraft], then it's likely to be closed as incomplete.\r\n\r\nThis ticket will automatically reopen when you reply.",
               "updateAuthor": "JIRAUSER648376",
               "created": "2023-07-04T11:42:22.878+0300",
               "updated": "2023-07-04T11:42:22.878+0300"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/537320/comment/1267815",
               "id": "1267815",
               "author": "JIRAUSER758200",
               "body": "Not original poster but I also get this issue.\r\n\r\n*Steps to Reproduce:*\r\n1. Install Ubuntu 22.04 LTS and Docker\r\n2. Run the server in a docker container assigning an unused port to it and configuring the server to use it. (I use image ghcr.io/parkervcp/yolks:debian but it seems to also occur with other docker images)\r\n3. Try and start the server\r\n\r\n*Additional details:*\r\n\r\nnetstat inside the container, port is not in use:\r\n!https://i.dkil.ca/raw/2023/07/09/024407.png!\r\n\r\nnetstat on the host with the container up (shows the docker proxy process): \r\n!https://i.dkil.ca/raw/2023/07/09/024728.png!\r\n\r\nnetstat on the host with the container shut down:\r\n!https://i.dkil.ca/raw/2023/07/09/024526.png!\r\n\r\n*Observed Results:*\r\nThe server believes\u00a0the port is used: \r\n[2023-07-09 02:16:50:719 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 for server\r\n[2023-07-09 02:16:50:719 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 for server\r\n\r\n*Expected Results:*\r\n\r\nThe server starts up as it used to do",
               "updateAuthor": "JIRAUSER758200",
               "created": "2023-07-09T09:31:10.145+0300",
               "updated": "2023-07-09T09:49:07.900+0300"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/537320/comment/1299166",
               "id": "1299166",
               "author": "JIRAUSER601130",
               "body": "Can you please try to configure your server with different ports?  You can do that by editing server.properties line: \"server-port=19132\" and \"server-portv6=19133\" be sure to turn off \"enable-lan-visibility=true.\r\nThis will automatically reopen when you reply.",
               "updateAuthor": "JIRAUSER601130",
               "created": "2024-01-10T16:36:45.015+0200",
               "updated": "2024-01-10T16:36:45.015+0200"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/537320/comment/1322812",
               "id": "1322812",
               "author": "JIRAUSER484247",
               "body": "Cleaning up old tickets: This ticket had been set to 'Awaiting Response', but has not received a response from the reporter (~3 months+) so is being closed as Incomplete. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines which includes steps to reproduce the problem.\r\n\r\nQuick Links:\r\n\ud83d\udcd3 Issue Guidelines \u2013 \ud83d\udcac Mojang Support \u2013 \ud83d\udce7 Suggestions \u2013 \ud83d\udcd6 Minecraft Wiki\r\n\r\n",
               "updateAuthor": "JIRAUSER484247",
               "created": "2024-05-14T19:14:08.867+0300",
               "updated": "2024-05-14T19:14:08.867+0300"
            }
         ],
         "maxResults": 4,
         "total": 4,
         "startAt": 0
      },
      "votes": {
         "self": "https://bugs.mojang.com/rest/api/2/issue/BDS-18482/votes",
         "votes": 0,
         "hasVoted": false
      }
   },
   "changelog": {
      "startAt": 0,
      "maxResults": 6,
      "total": 6,
      "histories": [
         {
            "id": "2827099",
            "author": "ocelotonesie",
            "created": "2023-06-22T23:33:43.535+0300",
            "items": [
               {
                  "field": "Key",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": "MCPE-172167",
                  "to": null,
                  "toString": "BDS-18482"
               },
               {
                  "field": "Platform",
                  "fieldtype": "custom",
                  "from": "11503",
                  "fromString": "Multiple",
                  "to": null,
                  "toString": ""
               },
               {
                  "field": "Version",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "21502",
                  "toString": "1.20.0"
               },
               {
                  "field": "Version",
                  "fieldtype": "jira",
                  "from": "21518",
                  "fromString": "1.20.1 Hotfix",
                  "to": null,
                  "toString": null
               },
               {
                  "field": "Version",
                  "fieldtype": "jira",
                  "from": "21517",
                  "fromString": "1.20.10.24 Preview",
                  "to": null,
                  "toString": null
               },
               {
                  "field": "Workflow",
                  "fieldtype": "jira",
                  "from": "709752",
                  "fromString": "MCPE Workflow",
                  "to": "709765",
                  "toString": "Global Mojang Workflow"
               },
               {
                  "field": "project",
                  "fieldtype": "jira",
                  "from": "10200",
                  "fromString": "Minecraft (Bedrock codebase)",
                  "to": "11700",
                  "toString": "Bedrock Dedicated Server"
               }
            ]
         },
         {
            "id": "2832173",
            "author": "JIRAUSER648376",
            "created": "2023-07-04T11:42:22.882+0300",
            "items": [
               {
                  "field": "resolution",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "10001",
                  "toString": "Awaiting Response"
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "1",
                  "fromString": "Open",
                  "to": "5",
                  "toString": "Resolved"
               }
            ]
         },
         {
            "id": "2921768",
            "author": "JIRAUSER601130",
            "created": "2024-01-10T16:35:52.405+0200",
            "items": [
               {
                  "field": "resolution",
                  "fieldtype": "jira",
                  "from": "10001",
                  "fromString": "Awaiting Response",
                  "to": null,
                  "toString": null
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "5",
                  "fromString": "Resolved",
                  "to": "4",
                  "toString": "Reopened"
               }
            ]
         },
         {
            "id": "2921769",
            "author": "JIRAUSER601130",
            "created": "2024-01-10T16:36:45.020+0200",
            "items": [
               {
                  "field": "resolution",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "10001",
                  "toString": "Awaiting Response"
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "4",
                  "fromString": "Reopened",
                  "to": "5",
                  "toString": "Resolved"
               }
            ]
         },
         {
            "id": "2994996",
            "author": "JIRAUSER484247",
            "created": "2024-05-14T18:51:49.403+0300",
            "items": [
               {
                  "field": "resolution",
                  "fieldtype": "jira",
                  "from": "10001",
                  "fromString": "Awaiting Response",
                  "to": null,
                  "toString": null
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "5",
                  "fromString": "Resolved",
                  "to": "4",
                  "toString": "Reopened"
               }
            ]
         },
         {
            "id": "2995060",
            "author": "JIRAUSER484247",
            "created": "2024-05-14T19:14:08.869+0300",
            "items": [
               {
                  "field": "resolution",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "4",
                  "toString": "Incomplete"
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "4",
                  "fromString": "Reopened",
                  "to": "5",
                  "toString": "Resolved"
               }
            ]
         }
      ]
   }
}