Unable to access JIRA Administration section
症状
All users are unable to access the administration section of JIRA. When they try to do so, they are met with a 500 error page.
atlassian-jira.log
に次のメッセージが表示される。
Caused by: com.atlassian.cache.CacheException: com.atlassian.jira.util.dbc.Assertions$NullArgumentException: value should not be null!
at com.atlassian.cache.memory.DelegatingCache$DelegatingLoadingCache.get(DelegatingCache.java:270)
at com.atlassian.jira.crowd.embedded.ofbiz.OfBizInternalMembershipDao.getChildrenOfGroupFromCache(OfBizInternalMembershipDao.java:354)
at com.atlassian.jira.crowd.embedded.ofbiz.OfBizInternalMembershipDao.searchCache(OfBizInternalMembershipDao.java:310)
at com.atlassian.jira.crowd.embedded.ofbiz.OfBizInternalMembershipDao.search(OfBizInternalMembershipDao.java:256)
at com.atlassian.jira.crowd.embedded.ofbiz.OfBizDelegatingMembershipDao.search(OfBizDelegatingMembershipDao.java:135)
at com.atlassian.crowd.manager.directory.DirectoryManagerGeneric.searchDirectGroupRelationships(DirectoryManagerGeneric.java:868)
at com.atlassian.crowd.manager.directory.DirectoryManagerGeneric.searchNestedGroupRelationships(DirectoryManagerGeneric.java:1048)
at com.atlassian.crowd.manager.application.ApplicationServiceGeneric.doNestedDirectoryMembershipQuery(ApplicationServiceGeneric.java:2116)
at com.atlassian.crowd.manager.application.ApplicationServiceGeneric.searchNestedGroupRelationships(ApplicationServiceGeneric.java:1577)
診断
To determine if the situation that you are facing is the same as the one described here, check the cwd_membership
table for any NULL
values.
原因
There are some NULL
values in the cwd_membership
table (in my case, in the lower_child_name
column of the table).
ソリューション
Update the table, and fill in the NULL
value accordingly.
Always create backup before updating the database.
最終更新日 2018 年 11 月 16 日
Powered by Confluence and Scroll Viewport.