"Failed to properly handle event com.atlassian.crowd.event.user.UserAttributeStoredEvent.." when connects to JIRA from external API
Symptoms
Everytime when the user tried to connect to JIRA using any external API application (such Eclipse IDE Connector), the following appears in the atlassian-jira.log:
2013-01-14 15:25:46.487787500 2013-01-14 15:25:46,486 TP-Processor2 WARN anonymous 925x5640x1 - 211.24.247.39,131.103.26.113 /rpc/soap/jirasoapservice-v2 [plugins.dvcs.listener.DvcsAddUserListener] Failed to properly handle event com.atlassian.crowd.event.user.UserAttributeStoredEvent@50c81872 for user sysadmin
2013-01-14 15:25:46.487790500 org.springframework.osgi.service.importer.ServiceProxyDestroyedException: service proxy has been destroyed
2013-01-14 15:25:46.487791500 at org.springframework.osgi.service.importer.support.internal.aop.ServiceDynamicInterceptor$ServiceLookUpCallback.doWithRetry(ServiceDynamicInterceptor.java:105)
2013-01-14 15:25:46.487799500 at org.springframework.osgi.service.importer.support.internal.support.RetryTemplate.execute(RetryTemplate.java:83)
2013-01-14 15:25:46.487800500 at org.springframework.osgi.service.importer.support.internal.aop.ServiceDynamicInterceptor.lookupService(ServiceDynamicInterceptor.java:430)
2013-01-14 15:25:46.487801500 at org.springframework.osgi.service.importer.support.internal.aop.ServiceDynamicInterceptor.getTarget(ServiceDynamicInterceptor.java:415)
.
.
.
.
.
.
Cause
This most likely caused by JIRA DVCS connector plugins where it was trying to connect to Crowd database to listen to user attributes.
Resolution
- Shutdown your JIRA server.
- Remove the plugins cache from the following directories:
(JIRA_HOME)/plugins/.bundled-plugins
(JIRA_HOME)/plugins/.osgi-plugins
Startup JIRA server again.
Last modified on Mar 30, 2016
Powered by Confluence and Scroll Viewport.