Following methods are helpful to resolve this issue:
Method1:
Run -> Services.msc
Restart Windows SharePoint Administration service
Restart Windows SharePoint Timer Service
Method2:
Enable verbose logging in CA.
Try to deploy the solution , take a look at the logs
Analyse the log for any error
Method3:
Try deploying the solution using -local switch in stsadm command and trace out the error
Method4
Check your timer service is started on all farm servers
Method5
Method1:
Run -> Services.msc
Restart Windows SharePoint Administration service
Restart Windows SharePoint Timer Service
Method2:
Enable verbose logging in CA.
Try to deploy the solution , take a look at the logs
Analyse the log for any error
Method3:
Try deploying the solution using -local switch in stsadm command and trace out the error
Method4
Check your timer service is started on all farm servers
Method5
stsadm -o execadmsvcjobs
stsadm -o enumdeployments
Get the Job Id from the above command result
stsadm -o canceldeployment -id <ID>
Redeploy solutions
stsadm -o enumdeployments
Get the Job Id from the above command result
stsadm -o canceldeployment -id <ID>
Redeploy solutions
Method6:
Restart all of your servers in a farm
No comments:
Post a Comment