ServiceProxyDestroyedException: service proxy has been destroyed

Issue #8 resolved
Simon Graham created an issue

When we tried to upgrade our Bamboo server from v0.2 to v0.3 of the plugin, it failed and resulted in the following error in the log:

2017-05-18 08:43:07,418 INFO [UpmAsynchronousTaskManager:thread-4] [XWorkPluginConfigurationMaintainer] Struts configuration reloaded (enabled com.atlassianlab.bamboo.plugins.bamboo-queue-priority-plugin:configurePlugin).
2017-05-18 08:43:07,433 WARN [UpmAsynchronousTaskManager:thread-4] [DefaultPluginInstallationService] Plugin installation failed: service proxy has been destroyed
2017-05-18 08:43:07,433 WARN [UpmAsynchronousTaskManager:thread-4] [DefaultPluginInstallationService] org.eclipse.gemini.blueprint.service.importer.ServiceProxyDestroyedException: service proxy has been destroyed
org.eclipse.gemini.blueprint.service.importer.ServiceProxyDestroyedException: service proxy has been destroyed

What this meant in practice was that the Application Link between our Bamboo and Bitbucket servers was killed, causing every single one of our build plans to be prevented from building.

The only way to restore functionality was to restart the Bamboo server and disable the plugin.

We are running Bamboo version 5.15.5.

Comments (2)

  1. Log in to comment