Retreive metadata fails

Issue #2433 resolved
Sune Bech Petterson created an issue

I just updated IntelliJ and Illuminated Cloud to the latest version.

I now get the following error when I try to retrieve metadata from a sandbox org.

{
"done": true,
"errorMessage": "UNKNOWN_EXCEPTION: An unexpected error occurred. Please include this ErrorId if you contact support: 1834124788-50068 (-673032061)",
"errorStatusCode": "UNKNOWN_EXCEPTION",
"id": "09S8E000006eN9FUAU",
"status": "FAILED",
"success": false
}

IntelliJ version: Build #IU-232.9921.47, built on September 12, 2023

I have tried

  • restarting IntelliJ
  • downgrade the API version to 57

Comments (4)

  1. Scott Wells repo owner

    Hi. That is an internal server error from the Salesforce servers themselves, not an Illuminated Cloud error. You mentioned that you downgraded the API version to 57.0, but where all did you do that? Please see issue #2428 for more details about a known issue with the Salesforce CLI and API versions, and after you change all API versions to be lower than 59.0 (if necessary), please close and reopen the project to clear a potential stale cache of the previous value.

    If it’s not that, please try changing the set of retrieved content as it’s likely one or more of the requested metadata types/objects that is resulting in this internal server error.

  2. Sune Bech Petterson reporter

    I tried updating my package.xml file. But that did not solve the problem.

    So I have created a SF support case.

    Feel free to close this one.

  3. Scott Wells repo owner

    Thank you for the update. I'm resolving here, but if you find that there is something IC2-specific going on, feel free to reopen with details.

  4. Log in to comment