Hi,
Some gadgets on our production instance show the titles as _msg_gadget but the gadgets on test instance show the titles correctly as shown in the images attached.
Both are on the latest version of 8.5.0, upgraded last week. This issue existed even before the upgrade.
Could you please provide steps to resolve this.
This basically means the Jira server cannot talk to itself. This could be firewalls, network routing, unusual network config, and quite a few other things. The most common cause I see is, exactly as @Aleksandr Zuevich suggests, the SSL for Jira to see itself.
If it is the SSL, then the usual cause is that while Jira is happily serving data up over HTTPS, it does not have a certificate that enables it to see itself!
To get to the bottom of this, start with a simple "wget" or "curl" - try to fetch your own Jira's login page from the command line on your Jira server. Not "get localhost", but check it over the network. Assuming your Jira is running on "https://ourserver.org/jira", then log into the server on the command line (doesn't need to be root or anything, any standard human account will work) and run "wget https://ourserver.org/jira" - the error message you get back will tell us if the problem is network based, or down to SSL.
Thank you for the detailed answer.
The issue got resolved when i was trying your suggestion although it was actually not an issue. When I copied the page address to use in wget command, I noticed that the page was missing the domain part...
Production was http://ourserver:port/
Test was http://ourserver.xxx.xxx:port/
When i refreshed the page adding the xxx.xxx it works fine.
Apparently, only I was seeing this issue due to the way I was accessing the page :(
Thank you for all your answers and suggestions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Pangeel Shubha ,
Do you have the same versions of plugins installed on both environments? If so, maybe you have different locales?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Both instances have same versions of plugins as both versions were upgraded just last week.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I googled a bit and there are a lot of info related to SSLHandshakeException in log. Do you have such kind of errors in atlassian-jira.log? Maybe your test instance works through http while your production works through https.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.