Cannot login to PWA from a computer other than the install server

P

PurcellM

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
 
M

Mike Glen

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 said:
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
 
P

PurcellM

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


Mike Glen said:
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 said:
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
 
M

Mike Glen

You're welcome, Michelle :)

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


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


Mike Glen said:
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 said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top