I cannot login to PWA from my desktop computer however I can login when I
access PWA on the server where I installed Project Server. BTW, I am using
integrated authentication which works fine on the server. I am having the
same problem accessing the shared service provider I created. I can,
however, login to Central Administration. Can anyone help me out?

When I pull up PWA through IE 7 on my desktop I get the following error:

Server Error in '/' Application
--------------------------------------------------------------------------------

Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set
to an instance of an object.

Source Error:


[No relevant source lines]


Source File: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
Files\root\16080e63\5991a1f1\App_Web_default.aspx_529955207.cn8ft9f5.0.cs
Line: 0

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an
object.]
Microsoft.Office.Project.PWA.PJContext.AuthenticateUserForPWA(Boolean
validateUser, String username, Boolean checkTimebomb) +1007
Microsoft.Office.Project.PWA.PJContext.AuthenticateUserForPWA(Boolean
newCookie) +877
Microsoft.Office.Project.PWA.PJContext.GetContext(Boolean
isWebServiceCall, Boolean newCookie, Guid siteId, Nullable`1 zone) +366
Microsoft.Office.Project.PWA.PJBaseWebPartPage..ctor() +285
ASP.DEFAULT_ASPX_529955207..ctor() in
c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
Files\root\16080e63\5991a1f1\App_Web_default.aspx_529955207.cn8ft9f5.0.cs:0

__ASP.FastObjectFactory_app_web_default_aspx_529955207_cn8ft9f5.Create_ASP_DEFAULT_ASPX_529955207()
in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
Files\root\16080e63\5991a1f1\App_Web_default.aspx_529955207.cn8ft9f5.1.cs:0
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.GetHandler(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.IExecutionStep.Execute() +128
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously) +161




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.1433;
ASP.NET Version:2.0.50727.1433

--
Michelle Purcell

Re: Cannot login to PWA from a computer other than the install server by Mike

Mike
Wed Mar 12 17:26:03 CDT 2008

Hi Michelle,

Try posting on the server newsgroup. Please see FAQ Item: 24. Project
Newsgroups. FAQs, companion products and other useful Project information
can be seen at this web address: http://project.mvps.org/faqs.htm

Mike Glen
Project MVP



"PurcellM" <PurcellM@discussions.microsoft.com> wrote in message
news:B906D738-3EE2-431C-ABA5-C3E30AF18899@microsoft.com...
>I cannot login to PWA from my desktop computer however I can login when I
> access PWA on the server where I installed Project Server. BTW, I am using
> integrated authentication which works fine on the server. I am having the
> same problem accessing the shared service provider I created. I can,
> however, login to Central Administration. Can anyone help me out?
>
> When I pull up PWA through IE 7 on my desktop I get the following error:
>
> Server Error in '/' Application.
> --------------------------------------------------------------------------------
>
> Object reference not set to an instance of an object.
> 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.NullReferenceException: Object reference not set
> to an instance of an object.
>
> Source Error:
>
>
> [No relevant source lines]
>
>
> Source File: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary
> ASP.NET
> Files\root\16080e63\5991a1f1\App_Web_default.aspx_529955207.cn8ft9f5.0.cs
> Line: 0
>
> Stack Trace:
>
>
> [NullReferenceException: Object reference not set to an instance of an
> object.]
> Microsoft.Office.Project.PWA.PJContext.AuthenticateUserForPWA(Boolean
> validateUser, String username, Boolean checkTimebomb) +1007
> Microsoft.Office.Project.PWA.PJContext.AuthenticateUserForPWA(Boolean
> newCookie) +877
> Microsoft.Office.Project.PWA.PJContext.GetContext(Boolean
> isWebServiceCall, Boolean newCookie, Guid siteId, Nullable`1 zone) +366
> Microsoft.Office.Project.PWA.PJBaseWebPartPage..ctor() +285
> ASP.DEFAULT_ASPX_529955207..ctor() in
> c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
> Files\root\16080e63\5991a1f1\App_Web_default.aspx_529955207.cn8ft9f5.0.cs:0
>
> __ASP.FastObjectFactory_app_web_default_aspx_529955207_cn8ft9f5.Create_ASP_DEFAULT_ASPX_529955207()
> in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
> Files\root\16080e63\5991a1f1\App_Web_default.aspx_529955207.cn8ft9f5.1.cs:0
> 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.GetHandler(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.IExecutionStep.Execute()
> +128
> System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
> completedSynchronously) +161
>
>
>
>
> --------------------------------------------------------------------------------
> Version Information: Microsoft .NET Framework Version:2.0.50727.1433;
> ASP.NET Version:2.0.50727.1433
>
> --
> Michelle Purcell



