MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

Can't remove solutions

  Asked By: Joseph Petty         Date: Dec 17, 2009      Category: MOSS      Views: 263
 

I have two solutions that are stuck in pending mode. How do I get rid of them?

I tried to delete the solutions and get the following error:
Inner exception(1): Unable to retract solution
Inner exception(2): Error while trying to kill running jobs.
Inner exception(3): Object reference not set to an instance of an object.

Tagged:      

 

4 Answers Found

 
Answer #1       Answered By: Dante Parsons          Answered On: Dec 17, 2009       

Restart OWSTimer.exe??????????????????

 
Answer #2       Answered By: Luke Davis          Answered On: Dec 17, 2009       

One of my farms gets stuck with the solutions in either "Deploying" or
"Retracting" mode and I am able to fix it using the steps below. Not sure if
that might apply in your situation as well.

stsadm -o enumdeployments will give you the job id of your stuck deployment
stsadm -o canceldeployment -id <yourid>

 
Answer #3       Answered By: Daniella Landry          Answered On: Dec 17, 2009       

When I try to cancel the deployment I get the following error:

Object reference not set to an instance of an object.

 
Answer #4       Answered By: Bo Stafford          Answered On: Dec 17, 2009       

Did you already try to restart OWSTimer????

 
Didn't find what you were looking for? Find more on Can't remove solutions Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].