Upgrade Jira 7.2.10 to 7.3.0

orbadmin August 16, 2017

Hello, we wanted upgrade our Jira Software but when we have upgraded it at the last version 7.4.2, impossible to start the service when we use the port 443 with a certificat. 

So we have restored our server at the version 7.2.6 to install one by one the updates. When we have install the version 7.3.0, impossible to start the service with the port 443 with certificate. 

Orbium_Error-Service.PNG

What is the change between the version 7.2.9 and 7.3.0 ? 

Thank you.

Best regards.

2 answers

1 vote
somethingblue
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 16, 2017

Hi Christophe,

There is a known issue that you can find at JRASERVER-63734.  Take a look at your configuration and see if you're running into this bug:

Summary

Tomcat crashes on startup when JIRA is configured for SSL using protocol="org.apache.coyote.http11.Http11Protocol" in server.xml.

  • Connector org.apache.coyote.http11.Http11Protocol was removed in Tomcat 8.5

Environment

  • JIRA 7.3/Tomcat 8.5.6 installed with SSL per our documentation Running JIRA applications over SSL or HTTPS

Steps to Reproduce

  1. Configure JIRA with SSL
  2.     protocol="org.apache.coyote.http11.Http11Protocol" set in server.xml as per recommended configuration

Resolution

Modify JIRA_INSTALL/conf/server.xml. Change the protocol on your HTTPS connector to: protocol="org.apache.coyote.http11.Http11NioProtocol"

  • If you do not use the HTTP Connector but use the AJP Connector instead, use the AJP NIO protocol instead.
    • The AJP connector is: protocol="org.apache.coyote.ajp.AjpNioProtocol"

Refer to Upgrade notes for 7.3 for instructions. See Running JIRA applications over SSL.

See Running JIRA applications over SSL or HTTPS for full directions on running JIRA over SSL or HTTPS.

Cheers,

Branden

0 votes
josh
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 16, 2017

Deleted - see Branden's answer

Suggest an answer

Log in or Sign up to answer