Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No, they are different.

Common Issues

I am unable to connect RMsis to JIRA running on HTTPS

OR

I am getting a security exception !

...

What is happening at your site: 
As per our understanding you are running either Jira server OR RMsis server OR both are running on https. Real cause Cause of problem is secure communication channel which requires some sort of a public security certificate before establishing any communication channel between 2 serversthe two applications.

Recommendation:
If above reason is correct, then you You need to add security certificate of either RMsis OR JIRA OR both (whichever you are running at https) in java trust store which resides at <JRE_PATH>\/lib\/security\/cacerts.

Below is small how-to for certificate installation.
  • First run RMsis (while you are getting the exception, RMsis is already running, so please reproduce this scenario) and Jira serversPlease ensure that RMsis and JIRA servers are running.
  • Copy InstallCert.class and InstallCert$SavingTrustManager.class to some location (from where java path is accessible). [Download Zip]
  • Run InstallCert binary using command line.
    • $ java InstallCert <SERVER_HOSTNAME>:<PORT>
    • If you are using the default port then  <PORT> is optional
    • Follow the instructions on the screen.
  • This will create new file with name jssecacert in current directory. Just copy this file to <JRE_PATH>\/lib\/security\/cacerts.
  • Restart JIRA and try again with RMsis.

 

I have JIRA installed on a different server and I have installation problems !

...