Hi,
I created a staging server from a SQL dump of my production server.
On staging server, I see this warning: 2014-10-02 15:10:32,641 http-bio-8080-exec-14 INFO avaishnav 910x56110x1 ksrama 10.201.89.189 /rest/configuration-manager/1.0/snapshots [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_16550'.
How do I go about finding which custom field is that?
When I go to a custom field's edit screen on production and change the ID in the URL to 16500; I get this error:
This usually happens when you've installed a plugin that provides a custom field type, created a field of that type, then removed the plugin without deleting the field first. JIRA has a reference to a field, but can't find the code to support it because you've removed it.
There's no easy fix. Start with "select * from customfield where id = 16500" and see what that says, you should at least be able to work out what type of field it was.
Hey Nic,
I found the field - it's from the com.tempoplugin.tempo-teams:team.customfield.
I am looking in the default field configuration but I don't see this field. I don't know which field configuration is throwing this warning. I guess I will get in touch with the Tempo guys to figure out how to go about fixing this warning.
Thank you Nic, that was very helpful - good first step.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah. You may well need to re-install the plugin, delete the field and then remove the plugin. This is because JIRA can't get a handle on fields that it can't find the code for. Because there's no code, it doesn't know what to do with the field for a lot of things, including delete.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unexpected character ('B' (code 66)): expected a valid value (number, String, array, object, 'true', 'false' or 'null') at input location [1,2
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Posting a random error message, out of context, on a 6 year old question, is not going to get you much.
I would recommend asking a proper question in a new posting. (proper = giving the context of what you're doing, and how and where the error happens)
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.