Re: Cannot login to PWA from a computer other than the install ser by PurcellM

PurcellM
Thu Mar 13 07:56:01 CDT 2008

Thanks Mike. I'll post to the server newsgroup and take a look at the FAQ.
--
Michelle Purcell


"Mike Glen" wrote:

> Hi Michelle,
>
> Try posting on the server newsgroup. Please see FAQ Item: 24. Project
> Newsgroups. FAQs, companion products and other useful Project information
> can be seen at this web address: http://project.mvps.org/faqs.htm
>
> Mike Glen
> Project MVP
>
>
>
> "PurcellM" <PurcellM@discussions.microsoft.com> wrote in message
> news:B906D738-3EE2-431C-ABA5-C3E30AF18899@microsoft.com...
> >I cannot login to PWA from my desktop computer however I can login when I
> > access PWA on the server where I installed Project Server. BTW, I am using
> > integrated authentication which works fine on the server. I am having the
> > same problem accessing the shared service provider I created. I can,
> > however, login to Central Administration. Can anyone help me out?
> >
> > When I pull up PWA through IE 7 on my desktop I get the following error:
> >
> > Server Error in '/' Application.
> > --------------------------------------------------------------------------------
> >
> > Object reference not set to an instance of an object.
> > 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.NullReferenceException: Object reference not set
> > to an instance of an object.
> >
> > Source Error:
> >
> >
> > [No relevant source lines]
> >
> >
> > Source File: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary
> > ASP.NET
> > Files\root\16080e63\5991a1f1\App_Web_default.aspx_529955207.cn8ft9f5.0.cs
> > Line: 0
> >
> > Stack Trace:
> >
> >
> > [NullReferenceException: Object reference not set to an instance of an
> > object.]
> > Microsoft.Office.Project.PWA.PJContext.AuthenticateUserForPWA(Boolean
> > validateUser, String username, Boolean checkTimebomb) +1007
> > Microsoft.Office.Project.PWA.PJContext.AuthenticateUserForPWA(Boolean
> > newCookie) +877
> > Microsoft.Office.Project.PWA.PJContext.GetContext(Boolean
> > isWebServiceCall, Boolean newCookie, Guid siteId, Nullable`1 zone) +366
> > Microsoft.Office.Project.PWA.PJBaseWebPartPage..ctor() +285
> > ASP.DEFAULT_ASPX_529955207..ctor() in
> > c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
> > Files\root\16080e63\5991a1f1\App_Web_default.aspx_529955207.cn8ft9f5.0.cs:0
> >
> > __ASP.FastObjectFactory_app_web_default_aspx_529955207_cn8ft9f5.Create_ASP_DEFAULT_ASPX_529955207()
> > in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
> > Files\root\16080e63\5991a1f1\App_Web_default.aspx_529955207.cn8ft9f5.1.cs:0
> > 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.GetHandler(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.IExecutionStep.Execute()
> > +128
> > System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
> > completedSynchronously) +161
> >
> >
> >
> >
> > --------------------------------------------------------------------------------
> > Version Information: Microsoft .NET Framework Version:2.0.50727.1433;
> > ASP.NET Version:2.0.50727.1433
> >
> > --
> > Michelle Purcell
>
>
>

Re: Cannot login to PWA from a computer other than the install ser by Mike

Mike
Thu Mar 13 12:04:33 CDT 2008

You're welcome, Michelle :-)

Mike Glen
MS Project MVP
See http://tinyurl.com/2xbhc for Project Tutorials


"PurcellM" <PurcellM@discussions.microsoft.com> wrote in message
news:C5DAE9B6-883D-48D8-8998-4778371CD40F@microsoft.com...
> Thanks Mike. I'll post to the server newsgroup and take a look at the
> FAQ.
> --
> Michelle Purcell
>
>
> "Mike Glen" wrote:
>
>> Hi Michelle,
>>
>> Try posting on the server newsgroup. Please see FAQ Item: 24. Project
>> Newsgroups. FAQs, companion products and other useful Project
>> information
>> can be seen at this web address: http://project.mvps.org/faqs.htm
>>
>> Mike Glen
>> Project MVP
>>
>>
>>
>> "PurcellM" <PurcellM@discussions.microsoft.com> wrote in message
>> news:B906D738-3EE2-431C-ABA5-C3E30AF18899@microsoft.com...
>> >I cannot login to PWA from my desktop computer however I can login when
>> >I
>> > access PWA on the server where I installed Project Server. BTW, I am
>> > using
>> > integrated authentication which works fine on the server. I am having
>> > the
>> > same problem accessing the shared service provider I created. I can,
>> > however, login to Central Administration. Can anyone help me out?
>> >
>> > When I pull up PWA through IE 7 on my desktop I get the following
>> > error:
>> >
>> > Server Error in '/' Application.
>> > --------------------------------------------------------------------------------
>> >
>> > Object reference not set to an instance of an object.
>> > 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.NullReferenceException: Object reference not
>> > set
>> > to an instance of an object.
>> >
>> > Source Error:
>> >
>> >
>> > [No relevant source lines]
>> >
>> >
>> > Source File: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary
>> > ASP.NET
>> > Files\root\16080e63\5991a1f1\App_Web_default.aspx_529955207.cn8ft9f5.0.cs
>> > Line: 0
>> >
>> > Stack Trace:
>> >
>> >
>> > [NullReferenceException: Object reference not set to an instance of an
>> > object.]
>> > Microsoft.Office.Project.PWA.PJContext.AuthenticateUserForPWA(Boolean
>> > validateUser, String username, Boolean checkTimebomb) +1007
>> > Microsoft.Office.Project.PWA.PJContext.AuthenticateUserForPWA(Boolean
>> > newCookie) +877
>> > Microsoft.Office.Project.PWA.PJContext.GetContext(Boolean
>> > isWebServiceCall, Boolean newCookie, Guid siteId, Nullable`1 zone) +366
>> > Microsoft.Office.Project.PWA.PJBaseWebPartPage..ctor() +285
>> > ASP.DEFAULT_ASPX_529955207..ctor() in
>> > c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
>> > Files\root\16080e63\5991a1f1\App_Web_default.aspx_529955207.cn8ft9f5.0.cs:0
>> >
>> > __ASP.FastObjectFactory_app_web_default_aspx_529955207_cn8ft9f5.Create_ASP_DEFAULT_ASPX_529955207()
>> > in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
>> > Files\root\16080e63\5991a1f1\App_Web_default.aspx_529955207.cn8ft9f5.1.cs:0
>> > 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.GetHandler(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.IExecutionStep.Execute()
>> > +128
>> > System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
>> > completedSynchronously) +161
>> >
>> >
>> >
>> >
>> > --------------------------------------------------------------------------------
>> > Version Information: Microsoft .NET Framework Version:2.0.50727.1433;
>> > ASP.NET Version:2.0.50727.1433
>> >
>> > --
>> > Michelle Purcell
>>
>>
>>