Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Custom field searcher module: com.atlassian.jira.toolkit:lastcommentersearcher is invalid. Null being returned

Gianna Migliorisi September 17, 2013

After upgrading to JIRA 6.0 we seem to be receiving a substatianl amount of these errors in the logs:

Custom field searcher module: com.atlassian.jira.toolkit:lastcommentersearcher is invalid. Null being returned
 
Anyone know what this could be?

2 answers

2 votes
MartinS
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.
December 19, 2014
  • Find the custom field that is causing this, e.g. on mysql:

    select * from customfield where CUSTOMFIELDSEARCHERKEY = "com.atlassian.jira.toolkit:lastcommentersearcher"

    note the value of the field "cfname"

  • find the cfname at $BASEURL/secure/admin/ViewCustomFields.jspa, click "Edit" next to it.
  • Pick a new search template (or if it says "There are no search templates for this custom field type", just ignore that)
  • important: click SAVE
  • check the database 

    select * from customfield where CUSTOMFIELDSEARCHERKEY = "com.atlassian.jira.toolkit:lastcommentersearcher"

    -> should be empty

 

0 votes
Bharadwaj Jannu
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.
September 18, 2013

I think you are using jira-toolkit plugin and just check that plugin version is compatible with JIRA 6.0 and also for any deprecated kind of things.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events