We're unable to confirm that Jira license error during JIRA setup
プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。
Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Fisheye および Crucible は除く
問題
While setup JIRA for the first time, the user will need to specify a JIRA License to proceed. While adding the license, JIRA unable to confirm the license and threw below error in UI:
診断
環境
JIRA installed in Windows that use a Buddhist Calendar (like Thai for instance).
Diagnostic Steps
Checking the license use, we can see that the license is actually a valid license.
Check the user language format uses in the server, if the server is using a Buddhist Calendar the format would be like below:
user.language.format : th
原因
The server is using a Buddhist Calendar while JIRA is checking using a Gregorian calendar to check the license.
回避策
The workaround is either:
- Set the localization back to anything that uses the Gregorian calendar in the server. OR
Follow KB on Setting properties and options on startup to add below JVM entry to the startup option.
-Duser.language=en -Duser.country=US
Restart JIRA for the changes to take effect.