Windows SharePoint Services Web Application - Stuck at "Starting" Status
I had this trouble after applying Service pack 3 on an existing MOSS 2007 environment: Windows SharePoint Services Web Application stuck at "Starting" status and yet it never starts!
Solution: Stsadm command to stop windows SharePoint services web application stuck on stopping
So, we have to apply the customizations once it started again.
Solution: Stsadm command to stop windows SharePoint services web application stuck on stopping
- Jump started to STSADM to stop the service: stsadm -o provisionservice -action stop -servicetype SPWebService
- Did IISReset
- After that I could start it either from command line or from central admin. stsadm -o provisionservice -action start -servicetype SPWebService
So, we have to apply the customizations once it started again.
No comments:
Please Login and comment to get your questions answered!