Could not load custom field type plugin with key 'com.onresolve.jira.groovy.groovyrunner:jqlFunctionsCustomFieldType'

VenugopalY February 28, 2013

Hi Support,

I seen below error messages when login to system, what this error significance for? How to fix? we are not using this plugin and i have unstalled groovy plugin.

2013-02-27 21:57:04,478 http-bio-8080-exec-20 ERROR vyadav 1317x7x1 1le78it 10.90.26.237 /secure/Dashboard.jspa [jira.issue.managers.DefaultCustomFieldManager] Could not load custom field type plugin with key 'com.onresolve.jira.groovy.groovyrunner:jqlFunctionsCustomFieldType'. Is the plugin present and enabled?

2013-02-27 22:07:16,447 http-bio-8080-exec-11 ERROR vyadav 1327x397x1 8neeb0 10.90.26.237 /secure/Search!Jql.jspa [velocity] Left side ($totalSize) of '<' opera null value at templates/plugins/jira/macros.vm[line 8, column 18]

1 answer

3 votes
JamieA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 28, 2013

That happens whenever you disable a plugin that has provided a custom field type that's in use, and you see it whenever the customfieldmanager refreshes its list of fields. It's a jira bug imho, arguably.

To get rid of the error message you can run this sql on your database:

delete from customfield where CUSTOMFIELDTYPEKEY = 'com.onresolve.jira.groovy.groovyrunner:jqlFunctionsCustomFieldType';

The second error about $totalSize is nothing to do with this plugin, you can find more info about that if you google it.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events