Skip to content

Update JIRA server install instructions

Firdaws Farukh requested to merge master-patch-05fd into master

Why is this change being made?

  1. Added a path to the keytool executable file. Without the path, I encountered the following error in /opt/atlassian/jira/logs/catalina.out logs:

    08-Aug-2023 09:25:15.420 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["https-jsse-nio-443"]
    08-Aug-2023 09:25:15.638 SEVERE [main] org.apache.catalina.core.StandardService.initInternal Failed to initialize connector 
    [Connector[HTTP/1.1-443]]
    org.apache.catalina.LifecycleException: Protocol handler initialization failed
    	at org.apache.catalina.connector.Connector.initInternal(Connector.java:1077)
    	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
    	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:552)
    	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
    	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:848)
    	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
    	at org.apache.catalina.startup.Catalina.load(Catalina.java:639)
    	at org.apache.catalina.startup.Catalina.load(Catalina.java:662)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:498)
    	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:302)
    	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:472)
    Caused by: java.lang.IllegalArgumentException: Invalid keystore format
    	at org.apache.tomcat.util.net.AbstractJsseEndpoint.createSSLContext(AbstractJsseEndpoint.java:100)
    	at org.apache.tomcat.util.net.AbstractJsseEndpoint.initialiseSsl(AbstractJsseEndpoint.java:72)
    	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:248)
    	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:1118)
    	at org.apache.tomcat.util.net.AbstractJsseEndpoint.init(AbstractJsseEndpoint.java:222)
    	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:599)
    	at org.apache.coyote.http11.AbstractHttp11Protocol.init(AbstractHttp11Protocol.java:80)
    	at org.apache.catalina.connector.Connector.initInternal(Connector.java:1075)
  2. Removed redundant instruction step.

  3. Added a step to confirm that SSL configuration is working as expected.

Author Checklist

  • Provided a concise title for this Merge Request (MR)
  • Added a description to this MR explaining the reasons for the proposed change, per say why, not just what
    • Copy/paste the Slack conversation to document it for later, or upload screenshots. Verify that no confidential data is added, and the content is SAFE
  • Assign reviewers for this MR to the correct Directly Responsible Individual/s (DRI)
    • If the DRI for the page/s being updated isn’t immediately clear, then assign it to one of the people listed in the Maintained by section on the page being edited
    • If your manager does not have merge rights, please ask someone to merge it AFTER it has been approved by your manager in #mr-buddies
    • The when to get approval handbook section explains the workflow in more detail
  • If the changes affect team members, or warrant an announcement in another way, please consider posting an update in #whats-happening-at-gitlab linking to this MR
    • If this is a change that directly impacts the majority of global team members, it should be a candidate for #company-fyi. Please work with internal communications and check the handbook for examples.

Edited by Firdaws Farukh

Merge request reports