Forums

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

null pointer exception while searching for issues using JQL

Vidhya Mohan
Contributor
September 30, 2020
Caused by: java.lang.NullPointerException
	at com.atlassian.jira.issue.customfields.manager.DefaultOptionsManager.findByOptionValue(DefaultOptionsManager.java:170) [classes/:?]
	at com.atlassian.jira.issue.customfields.manager.CachedOptionsManager.access$901(CachedOptionsManager.java:31) [classes/:?]
	at com.atlassian.jira.issue.customfields.manager.CachedOptionsManager$ValueCacheLoader.load(CachedOptionsManager.java:248) [classes/:?]
	at com.atlassian.jira.issue.customfields.manager.CachedOptionsManager$ValueCacheLoader.load(CachedOptionsManager.java:244) [classes/:?]
	at com.atlassian.cache.ehcache.wrapper.ValueProcessorAtlassianCacheLoaderDecorator.load(ValueProcessorAtlassianCacheLoaderDecorator.java:26) [atlassian-cache-ehcache-4.0.0.jar:?]
	at com.atlassian.cache.ehcache.LoadingCache.getFromLoader(LoadingCache.java:133) [atlassian-cache-ehcache-4.0.0.jar:?]
	at com.atlassian.cache.ehcache.SynchronizedLoadingCacheDecorator.synchronizedLoad(SynchronizedLoadingCacheDecorator.java:29) [atlassian-cache-ehcache-4.0.0.jar:?]
	at com.atlassian.cache.ehcache.LoadingCache.loadValueAndReleaseLock(LoadingCache.java:101) [atlassian-cache-ehcache-4.0.0.jar:?]
	at com.atlassian.cache.ehcache.LoadingCache.get(LoadingCache.java:80) [atlassian-cache-ehcache-4.0.0.jar:?]
	at com.atlassian.cache.ehcache.DelegatingCache.get(DelegatingCache.java:108) [atlassian-cache-ehcache-4.0.0.jar:?]

1 answer

1 accepted

0 votes
Answer accepted
Niranjan
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 30, 2020

@Vidhya Mohan - What jql are you using?

Vidhya Mohan
Contributor
October 1, 2020

Hello Niranjan, 

It's a very simple JQL

project = E2ET AND "Test Type" = Manual

When I try this, I get "Error occurred communicating with the server. Please reload the page and try again."

I refresh post this and I see the null pointer exception message

Niranjan
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.
October 1, 2020
Vidhya Mohan
Contributor
October 1, 2020

Thanks Niranjan.. I'll check these and get back in case the issue is still there

Suggest an answer

Log in or Sign up to answer