Hi. I have just installed a new fresh copy of Jira 8.22.2 and after installing, I can load up Jira in my browser and click on "I'll set up myself". However, after using the built-in H2 database option to quickly test everything, Jira gets stuck on "Please wait while the database is setup..." and I cannot do anything. Refreshing the page leads to a HTTP 503 error (indicating to me that the service has completely failed).
After about 10 minutes, it comes back however and says that all the plugins have failed to start (as seen below).
We couldn't start the following plugins:
When stopping the Windows service, waiting for it to shutdown and then restarting Jira again, it takes another 10 minutes trying to startup where I'm stuck on this loading page for that time.
Eventually it then shows the failed plugin screen again (same info in the list above).
I have tried deleting .bundled-plugins and .osgi-plugins as other users have mentioned the plugins can become corrupted (even though this is literally a fresh installation) but the same issue persists.
I have restarted my Windows Server and I am running the latest updates from Microsoft. The server is Windows Server 2019. Windows Defender is disabled and I have the Atlassian directory from Program Files added as an exclusion.
I am very lost as per what's going on. I of course have the logs but they are extremely confusing and I have no idea what is going on. Any help at all would be greatly appreciated as I have been at this for nearly 13 hours now and it's driving me nuts.
The logs can be downloaded from here Jira Logs (right click -> 'Save As').
More information:
Jira was working fine on my system and I had 8.15.0 working perfectly fine without any issues. As mentioned, I uninstalled that and started with a fresh copy of 8.22.2 so this is very, very strange because everything is clean and new. It should work and fire right up without any issues.
Here is someone who has a very, very similar issue to me as well with no resolution: https://stackoverflow.com/questions/70441672/problem-installing-jira-for-the-first-time-via-zip
I should mention I have also tried versions 8.22.0, 8.21.1 and 8.20.8 and they all behaved the same.
Thanks.
Workaround
Use Java 8.
Delete "atlassian-authentication-plugin-4.2.6-fork-1.1.0.jar" from "../WEB-INF/atlassian-bundled-plugins/".
Bug reported to Atlassian from ticket PSSRV-40683 for further review
https://jira.atlassian.com/browse/MIG-740
Hi @Matt ,
welcome to the Atlassian community!
Try to review RAM for your JIRA instance (https://confluence.atlassian.com/adminjiraserver/increasing-jira-application-memory-938847654.html) and try again.
Hope this helps,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As mentioned, I don't believe it's a RAM issue as I already expanded it from the default Atlassian values. Are you suggesting I expand it even more?
Maybe something like:
UPDATE
I tried making the memory sizes IMP 4096 and MMP 8193 but it still failed. I even tried IMP 8192 and MMP 12288 (which is 12 GB) and it still failed to load the plugins.
I also tried deleting the 4 folders in the plugin directory (as mentioned in my initial post) to reset any potential corruption from the previous launch and tried adding
-Datlassian.plugins.enable.wait=300
to the service start-up but that didn't help either. I am still getting a large list of plugin errors when launching a fresh install of Jira 8.22.2.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try to clean plugin cache :
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As mentioned twice, that is not the issue.
I am now trying to change Java versions from the built-in version included with 8.22.2 to "Java SE Development Kit 8u202" (64-bit) which I have manually installed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Small update. I uninstalled everything and tried installing 15.0 again. That also produced a 503 error when making a new H2 database as a test. However, after about 2 minutes the system came back and I was able to continue with the Jira setup. No plugin errors or anything, so I believe the newer versions of Jira are in fact broken.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.