public void register() {
   try {
     SERVICE.registerUserAssociation(association);
     SystemUtils.flushIconCache();
   } catch (AssociationAlreadyRegisteredException ignore) {
     LOG.error("can't register", ignore);
   } catch (RegisterFailedException ignore) {
     LOG.error("can't register", ignore);
   }
 }