Seeing lot of expectations wondering if this is normal
2013-08-13 09:53:25,336 http-bio-8443-exec-49 ERROR josh.gomez 593x1384x7 f5ynu2 172.16.171.10 /secure/CommentAssignIssue.jspa [atlassian.jira.workflow.OSWorkflowManager] Caught exception while attempting to perform action 5 from workflow 56028 on issue 'CONT-4275'
[InvalidInputException: [Error map: [{customfield_10722=OSR Version is required.}]] [Error list: [[]]]
Told by support
This looks like an issue with a third party plugin you have installed - Jira Suite Utilities:
https://marketplace.atlassian.com/plugins/com.googlecode.jira-suite-utilities
If you follow that link there is an issues and support section for the vendor. Somebody may have raised this already with them so they should be able to help you.
The Jira Suite Utilities has a validator that allows you to make a field mandatory. It works, but unfortunately throws exceptions into the log when a user does something that fails the validation check.
So, it is "normal", but I think we'd all agree it's not desirable behaviour - it should be a simple "fail", not a full java exception. I am pretty sure I've seen an issue logged in the JSU tracker, but I've not got it bookmarked.
I agree throwing full Java exception is extreme over kill. I opened bug with the developer.. THANKS for response
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately, this is the way JIRA validators work: the must raise an Exception to signify to JIRA that the validation failed (validate is a void function)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still seems that the java error that flags the plugin that requrment was not meet should have a diffrenet logging level so you do not spam your log files. We have good number of required fields in our workflwos
This makes very hard to parse the log files for "real" errors
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Absolutely, it's a pain in the neck having to do it like this. A validator shouldn't have to throw exceptions just to say "no, the data is wrong"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there any logging levels that can resolve this in Jira configuration?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There's nothing to resolve - you get an exception in the log if validation fails.
If you're getting other exceptions, then more logging isn't going to tell you a lot - you need to investigate the exception.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you really want to get rid of this ERROR in your logs, you can deactivate logging for atlassian.jira.workflow.OSWorkflowManager entirely (log level=NONE). But the consequence is that you will never see any error raised by this class anymore, which might hide other problems.
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.