Uploaded image for project: 'Exchange'
  1. Exchange
  2. EXCHANGE-16

Add a log when ServiceRequestException in UserExists

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • 1.18.0
    • 1.9.0
    • None

      In this code ExchangeConnector.java : 

      catch (ServiceRequestException e)
              {
                  Throwable cause = e.getCause();
                  ExceptionType type = _getExceptionType(cause);
                  if (type == ExceptionType.UNKNOWN)
                  {
                      return false;
                  }

      I'd like to have the error in the log, for example the cause that is in this case :
      "microsoft.exchange.webservices.data.core.exception.service.remote.ServiceResponseException: Le nom principal d'emprunt d'identité n'est pas valide."

      I lost a lot of time adding debug thru the VPN for a basic error!

            Unassigned Unassigned
            fravetier Frederic Ravetier (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: