I am installing MOSS 2007 Ent on a Hyper-V virtual machine running Windows Server 2008 Std. Database is on a separate physical machine (SQL 2008/Windows Server 2008).
For installation I use a domain account with local admin rights on the MOSS machine and db_creator and db_security rights on the SQL machine. I also use another account with same rights as an account for SQL connectivity and application pool.
When installation and initial farm configuration is finished I get the "HTTP Error 503. The service is unavailable." when trying to go to Central Administration Website. Under ISS logs I have the following 2 warnings and an error:
--------------------------
----------
--------
Log Name: System
Source: Microsoft-Windows-WAS
Date: 12/9/2008 5:31:21 PM
Event ID: 5021
Task Category: None
Level: Warning
Keywords: Classic
User: N/A
Description:
The identity of application pool SharePoint Central Administration v3 is invalid. The user name or password that is specified for the identity may be incorrect, or the user may not have batch logon rights. If the identity is not corrected, the application pool will be disabled when the application pool receives its first request. If batch logon rights are causing the problem, the identity in the IIS configuration store must be changed after rights have been granted before Windows Process Activation Service (WAS) can retry the logon. If the identity remains invalid after the first request for the application pool is processed, the application pool will be disabled. The data field contains the error number.
--------------------------
----------
--------
Log Name: System
Source: Microsoft-Windows-WAS
Date: 12/9/2008 5:31:21 PM
Event ID: 5057
Task Category: None
Level: Warning
Keywords: Classic
User: N/A
Description:
Application pool SharePoint Central Administration v3 has been disabled. Windows Process Activation Service (WAS) did not create a worker process to serve the application pool because the application pool identity is invalid.
--------------------------
----------
--------
Log Name: System
Source: Microsoft-Windows-WAS
Date: 12/9/2008 5:31:21 PM
Event ID: 5059
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Description:
Application pool SharePoint Central Administration v3 has been disabled. Windows Process Activation Service (WAS) encountered a failure when it started a worker process to serve the application pool.
--------------------------
----------
--------
Any ideas what am I doing wrong?
Thanks...