This page is for JIRA administrators. If you're seeing this page, your JIRA administrator is probably working to restore the service.
JIRA encountered the following problems during startup. You need to fix any errors before you start JIRA again.
We couldn't start the following plugins:
Hi Anas,
If the issue is related to plugins failed to be loaded during JIRA startup, I would suggest clearing the plugin cache with following steps:
Regards,
Kelly
I have tried removing .osgi-plugins and bundled-plugins hidden folders from<JIRA_HOME>\plugins directory but still the same error is occurring.
i am completely new to this so i dont know how to Backup JIRA database with native database tool.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Anas,
If you are using MS SQL, you can backup the selected database via SQL Server Management Studio. Similarly for other databases, they have their own approach in making a database backup.
Basically, I want to ensure that we keep a copy of JIRA database before we clear the pluginstate database table.
Check the database table (SELECT * from pluginstate) if there are a lot of entries. If not, you can just note down the entries and clear the table according to the suggested steps.
Regards,
Kelly
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sounds like you are using the H2 embedded database.
Check out Accessing JIRA's H2 embedded database on how to connect to H2. Run a select command to check out what's in the pluginstate table and remove all the entries from there.
Regards,
Kelly
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.