Help me finish Jira configuration

frozone92 February 16, 2014
After mail server configuration(i selected configue later) something went wrong.Server returns error(i dont remember number) and now when i am trying to open Jira dir(8080 port),server redirects me to "http://jiralockederror.com/". Help please. P.S. I am using Linux server.

1 answer

0 votes
frozone92 February 16, 2014

As a first step to resolving this, please try increasing the timeout value to 300 as per this article. To do this, please follow these steps:

  1. From <tt>$jira_install/bin</tt> (or <tt>$tomcat_home/bin</tt> for JIRA WAR installations), open <tt>setenv.sh</tt> in a text editor.
  2. Find the section JVM_SUPPORT_RECOMMENDED_ARGS=
  3. Edit it like so:
    JVM_SUPPORT_RECOMMENDED_ARGS="-Datlassian.plugins.enable.wait=300"
    
  4. Save the file.
  5. Start JIRA up again

This should increase the timeout and allow the plugins to load correctly.

Suggest an answer

Log in or Sign up to answer