Server 2008, MOSS 2007 SP1, Exchange 2007 (32 Bit), Domain Controller, SQL Server (Yes, all on the one machine).
I am running a MOSS 2007 server in a test environment. I have been off building other aspects of the environment, but I come back today and notice that SharePoint is no longer working.
Whenever I try to access it, the Central Administration area, or any of the other 2 sites I have set up (all under their own app pools) I recieve a "503: Service Unavailable" error. If I am to go into the application pool listing in IIS I can see that the application pool belonging to the site that I just requested has stopped. I can restart it manually. But it repeats the same behavior.
The application pools and sharepoint services are all running under the DOMAIN\SPSrv account that I created (transfered them by manually moving the services and app pools and then following this article: http://support.microsoft.com/kb/934838/en-us .
I have granted the account logon as a service and logon as a batch job rights. The account is a member of the domain administrators, IIS_IUSR, and the few WSS groups there are.
There are no errors recorded in the SharePoint logs. Which leads me to believe the request is stopping somewhere in IIS before it gets to that point. I have tried to turn on Trace Logging, but no logs are generated (even in verbose mode).
Additionally the following error codes are logged (NOTE: These are translated from German):
APPLICATION LOG:
-----------------------------------------
Event ID: 6641
Source: Office Sharepoint Server
-----------------------------------------
The SSP timer Mandate for import distribution lists did not execute.
Reason: Registration failed: The user does not have the required logon on this computer.
-----------------------------------------
Event ID: 2424
Source: Office Server Search
-----------------------------------------
The update cannot be started because there is no access to the content sources. To correct the mistakes and start updating again.
Context: Application 'SharedServices1' Catalog 'Portal_Content'
SECURITY LOG:
-----------------------------------------
Event ID: 4625
Source: Microsoft Windows Security Auditing
-----------------------------------------
Basically this shows that there was a logon failure for account "DOMAIN\SPSrv" from process C:\Programme\Common Files\Microsoft Shared\Web Server Extensions\12\BIN\OWSTIMER.EXE
SYSTEM LOG:
-----------------------------------------
Event ID: 5059
Source: System
-----------------------------------------
The application pool "Sharepoint - Intranet80" has been disabled. Error in the Windows Activation Process Service (WAS) at the start of a working process for the application pool.
I get one of the above errors for each of the pools associated with SharePoint.
This is becoming an exercise in futility, does anyone have any ideas or suggestions?
Regards,
Richard