Unexpected Error

Issue #595 resolved
Dmitriy Marchenkov created an issue

After some changes in code (several times in different places) occurs Unexpected error: Error:(1, 1) An unexpected error has occurred. 174145417-80495 (-873769799)

and I can't deploy code on server. Reloading of Intellij IDEA don't help. Error disappears only after pull all data from Salesforce again.

Changes of code was not in first row.

Comments (2)

  1. Scott Wells repo owner

    Dmitriy, those types of messages (I believe the colloquial name is "GAK") represent Salesforce server-side errors for which you need to contact Salesforce support to understand the underlying reason. In this case without knowing exactly what was being deployed when the error occurred and later when the error stopped occurring, it's hard to say why it happened. I've seen it happen most often when you try to deploy a set of metadata that includes things that Salesforce for whatever reason doesn't want to have deployed, either as part of that payload or at all.

    If you're able to reproduce this, please let me know and I'll provide you info about how to get detailed debug logging so we can see which metadata is contributing to the issue.

  2. Scott Wells repo owner

    For now I'm going to resolve this because these types of errors are 100% server-side and not under my control. Having said that, if you do reproduce it I'm happy to help debug it with you to try to isolate the metadata that's contributing to the issue. Just reopen this and we'll work through it.

  3. Log in to comment