Difficulties Building .war file from source

Cory Nestor-Hubert October 25, 2017

I've been trying to build JIRA 7.5.1 as a .war file to deploy as a web application in my j2ee container.

So I am following this.

https://confluence.atlassian.com/jira064/installing-jira-on-tomcat-6-0-or-7-0-720411825.html

However, I am running into several issues with the build.

It typically fails when trying to download/configure node/yarn.

I tried this...

to Edit jira-project\package.json - to exclude preinstall/postinstall

according to https://community.atlassian.com/t5/Jira-questions/JIRA-Software-
Source-7-4-2-Fails-To-Build-Due-To-Yarn-Install/qaq-p/629278

 

it got me further...

And I ran into this 

[ERROR] error An unexpected error occurred: "https://npm-private.atlassian.io/@atlassian%2fstylelint-config-jira-fecq/-/@atlassian%2fstylelint-config-
jira-fecq-1.0.1.tgz: connect ETIMEDOUT 10.120.185.44:443".
[INFO] info If you think this is a bug, please open a bug report with the information provided in "c:\\Projects\\atlassian-jira-software-7.5.1-source\

Another post referred to this as a build issue on atlassian end that doesn't allow me to access npm-preivate.atlassion.io

 

Can you provide some direction here?    

As an alternative....  I just need a jira .war file.    If there is a way to do it without building from the source code.  That may work too.

 

2 answers

0 votes
Andy Heinzer
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 17, 2017

Hi Cory,

I just found a related ticket to this problem in https://jira.atlassian.com/browse/JRASERVER-66224   It appears that this inability to build Jira from the current source is a bug. 

I would recommend watching this bug ticket for updates to this. 

Regards,
Andy

Cory Nestor-Hubert November 18, 2017

Appreciated.    A .war installation in my existing J2EE container is a lot easier for me to maintain and monitor with my other apps.    

Looking forward to this fix.

0 votes
Andy Heinzer
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 26, 2017

Hi Cory,

I understand you are wanting to deploy a WAR installation of Jira.  That becomes much more difficult for Jira 7 versions since Atlassian officially discontinued all support for WAR installations back in 2016.   We announced that this change back in 2014, (you can find the previous announcements on end of support announcements about this).  That post explains why Atlassian stopped providing this as a means to deploy Jira.  The short answer is that it makes installations much more difficult and in general provides a negative product experience.

That said there are Atlassian prepared WAR packages for Jira 6.4.x and before that you can still find in the Jira Downloads Archive. I am not sure if these older versions would suffice in your case or not.

I hope this helps,

Andy

Suggest an answer

Log in or Sign up to answer