Error Occurred in Deployment

This error occurs if some of the deployment package is running/crashed in the backend.

Steps to resolve this issue.

It occurs if anomalies deployment is running for the some package in the backend and some previous deployment has been crashed before due to reason.

To resolve this problem do the next steps:

  1. Open command prompt.

  2. Navigate to C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\BIN folder.



  3. Find the running deployments (run below command),

    Stsadm –o enumdeployments



  4. Cancel the backend running deployments (run below command),

    Stsadm –o canceldeployment –id “<<Job id>>”



  5. Issue is resolved, you can deploy the latest solution.