tried to delete these two
$JIRA_HOME/plugins/.bundled_plugins $JIRA_HOME/plugins/.osgi_plugins
i also have the log file, but since there is no support i cant attach it here
After running the following query :
SELECT * FROM pluginstate where pluginenabled = 'false';
Looked in the list for the plugins saw the two plugins from the screen shot updated their state with :
UPDATE pluginstate SET pluginenabled='true' WHERE pluginkey='<pluginkey from query above>';
restarted jira, but still got this JIRA Software Application (JIRA Software is licensed but not currently installed) so this query showed me jira is disabled:
SELECT * FROM pluginstate;
UPDATE pluginstate SET pluginenabled='true' WHERE pluginkey='com.atlassian.jira.jira-software-application';
also after the update i got this first JIRA Software Application (JIRA Software is licensed but not currently installed), i tried to restart jira and got to the screen above after the restart. I also tried to increase the plugin wait time and memory allocation but i end up with the same screen
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.