| # | Category | Cause / Issue | Symptoms | Possible Solution(s) | Included in Diagnostics ? |
|---|
| System Function | Application does not have the permissions to create JIRA_HOME/rmsis | - JIRA_HOME/rmsis directory not created
- Configuration files not written
| Provide adequate permissions to the user. | Yes |
| System Function | JRE is not accessible to RMsis Plugin | - Unable to access / process JAR file
| Include JRE location in path. | Yes |
| System Function | Insufficient memory to run JAVA / Tomcat / RMsis | | User needs to check available memory and increase the available memory, if necessary | No |
| System Function | Database is not accessible | - Exception while trying to connect to Database
- Test Database Connection fails, while installing RMsis
- User will be prevented from going to the next step.
- Note : One possibility is that the user incorrectly provides JIRA database as RMsis database. This is incorrect and should not be done.
| Reconfigure RMsis regarding the Database | Yes |
| System Function | Plugin is unable to stop instance of RMsis (and Tomcat) | - Error message during RMsis installation.
- If successful, expect to see only one instance of Tomcat (corresponding to JIRA).
| - Kill the JAVA Process corresponding to RMsis.
- After RMsis (and Tomcat) processes are manually terminated; click on RMsis tab (on JIRA menu bar) again to resume RMsis.
| Yes |
| Network Configuration | Firewall is blocking RMsis / JIRA ports. | - Timeout while trying to connect to RMsis.
| Enable access to RMsis URL and ports | Yes |
| Network Configuration | A network Element / Proxy is directing all traffic to the Gateway, ignoring traffic meant for the server hosting RMsis and JIRA. | - Timeout while trying to connect to RMsis.
| Exclude JIRA / RMsis server from the proxy settings | Yes |
| Network Configuration | Reverse Proxy prohibits communication between two applications. | - Timeout while trying to connect to RMsis.
| Reconfigure reverse proxy to enable communication between two processes. | Yes |
| Network Configuration | RMsis cannot connect with JIRA over HTTP. Network configuration problem. | - JIRA Internal URL access failure.
| Test connection while configuring JIRA Internal URL. | Yes |
| Network Configuration | RMsis cannot connect with JIRA over HTTPS even though other users can access JIRA. Client side certificate not installed. | - JIRA Internal URL access failure.
| - Test connection while configuring JIRA Internal URL.
- Install client side keys. Refer document Running RMsis on SSL or HTTPS
| Yes |
| Network Configuration | JIRA is unable to access RMsis URL using HTTP. Network configuration problem. | - While trying to connect to RMsis, the following errors are possible
- Timeout
- Connection Refused
- An attempt to access RMsis URL from a browser installed on the server (where JIRA and RMsis are running) fails.
| - Check if RMsis URL is correctly specified in the configuration.
- Check if firewall is blocking access to RMsis port. Provide access
| Yes |
| Network Configuration | JIRA is unable to access RMsis URL using HTTPS. Invalid certificate OR incorrect certificate installation. | - While trying to connect to RMsis, the following errors are possible
- Timeout
- Connection Refused
- An attempt to access RMsis url from a browser installed on the server (where JIRA and RMsis are running) fails.
| - Install client side keys. Refer document Running RMsis on SSL or HTTPS
| Yes |