SERVICE_DESTROY_FAILED_CWOBJ6409=CWOBJ6409W: When a new OSGi service is used, the destroy() call on the old service instance {0} throws an exception with the following message: {1}
Explanation
The destroy() call on the old OSGi service fails with an exception. WebSphere eXtreme Scale runtime logs this exception and continues the processing.
User response
For details about the exception stack, check the FFDC directory. Check the destroy() method implementation to see why an exception was thrown. Make sure the error condition is handled in the destroy() method because the eXtreme Scale runtime environment will not throw this exception again.