<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sat Jan 11 08:16:08 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-16913] Bedrock server won&apos;t start on Ubuntu 22.04 LTS</title>
                <link>https://bugs.mojang.com/browse/BDS-16913</link>
                <project id="11700" key="BDS">Bedrock Dedicated Server</project>
                    <description>&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;The dedicated bedrock server fails to start with an error about libssl&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;
./bedrock_server: error &lt;span class=&quot;code-keyword&quot;&gt;while&lt;/span&gt; loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;I think this may be because Ubuntu now ships with OpenSSL 3.0.2&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment>Distributor ID:	Ubuntu&lt;br/&gt;
Description:	Ubuntu 22.04 LTS&lt;br/&gt;
Release:	22.04&lt;br/&gt;
Codename:	jammy&lt;br/&gt;
&lt;br/&gt;
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)&lt;br/&gt;
</environment>
        <key id="501292">BDS-16913</key>
            <summary>Bedrock server won&apos;t start on Ubuntu 22.04 LTS</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="1">Fixed</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="lnmp4000">lnmp4000</reporter>
                        <labels>
                    </labels>
                <created>Fri, 29 Apr 2022 18:37:03 +0200</created>
                <updated>Fri, 3 Feb 2023 16:54:59 +0100</updated>
                            <resolved>Fri, 3 Feb 2023 16:54:59 +0100</resolved>
                                    <version>1.18.31</version>
                    <version>1.19.10</version>
                                    <fixVersion>1.19.51</fixVersion>
                                            <votes>7</votes>
                                    <watches>9</watches>
                                                                            <comments>
                            <comment id="1205490" author="vincent294" created="Mon, 17 Oct 2022 09:40:54 +0200"  >&lt;p&gt;1.19.30 fixed this, I can start it and join the server on 22.04 without library errors.&lt;/p&gt;</comment>
                            <comment id="1192900" author="JIRAUSER731644" created="Mon, 15 Aug 2022 16:59:07 +0200"  >&lt;p&gt;If you installed impish (the first comment), you will need to remove that file, install focal, then update and install.&#160;&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;
sudo rm /etc/apt/sources.list.d/impish-security.list

echo &lt;span class=&quot;code-quote&quot;&gt;&quot;deb http:&lt;span class=&quot;code-comment&quot;&gt;//security.ubuntu.com/ubuntu focal-security main&quot;&lt;/span&gt; | sudo tee /etc/apt/sources.list.d/focal-security.list
&lt;/span&gt;
sudo apt-get update
sudo apt-get install libssl1.1  &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="1192329" author="JIRAUSER731403" created="Sat, 13 Aug 2022 19:04:10 +0200"  >&lt;p&gt;Impish has been EOLed, so you will need to grab the file from Focal:&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;
echo &lt;span class=&quot;code-quote&quot;&gt;&quot;deb http:&lt;span class=&quot;code-comment&quot;&gt;//security.ubuntu.com/ubuntu focal-security main&quot;&lt;/span&gt; | sudo tee /etc/apt/sources.list.d/focal-security.list
&lt;/span&gt;sudo apt update &amp;amp;&amp;amp; sudo apt install libssl1.1 &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="1180208" author="JIRAUSER656552" created="Wed, 6 Jul 2022 15:25:02 +0200"  >&lt;p&gt;they updated the curl libs on ubuntu 22.02 you will need to install the old ones&lt;/p&gt;</comment>
                            <comment id="1179723" author="vincent294" created="Tue, 5 Jul 2022 08:08:57 +0200"  >&lt;p&gt;Still a problem on Minecraft 1.19.2.&lt;/p&gt;</comment>
                            <comment id="1163093" author="JIRAUSER702676" created="Thu, 12 May 2022 03:26:38 +0200"  >&lt;p&gt;Im getting this on Ubuntu too, it appears they updated the OpenSSL Version, Please fix&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;EDIT:&lt;/b&gt; I was able to resolve myself using the following commands:&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;
echo &lt;span class=&quot;code-quote&quot;&gt;&quot;deb http:&lt;span class=&quot;code-comment&quot;&gt;//security.ubuntu.com/ubuntu impish-security main&quot;&lt;/span&gt; | sudo tee /etc/apt/sources.list.d/impish-security.list
&lt;/span&gt;
sudo apt-get update
sudo apt-get install libssl1.1 &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;If this works for you, show me some gratitude!&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10102">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="503293">BDS-16995</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="510093">BDS-17305</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_11500" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>ADO</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>866891</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <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_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>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_11600" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i27y0v:</customfieldvalue>

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