Greenhoper because commercial and I to see errors in the logs, jira complaining about:
2012-07-06 16:23:32,932 http-9080-8 ERROR sorins 983x2909x1 knft9e 10.80.118.154,127.0.0.1 /plugins/servlet/project-config/PR [jira.issue.managers.DefaultCustomFieldManager] Could not load custom field type plugin with key 'com.pyxis.greenhopper.jira:gh-global-rank'. Is the plugin present and enabled?
Greenhoper was not used on this instance. Is there a way to remove it and not having to get errors in the logs after this?
Worst case, you can install GH, get an evaluation license, pull the ranking field, then remove GH.
Resolved.
-Stop jira
-run this against the database: delete FROM customfield WHERE customfieldtypekey LIKE 'com.pyxis.greenhopper.jira%'
-Restart jira
Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have installed Jira Agile (Greenhopper), disabled it, unistalled it, and restarted JIRA.
I do not need any information stored in these fields. Can I delete them from the database? If so, how?
I am still getting the following errors on start up. It actually added more:
catalina.out:2014-04-14 17:49:05,095 localhost-startStop-1 ERROR [jira.issue.managers.DefaultCustomFieldManager] Could not load custom field type plugin with key 'com.pyxis.greenhopper.jira:gh-epic-color'. Is the plugin present and enabled?
catalina.out:2014-04-14 17:49:05,096 localhost-startStop-1 ERROR [jira.issue.managers.DefaultCustomFieldManager] Could not load custom field type plugin with key 'com.pyxis.greenhopper.jira:gh-epic-link'. Is the plugin present and enabled?
catalina.out:2014-04-14 17:49:05,096 localhost-startStop-1 ERROR [jira.issue.managers.DefaultCustomFieldManager] Could not load custom field type plugin with key 'com.pyxis.greenhopper.jira:gh-epic-label'. Is the plugin present and enabled?
catalina.out:2014-04-14 17:49:05,096 localhost-startStop-1 ERROR [jira.issue.managers.DefaultCustomFieldManager] Could not load custom field type plugin with key 'com.pyxis.greenhopper.jira:gh-epic-status'. Is the plugin present and enabled?
catalina.out:2014-04-14 17:49:05,207 localhost-startStop-1 ERROR [jira.issue.managers.DefaultCustomFieldManager] Could not load custom field type plugin with key 'com.pyxis.greenhopper.jira:gh-global-rank'. Is the plugin present and enabled?
catalina.out:2014-04-14 17:49:05,985 localhost-startStop-1 ERROR [jira.issue.managers.DefaultCustomFieldManager] Could not load custom field type plugin with key 'com.pyxis.greenhopper.jira:gh-global-rank'. Is the plugin present and enabled?
catalina.out:2014-04-14 17:49:06,352 localhost-startStop-1 ERROR [jira.issue.managers.DefaultCustomFieldManager] Could not load custom field type plugin with key 'com.pyxis.greenhopper.jira:gh-sprint'. Is the plugin present and enabled?
catalina.out:2014-04-14 17:49:39,042 Thread-30 ERROR [jira.issue.managers.DefaultCustomFieldManager] Could not load custom field type plugin with key 'com.pyxis.greenhopper.jira:gh-epic-color'. Is the plugin present and enabled?
catalina.out:2014-04-14 17:49:39,723 Thread-30 ERROR [jira.issue.managers.DefaultCustomFieldManager] Could not load custom field type plugin with key 'com.pyxis.greenhopper.jira:gh-epic-link'. Is the plugin present and enabled?
catalina.out:2014-04-14 17:49:39,724 Thread-30 ERROR [jira.issue.managers.DefaultCustomFieldManager] Could not load custom field type plugin with key 'com.pyxis.greenhopper.jira:gh-epic-label'. Is the plugin present and enabled?
catalina.out:2014-04-14 17:49:39,724 Thread-30 ERROR [jira.issue.managers.DefaultCustomFieldManager] Could not load custom field type plugin with key 'com.pyxis.greenhopper.jira:gh-epic-status'. Is the plugin present and enabled?
catalina.out:2014-04-14 17:49:39,825 Thread-30 ERROR [jira.issue.managers.DefaultCustomFieldManager] Could not load custom field type plugin with key 'com.pyxis.greenhopper.jira:gh-global-rank'. Is the plugin present and enabled?
catalina.out:2014-04-14 17:49:40,543 Thread-30 ERROR [jira.issue.managers.DefaultCustomFieldManager] Could not load custom field type plugin with key 'com.pyxis.greenhopper.jira:gh-global-rank'. Is the plugin present and enabled?
catalina.out:2014-04-14 17:49:40,934 Thread-30 ERROR [jira.issue.managers.DefaultCustomFieldManager] Could not load custom field type plugin with key 'com.pyxis.greenhopper.jira:gh-sprint'. Is the plugin present and enabled?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's the same as the original.
You've installed Agile, it's created fields, you've removed it, without deleting the fields. So now Jira is looking for the code that provides the functions of those fields and it's not there.
You need to do the same fix as the original poster, or, better, Jobin's database update, or best (i.e. safest), install Agile with a temporary licence, delete the fields and then remove Agile again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In my case, I installed the plugin with eval license and then I disabled it (instead of uninstall)! The error never showed up in the logs after a Jira restart.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must have installed it before! Seems you have the rank field in the DB. You can remove it from the customfield table.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried to find it there bug it was not listed. Do I have to enable greenhoper temporarly to do that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you looking at the database? I meant to delete it from the database table. You can also enable it moemetarily, delete it and then remove it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.