Error Deleting Space when 'Community Bubbles' Plugin is Installed
Symptoms
Deleting spaces fails. There are no errors displayed on screen. The following appears in the atlassian-confluence.log
:
2011-03-23 16:44:15,634 ERROR [TP-Processor8] [atlassian.plugin.web.DefaultWebInterfaceManager] filterFragmentsByCondition Could not evaluate condition 'com.atlassian.plugin.web.conditions.AndCompositeCondition@25a656cb' for descriptor: system.space.admin/bubbles.spaceadmin.web-section/bubbles.spaceadmin.communitySettings
-- space: 58982403 | url: /spaces/removespace.action | userName: xxxxxxxx | referer: http://mysite.com/spaces/spaceadmin.action?key=TEST | action: removespace
java.lang.NullPointerException
at com.atlassian.confluence.core.DefaultContentPropertyManager.cacheGet(DefaultContentPropertyManager.java:168)
at com.atlassian.confluence.core.DefaultContentPropertyManager.getStringProperty(DefaultContentPropertyManager.java:79)
at sun.reflect.GeneratedMethodAccessor608.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:304)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at com.atlassian.spring.interceptors.SpringProfilingInterceptor.invoke(SpringProfilingInterceptor.java:16)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at $Proxy32.getStringProperty(Unknown Source)
at com.adaptavist.confluence.bubbles.communities.CommunityManager.getCommunityType(CommunityManager.java:410)
at com.adaptavist.confluence.bubbles.communities.CommunityManager.isCommunity(CommunityManager.java:459)
at com.adaptavist.confluence.bubbles.communities.web.conditions.CommunitySpaceCondition.shouldDisplay(CommunitySpaceCondition.java:28)
Cause
The third-party "Community Bubbles" plugin interferes with the "remove space" action. For more information, please visit the issue tracking for this third-party plugin:
https://studio.plugins.atlassian.com/browse/BUBBLES-2
Resolution
- Upgrade to the latest compatible version of the plugin.
- If that doesn't help, disable or uninstall the plugin.
Last modified on Mar 30, 2016
Powered by Confluence and Scroll Viewport.