"Oops, you've found a dead link"

Zak Taccardi March 11, 2014

Parts of my JIRA instance are encountering dead links. Example below:

http://<baseurl>.com:8081/secure/admin/ViewNotificationSchemes.jspa

I recently had to change the port number on the JIRA instance from 8080 to 8081, and then these errors started happening. This JIRA instance hooks up with a stash server too, and users from the JIRA directory now cannot log into stash.

Anyone have an idea with what's going on? I've already updated my baseurl.

2 answers

1 accepted

2 votes
Answer accepted
Zak Taccardi March 19, 2014

I just had to clear out some cache files by doing the following:

  1. Shutdown JIRA;
  2. Delete the content of the following directories:
    • <<JIRA_HOME>>/plugins/.osgi-plugins
    • <<JIRA_HOME>>/plugins/.bundled-plugins
    • <<JIRA_INSTALL>>/work
  3. Start JIRA;
  4. Reindex JIRA;

John Coffie September 10, 2014

This worked for me. Thank you!!

Mary Ann Jaca March 7, 2018

Hi @Zak Taccardi2, can you help me how to delete the content using Mac? Thank you.

0 votes
codelab expert
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.
March 11, 2014

Perhaps you must refresh the connection between JIRA and Stash (delete connection, create connection). The old connection is looking at the old port.

Suggest an answer

Log in or Sign up to answer