<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: FreeBSD: Install Atlassian Jira	</title>
	<atom:link href="https://blog.andreev.it/2016/12/101-freebsd-install-atlassian-jira/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.andreev.it/2016/12/101-freebsd-install-atlassian-jira/</link>
	<description></description>
	<lastBuildDate>Sat, 24 Oct 2020 13:28:32 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Kliment Andreev		</title>
		<link>https://blog.andreev.it/2016/12/101-freebsd-install-atlassian-jira/#comment-231</link>

		<dc:creator><![CDATA[Kliment Andreev]]></dc:creator>
		<pubDate>Thu, 23 May 2019 13:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iandreev.com/?p=2939#comment-231</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.andreev.it/2016/12/101-freebsd-install-atlassian-jira/#comment-230&quot;&gt;Tom Foxwell&lt;/a&gt;.

I&#039;ve never tested it, but I don&#039;t see why it wouldn&#039;t work.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.andreev.it/2016/12/101-freebsd-install-atlassian-jira/#comment-230">Tom Foxwell</a>.</p>
<p>I&#8217;ve never tested it, but I don&#8217;t see why it wouldn&#8217;t work.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tom Foxwell		</title>
		<link>https://blog.andreev.it/2016/12/101-freebsd-install-atlassian-jira/#comment-230</link>

		<dc:creator><![CDATA[Tom Foxwell]]></dc:creator>
		<pubDate>Thu, 23 May 2019 05:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iandreev.com/?p=2939#comment-230</guid>

					<description><![CDATA[Awesome article. I’m just curious, now that Atlassian are moving to OpenJDK, could the standard OpenJDK pkg (specically java/openjdk11) could now be used with FreeBSD. Seems do-able based off Atlassian’s article: https://community.atlassian.com/t5/Agile-articles/Java-11-OpenJDK-support-update-for-Server-and-Data-Center/ba-p/967836]]></description>
			<content:encoded><![CDATA[<p>Awesome article. I’m just curious, now that Atlassian are moving to OpenJDK, could the standard OpenJDK pkg (specically java/openjdk11) could now be used with FreeBSD. Seems do-able based off Atlassian’s article: <a href="https://community.atlassian.com/t5/Agile-articles/Java-11-OpenJDK-support-update-for-Server-and-Data-Center/ba-p/967836" rel="nofollow ugc">https://community.atlassian.com/t5/Agile-articles/Java-11-OpenJDK-support-update-for-Server-and-Data-Center/ba-p/967836</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anastasia S.		</title>
		<link>https://blog.andreev.it/2016/12/101-freebsd-install-atlassian-jira/#comment-229</link>

		<dc:creator><![CDATA[Anastasia S.]]></dc:creator>
		<pubDate>Thu, 02 May 2019 09:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iandreev.com/?p=2939#comment-229</guid>

					<description><![CDATA[Really great instllation guide! Found another one, here are pros and cons of using Jira cloud vs Jira server (on-premises) and the work scope for Jira server installation: https://polontech.com/atlassian-consulting-support/jira-consulting/jira-installation/]]></description>
			<content:encoded><![CDATA[<p>Really great instllation guide! Found another one, here are pros and cons of using Jira cloud vs Jira server (on-premises) and the work scope for Jira server installation: <a href="https://polontech.com/atlassian-consulting-support/jira-consulting/jira-installation/" rel="nofollow ugc">https://polontech.com/atlassian-consulting-support/jira-consulting/jira-installation/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andrew Taranenko		</title>
		<link>https://blog.andreev.it/2016/12/101-freebsd-install-atlassian-jira/#comment-205</link>

		<dc:creator><![CDATA[Andrew Taranenko]]></dc:creator>
		<pubDate>Wed, 25 Oct 2017 23:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iandreev.com/?p=2939#comment-205</guid>

					<description><![CDATA[Thanks a lot for such detailed instruction! However I have some updates if you don&#039;t mind :)

First of all when I&#039;ve used kldload linux64 I&#039;ve got following error:

ELF binary type &quot;0&quot; not known.
exec: /usr/local/linux-oracle-jre1.8.0/bin/java: Exec format error

My environment is:
1) FreeBSD x64 11.1
2) Jira 7.5.1
3) JRE 8u152 (x86)
4) MySQL Connector Java 5.1.44

So I&#039;ve used &#039;kldload linux&#039; instead. But then I&#039;ve got error:

/usr/local/linux-oracle-jre1.8.0/bin/java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory

One way to fix it is to make symlink: ln -s /usr/local/YOUR_JRE_DIRECTORY/lib/i386/jli /compat/linux/usr/lib]]></description>
			<content:encoded><![CDATA[<p>Thanks a lot for such detailed instruction! However I have some updates if you don&#8217;t mind :)</p>
<p>First of all when I&#8217;ve used kldload linux64 I&#8217;ve got following error:</p>
<p>ELF binary type &#8220;0&#8221; not known.<br />
exec: /usr/local/linux-oracle-jre1.8.0/bin/java: Exec format error</p>
<p>My environment is:<br />
1) FreeBSD x64 11.1<br />
2) Jira 7.5.1<br />
3) JRE 8u152 (x86)<br />
4) MySQL Connector Java 5.1.44</p>
<p>So I&#8217;ve used &#8216;kldload linux&#8217; instead. But then I&#8217;ve got error:</p>
<p>/usr/local/linux-oracle-jre1.8.0/bin/java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory</p>
<p>One way to fix it is to make symlink: ln -s /usr/local/YOUR_JRE_DIRECTORY/lib/i386/jli /compat/linux/usr/lib</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
