Deployment fails.

Issue #307 resolved
Matej Pinter created an issue

Today I wanted to make some changes on one org and I couldn't save any change from IDEA onto server. In Event log I get spammed with those: Deployment Complete: Deployed 0/0 components to * in 2s 340ms with status FAILED.

Retrieve works normally.

Just a question: 1.8.0.0 version is already out? It shows only 1.7.0.3 in plugin repository for me.

Comments (5)

  1. Matej Pinter reporter

    Also this is from IDEA log: 2016-04-29 12:17:05,227 [ 265416] WARN - der.ForceComToolingApiDeployer - No component successes or failures found in deployment result. Processing based on request state.

  2. Scott Wells repo owner

    Matej, can you send me the entire idea.log from one of these failures? You might also enable the following classes for logging:

    #com.illuminatedcloud.intellij.builder.ForceComBuilder
    #com.illuminatedcloud.intellij.builder.ForceComToolingApiDeployer
    #com.illuminatedcloud.intellij.builder.ForceComMetadataApiDeployer
    

    That will allow me to see exactly what it's doing. It's curious to me that it's saying "0/0 components", though.

    And I haven't yet released 1.8.0.0. The latest is 1.7.0.3. I'll likely be releasing the first parts of Lightning support early next week, though.

  3. Matej Pinter reporter

    I found out the source of the problem:

    I was working on developer org, we set up for a customer so we could implement first stage of their application. Well my colleague got licences sooner than expected, so this developer org was converted to normal production and sandbox was opened, but he forgot to mention it so I was still working on "developer" org and trying to save things. Well it is not bug, but my error as I should check org state before writing here.

  4. Log in to comment