I have 3 project web sites on medium size SharePoint 2007 farm. On
each of them the default.aspx page is displaying this error:
____________________________________________________________
Server Error in '/' Application.
The request failed with HTTP status 401: Unauthorized.
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.
Exception Details: System.Net.WebException: The request failed with
HTTP status 401: Unauthorized.
_________________________________________________________________
I can hit other pages in the SharePoint site.
I cannot connect to the Project Server with a client.
_________________________________________________________________
The web front end is displaying this error from the server
application log file:
Event Type: Warning
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1309
Event code: 3005
Event message: An unhandled exception has occurred.
__________________________________________________________
STACK TRACE (from web page):
[WebException: The request failed with HTTP status 401: Unauthorized.]
Microsoft.Office.Project.PWA.PJContext.AuthenticateUserForPWA
(Boolean validateUser, String username, Boolean checkTimebomb) +1659
Microsoft.Office.Project.PWA.PJContext.AuthenticateUserForPWA
(Boolean newCookie) +877
Microsoft.Office.Project.PWA.PJContext.GetContext(Boolean
isWebServiceCall, Boolean newCookie, Guid siteId, Nullable`1 zone)
+368
Microsoft.Office.Project.PWA.PJBaseWebPartPage..ctor() +285
ASP.DEFAULT_ASPX_529955207..ctor() +10
__ASP.FastObjectFactory_app_web_default_aspx_529955207_jejodxir.Create
_ASP_DEFAULT_ASPX_529955207() +20
System.Web.Compilation.BuildResultCompiledType.CreateInstance() +49
System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath
(VirtualPath virtualPath, Type requiredBaseType, HttpContext context,
Boolean allowCrossApp, Boolean noAssert) +115
System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext
context, String requestType, VirtualPath virtualPath, String
physicalPath) +31
System.Web.UI.PageHandlerFactory.System.Web.IHttpHandlerFactory2.GetHa
ndler(HttpContext context, String requestType, VirtualPath
virtualPath, String physicalPath) +40
System.Web.HttpApplication.MapHttpHandler(HttpContext context,
String requestType, VirtualPath path, String pathTranslated, Boolean
useAppConfig) +139
System.Web.MapHandlerExecutionStep.System.Web.HttpApplication.IExecuti
onStep.Execute() +128
System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
Boolean& completedSynchronously) +161