You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
I've recently updated the Jira core 8.8.0 and started running into problems.
I couldn't connect to the server localhost:8080.
Every time I tried to connect, it prompts me will error message below.
How could I resolve this problem, as I have tried all the instructions provide by Jira.
(Error message). System plugins failed to start: We haven't been able to start all the required system plugins
We couldn't start the following plugins:
Static Assets (CDN) Plugin
Please kindly help!
I also gone through similar issue where Jira failed to start with error: We couldn't start the following plugins: Static Assets (CDN) Plugin (com.atlassian.plugins.static-assets-url)
There is wiki: https://confluence.atlassian.com/jirakb/troubleshoot-a-jira-server-startup-failed-error-394464512.html which gave comprehensive details about different kind of startup errors and solutions for them.
In my case, Plugins disabled in database resolution worked.
I queried DB to check disabled plugins:
SELECT * FROM pluginstate where pluginenabled = 'false';
and deleted the one which is causing issue:
DELETE FROM pluginstate WHERE pluginkey='com.atlassian.plugins.static-assets-url';
Make sure you stop Jira, do this clean up from DB and start Jira.
Not sure if you still see the issue, but here are few things you can do:
(Optional Steps below if the above doesn't help)
You can take a backup of the cache folders as well in the filesystem before deleting them.
Best,
Neel
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.