{
   "expand": "operations,versionedRepresentations,editmeta,changelog,renderedFields",
   "id": "217422",
   "self": "https://bugs.mojang.com/rest/api/2/issue/217422",
   "key": "BDS-211",
   "fields": {
      "issuetype": "1",
      "project": "11700",
      "fixVersions": [],
      "resolution": "4",
      "customfield_10500": null,
      "customfield_12800": null,
      "customfield_12602": [],
      "customfield_12601": null,
      "customfield_12604": null,
      "customfield_12603": null,
      "customfield_12606": null,
      "customfield_12605": null,
      "customfield_12608": null,
      "resolutiondate": "2020-08-19T17:50:38.000+0300",
      "customfield_12607": null,
      "customfield_12609": null,
      "workratio": -1,
      "lastViewed": null,
      "watches": {
         "self": "https://bugs.mojang.com/rest/api/2/issue/BDS-211/watchers",
         "watchCount": 1,
         "isWatching": false
      },
      "created": "2018-10-31T08:08:27.000+0200",
      "customfield_12000": null,
      "customfield_12201": null,
      "customfield_12600": null,
      "labels": [],
      "customfield_11700": "{}",
      "versions": [
         "17409"
      ],
      "issuelinks": [],
      "assignee": null,
      "updated": "2020-08-19T17:50:38.000+0300",
      "status": "5",
      "description": "On startup, I get the following message. I have created ops.json, whitelist.json, and log files (-> BDS-43 & BDS-56).\n\nI have also imported a new world into it to try, but it's still not working. Any ideas?\n\n{noformat}\nsetting up server logging...\n[2018-10-31 06:00:33 INFO] Starting Server\n[2018-10-31 06:00:33 INFO] Version 1.7.0.13\n[2018-10-31 06:00:33 INFO] Level Name: world\n[2018-10-31 06:00:33 INFO] Game mode: 0 Survival\n[2018-10-31 06:00:33 INFO] Difficulty: 1 EASY\n[2018-10-31 06:00:33 ERROR] Fatal error when loading level data, stopping server...\nQuit correctly\n{noformat}\n",
      "customfield_11100": null,
      "customfield_11300": null,
      "customfield_11500": null,
      "customfield_12503": null,
      "customfield_12700": null,
      "customfield_12502": null,
      "customfield_12504": null,
      "attachment": [
         "188204"
      ],
      "summary": "\"Fatal error when loading level data, stopping server...\"; Error on startup",
      "creator": "fetzu",
      "reporter": "fetzu",
      "customfield_10002": null,
      "customfield_12501": null,
      "customfield_12500": null,
      "customfield_11601": null,
      "customfield_11600": "0|i0vl67:",
      "environment": "Ubuntu 18.04.1 LTS\nCodename: bionic\nopenjdk version \"10.0.2\" 2018-07-17\nOpenJDK Runtime Environment (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.3)\nOpenJDK 64-Bit Server VM (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.3, mixed mode)",
      "customfield_11801": null,
      "customfield_11800": null,
      "customfield_11602": null,
      "customfield_11802": null,
      "comment": {
         "comments": [
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/217422/comment/498167",
               "id": "498167",
               "author": "fetzu",
               "body": "Silly me. SUDO error.. ",
               "updateAuthor": "fetzu",
               "created": "2018-10-31T09:45:08.808+0200",
               "updated": "2018-10-31T09:45:08.808+0200"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/217422/comment/498264",
               "id": "498264",
               "author": "parkervcp",
               "body": "want to ask about this because I have a system where I can't sudo. Why would sudo be needed to run this.",
               "updateAuthor": "parkervcp",
               "created": "2018-10-31T19:33:16.506+0200",
               "updated": "2018-10-31T19:33:16.506+0200"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/217422/comment/510026",
               "id": "510026",
               "author": "bemoty",
               "body": "Hi, can you please provide us with the exact steps on how you resolve this issue?",
               "updateAuthor": "bemoty",
               "created": "2019-01-02T15:02:25.362+0200",
               "updated": "2019-01-02T15:02:25.362+0200"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/217422/comment/513506",
               "id": "513506",
               "author": "samjudson",
               "body": "I'm also having this issue when trying to run the bedrock server inside a docker container.\n\nThe container is the latest ubuntu image, and minecraft is version\u00a01.8.1.2 (I have tried with\u00a01.8.0.24 as well).\n\nIt works fine if the world files are local, but when I try and use an external volume for the world files it seems to crash. This happens even if it's a brand new world. It creates some files (so I know it's not a permissions issue) below when no world is specified:\n\nBedrock world/db/000006.log (0kb)\nBedrock world/db/CURRENT (1kb)\nBedrock world/db/LOCK (0kb)\nBedrock world/db/MANIFEST-000001 (1kb)\nBedrock world/db/lost/00003.log (0kb)\nBedrock world/db/lost/MANIFEST-000001 (1kb)\n\nThe output from the server is as follow:\n\nNO LOG FILE! - setting up server logging...\nNO LOG FILE! - [2019-01-18 18:55:46 INFO] Starting Server\nNO LOG FILE! - [2019-01-18 18:55:46 INFO] Version 1.8.1.2\n[2019-01-18 18:55:46 INFO] Level Name: Bedrock level\n[2019-01-18 18:55:46 INFO] Game mode: 0 Survival\n[2019-01-18 18:55:46 INFO] Difficulty: 1 EASY\n[2019-01-18 18:55:48 ERROR] Fatal error when loading level data, stopping server...\nQuit correctly\n\nDoes anyone have any idea?",
               "updateAuthor": "samjudson",
               "created": "2019-01-18T21:18:05.159+0200",
               "updated": "2019-01-18T21:18:05.159+0200"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/217422/comment/792236",
               "id": "792236",
               "author": "mega_spud",
               "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|http://help.mojang.com/customer/portal/articles/801354-writing-helpful-bug-reports-for-minecraft|How To Write helpful bug reports] which includes steps to reproduce the problem.\r\n\r\n*Quick Links*:\r\n\ud83d\udcd3 [Issue Guidelines|http://help.mojang.com/customer/portal/articles/801354-writing-helpful-bug-reports-for-minecraft|How To Write Awesome Tickets! \ud83d\udcaf] -- \ud83d\udcac [Mojang Support|https://help.minecraft.net/hc/en-us/requests/new|Account Support \ud83d\udd79] -- \ud83d\udce7 [Suggestions|https://feedback.minecraft.net/|Feedback and Suggestions \u270d\ufe0f] -- \ud83d\udcd6 [Minecraft Wiki|http://minecraft.gamepedia.com/Minecraft_Wiki|Official Minecraft Wiki \ud83c\udf93]",
               "updateAuthor": "mega_spud",
               "created": "2020-08-19T17:50:38.638+0300",
               "updated": "2020-08-19T17:50:38.638+0300"
            }
         ],
         "maxResults": 5,
         "total": 5,
         "startAt": 0
      },
      "votes": {
         "self": "https://bugs.mojang.com/rest/api/2/issue/BDS-211/votes",
         "votes": 0,
         "hasVoted": false
      }
   },
   "changelog": {
      "startAt": 0,
      "maxResults": 7,
      "total": 7,
      "histories": [
         {
            "id": "997679",
            "author": "fetzu",
            "created": "2018-10-31T08:08:56.778+0200",
            "items": [
               {
                  "field": "Attachment",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "188204",
                  "toString": "screen.png"
               }
            ]
         },
         {
            "id": "1003391",
            "author": "bemoty",
            "created": "2018-11-10T18:56:36.231+0200",
            "items": [
               {
                  "field": "description",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": "On startup, I get the following message. I have created ops, whitelist, and log files.\n\nI have also imported a new world into it to try, but still not working.\n\nAny ideas?\n\n????\n\nNO LOG FILE! - setting up server logging...\n\nNO LOG FILE! - [2018-10-31 06:00:33 INFO] Starting Server\n\nNO LOG FILE! - [2018-10-31 06:00:33 INFO] Version 1.7.0.13\n\nNO LOG FILE! - [2018-10-31 06:00:33 INFO] Level Name: world\n\nNO LOG FILE! - [2018-10-31 06:00:33 INFO] Game mode: 0 Survival\n\nNO LOG FILE! - [2018-10-31 06:00:33 INFO] Difficulty: 1 EASY\n\nNO LOG FILE! - [2018-10-31 06:00:33 ERROR] Fatal error when loading level data, stopping server...\n\nQuit correctly",
                  "to": null,
                  "toString": "{panel:title=Moderator Note|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1|bgColor=#FFFFCE}\nThe dedicated server needs elevetated permissions to run -> please run it using {{sudo}}.\n{panel}\n\nOn startup, I get the following message. I have created ops.json, whitelist.json, and log files (-> BDS-43 & BDS-56).\n\nI have also imported a new world into it to try, but it's still not working. Any ideas?\n\n{noformat}\nsetting up server logging...\n[2018-10-31 06:00:33 INFO] Starting Server\n[2018-10-31 06:00:33 INFO] Version 1.7.0.13\n[2018-10-31 06:00:33 INFO] Level Name: world\n[2018-10-31 06:00:33 INFO] Game mode: 0 Survival\n[2018-10-31 06:00:33 INFO] Difficulty: 1 EASY\n[2018-10-31 06:00:33 ERROR] Fatal error when loading level data, stopping server...\nQuit correctly\n{noformat}\n"
               },
               {
                  "field": "environment",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": "Distributor ID: Ubuntu\n\nDescription: Ubuntu 18.04.1 LTS\n\nRelease: 18.04\n\nCodename: bionic\n\nopenjdk version \"10.0.2\" 2018-07-17\n\nOpenJDK Runtime Environment (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.3)\n\nOpenJDK 64-Bit Server VM (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.3, mixed mode)",
                  "to": null,
                  "toString": "Ubuntu 18.04.1 LTS\nCodename: bionic\nopenjdk version \"10.0.2\" 2018-07-17\nOpenJDK Runtime Environment (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.3)\nOpenJDK 64-Bit Server VM (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.3, mixed mode)"
               },
               {
                  "field": "summary",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": "Error on startup - UBUNTU",
                  "to": null,
                  "toString": "\"Fatal error when loading level data, stopping server...\"; Error on startup"
               }
            ]
         },
         {
            "id": "1003392",
            "author": "bemoty",
            "created": "2018-11-10T18:56:47.534+0200",
            "items": [
               {
                  "field": "description",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": "{panel:title=Moderator Note|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1|bgColor=#FFFFCE}\nThe dedicated server needs elevetated permissions to run -> please run it using {{sudo}}.\n{panel}\n\nOn startup, I get the following message. I have created ops.json, whitelist.json, and log files (-> BDS-43 & BDS-56).\n\nI have also imported a new world into it to try, but it's still not working. Any ideas?\n\n{noformat}\nsetting up server logging...\n[2018-10-31 06:00:33 INFO] Starting Server\n[2018-10-31 06:00:33 INFO] Version 1.7.0.13\n[2018-10-31 06:00:33 INFO] Level Name: world\n[2018-10-31 06:00:33 INFO] Game mode: 0 Survival\n[2018-10-31 06:00:33 INFO] Difficulty: 1 EASY\n[2018-10-31 06:00:33 ERROR] Fatal error when loading level data, stopping server...\nQuit correctly\n{noformat}\n",
                  "to": null,
                  "toString": "{panel:title=Moderator Note|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1|bgColor=#FFFFCE}\nThe dedicated server needs elevated permissions to run -> please run it using {{sudo}}.\n{panel}\n\nOn startup, I get the following message. I have created ops.json, whitelist.json, and log files (-> BDS-43 & BDS-56).\n\nI have also imported a new world into it to try, but it's still not working. Any ideas?\n\n{noformat}\nsetting up server logging...\n[2018-10-31 06:00:33 INFO] Starting Server\n[2018-10-31 06:00:33 INFO] Version 1.7.0.13\n[2018-10-31 06:00:33 INFO] Level Name: world\n[2018-10-31 06:00:33 INFO] Game mode: 0 Survival\n[2018-10-31 06:00:33 INFO] Difficulty: 1 EASY\n[2018-10-31 06:00:33 ERROR] Fatal error when loading level data, stopping server...\nQuit correctly\n{noformat}\n"
               }
            ]
         },
         {
            "id": "1027425",
            "author": "bemoty",
            "created": "2019-01-02T15:02:25.437+0200",
            "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": "1027426",
            "author": "bemoty",
            "created": "2019-01-02T15:02:37.123+0200",
            "items": [
               {
                  "field": "description",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": "{panel:title=Moderator Note|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1|bgColor=#FFFFCE}\nThe dedicated server needs elevated permissions to run -> please run it using {{sudo}}.\n{panel}\n\nOn startup, I get the following message. I have created ops.json, whitelist.json, and log files (-> BDS-43 & BDS-56).\n\nI have also imported a new world into it to try, but it's still not working. Any ideas?\n\n{noformat}\nsetting up server logging...\n[2018-10-31 06:00:33 INFO] Starting Server\n[2018-10-31 06:00:33 INFO] Version 1.7.0.13\n[2018-10-31 06:00:33 INFO] Level Name: world\n[2018-10-31 06:00:33 INFO] Game mode: 0 Survival\n[2018-10-31 06:00:33 INFO] Difficulty: 1 EASY\n[2018-10-31 06:00:33 ERROR] Fatal error when loading level data, stopping server...\nQuit correctly\n{noformat}\n",
                  "to": null,
                  "toString": "On startup, I get the following message. I have created ops.json, whitelist.json, and log files (-> BDS-43 & BDS-56).\n\nI have also imported a new world into it to try, but it's still not working. Any ideas?\n\n{noformat}\nsetting up server logging...\n[2018-10-31 06:00:33 INFO] Starting Server\n[2018-10-31 06:00:33 INFO] Version 1.7.0.13\n[2018-10-31 06:00:33 INFO] Level Name: world\n[2018-10-31 06:00:33 INFO] Game mode: 0 Survival\n[2018-10-31 06:00:33 INFO] Difficulty: 1 EASY\n[2018-10-31 06:00:33 ERROR] Fatal error when loading level data, stopping server...\nQuit correctly\n{noformat}\n"
               }
            ]
         },
         {
            "id": "1778261",
            "author": "mega_spud",
            "created": "2020-08-19T17:49:23.041+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": "1778304",
            "author": "mega_spud",
            "created": "2020-08-19T17:50:38.639+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"
               }
            ]
         }
      ]
   }
}