Installation - Provisioned PWA Site but cannot access

D

David

I am trying to integrate project server with an existing MOSS2007 server
installation.

However although it says it has provisoned the PWA site succesfully I cannot
access it. I have turned off the custom errors and get the following stack
trace

[IOException: Authentication failed because the remote party has closed the
transport stream.]
System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32
readBytes, AsyncProtocolRequest asyncRequest) +7009301
System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer,
AsyncProtocolRequest asyncRequest) +123
System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst,
Byte[] buffer, AsyncProtocolRequest asyncRequest) +7184357
System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult
lazyResult) +217
System.Threading.ExecutionContext.runTryCode(Object userData) +376

System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData) +0
System.Threading.ExecutionContext.Run(ExecutionContext executionContext,
ContextCallback callback, Object state) +98
System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) +1134
System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) +88
System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) +20
System.Net.ConnectStream.WriteHeaders(Boolean async) +360

[WebException: The underlying connection was closed: An unexpected error
occurred on a send.]
Microsoft.Office.Project.PWA.PJContext.AuthenticateUserForPWA(Boolean
validateUser, String username, Boolean checkTimebomb) +4052
Microsoft.Office.Project.PWA.PJContext.AuthenticateUserForPWA(Boolean
newCookie) +2166
Microsoft.Office.Project.PWA.PJContext.GetContext(Boolean
isWebServiceCall, Boolean newCookie, Guid siteId, Nullable`1 zone) +616
Microsoft.Office.Project.PWA.PJBaseWebPartPage..ctor() +403
ASP.DEFAULT_ASPX__196255328..ctor() +18

__ASP.FastObjectFactory_app_web_default_aspx__196255328_c_orlpjz.Create_ASP_DEFAULT_ASPX__196255328() +31

System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath
virtualPath, Type requiredBaseType, HttpContext context, Boolean
allowCrossApp, Boolean noAssert) +138
System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context,
String requestType, VirtualPath virtualPath, String physicalPath) +50
System.Web.HttpApplication.MapHttpHandler(HttpContext context, String
requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig)
+503

System.Web.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +142
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously) +263

The strange thing is that I can access the administration pages for the
provisoned site just not the home page.

If anyone could point me in the right direction it would be much appreciated
 
G

Gary L. Chefetz

David:

There is only one account that can access a new PWA site after creating it
and that is the account that you specified during the provisioning process.
Are you certain that you're using the correct account?

--
----------
Gary L. Chefetz, MVP
MSProjectExperts
Project Server Consulting: http://www.msprojectexperts.com
Project Server Training: http://www.projectservertraining.com
Project Server FAQS: http://www.projectserverexperts.com
Project Server Help Blog: http://www.projectserverhelp.com


David said:
I am trying to integrate project server with an existing MOSS2007 server
installation.

However although it says it has provisoned the PWA site succesfully I
cannot
access it. I have turned off the custom errors and get the following stack
trace

[IOException: Authentication failed because the remote party has closed
the
transport stream.]
System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32
readBytes, AsyncProtocolRequest asyncRequest) +7009301
System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer,
AsyncProtocolRequest asyncRequest) +123
System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst,
Byte[] buffer, AsyncProtocolRequest asyncRequest) +7184357
System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult
lazyResult) +217
System.Threading.ExecutionContext.runTryCode(Object userData) +376

System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode
code, CleanupCode backoutCode, Object userData) +0
System.Threading.ExecutionContext.Run(ExecutionContext executionContext,
ContextCallback callback, Object state) +98
System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) +1134
System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) +88
System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
+20
System.Net.ConnectStream.WriteHeaders(Boolean async) +360

[WebException: The underlying connection was closed: An unexpected error
occurred on a send.]
Microsoft.Office.Project.PWA.PJContext.AuthenticateUserForPWA(Boolean
validateUser, String username, Boolean checkTimebomb) +4052
Microsoft.Office.Project.PWA.PJContext.AuthenticateUserForPWA(Boolean
newCookie) +2166
Microsoft.Office.Project.PWA.PJContext.GetContext(Boolean
isWebServiceCall, Boolean newCookie, Guid siteId, Nullable`1 zone) +616
Microsoft.Office.Project.PWA.PJBaseWebPartPage..ctor() +403
ASP.DEFAULT_ASPX__196255328..ctor() +18

__ASP.FastObjectFactory_app_web_default_aspx__196255328_c_orlpjz.Create_ASP_DEFAULT_ASPX__196255328()
+31

System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath
virtualPath, Type requiredBaseType, HttpContext context, Boolean
allowCrossApp, Boolean noAssert) +138
System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context,
String requestType, VirtualPath virtualPath, String physicalPath) +50
System.Web.HttpApplication.MapHttpHandler(HttpContext context, String
requestType, VirtualPath path, String pathTranslated, Boolean
useAppConfig)
+503

System.Web.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
+142
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously) +263

The strange thing is that I can access the administration pages for the
provisoned site just not the home page.

If anyone could point me in the right direction it would be much
appreciated
 
D

David

Hi Gary

Thanks for the reply but I have found out what it was. It did not like the
self signed certificates that Sharepoint created on the Shared Service
Provider web service normally if this is an issue sharepoint search cannot be
configured properly but I had no problems with this so did not consider. I
must admit to being totally confused that I could access the sharepoint admin
pages for the site but not the default page.

Anyway I replaced the self signed one with one from my windows CA and it is
now all working.

Gary L. Chefetz said:
David:

There is only one account that can access a new PWA site after creating it
and that is the account that you specified during the provisioning process.
Are you certain that you're using the correct account?

--
----------
Gary L. Chefetz, MVP
MSProjectExperts
Project Server Consulting: http://www.msprojectexperts.com
Project Server Training: http://www.projectservertraining.com
Project Server FAQS: http://www.projectserverexperts.com
Project Server Help Blog: http://www.projectserverhelp.com


David said:
I am trying to integrate project server with an existing MOSS2007 server
installation.

However although it says it has provisoned the PWA site succesfully I
cannot
access it. I have turned off the custom errors and get the following stack
trace

[IOException: Authentication failed because the remote party has closed
the
transport stream.]
System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32
readBytes, AsyncProtocolRequest asyncRequest) +7009301
System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer,
AsyncProtocolRequest asyncRequest) +123
System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst,
Byte[] buffer, AsyncProtocolRequest asyncRequest) +7184357
System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult
lazyResult) +217
System.Threading.ExecutionContext.runTryCode(Object userData) +376

System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode
code, CleanupCode backoutCode, Object userData) +0
System.Threading.ExecutionContext.Run(ExecutionContext executionContext,
ContextCallback callback, Object state) +98
System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) +1134
System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) +88
System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
+20
System.Net.ConnectStream.WriteHeaders(Boolean async) +360

[WebException: The underlying connection was closed: An unexpected error
occurred on a send.]
Microsoft.Office.Project.PWA.PJContext.AuthenticateUserForPWA(Boolean
validateUser, String username, Boolean checkTimebomb) +4052
Microsoft.Office.Project.PWA.PJContext.AuthenticateUserForPWA(Boolean
newCookie) +2166
Microsoft.Office.Project.PWA.PJContext.GetContext(Boolean
isWebServiceCall, Boolean newCookie, Guid siteId, Nullable`1 zone) +616
Microsoft.Office.Project.PWA.PJBaseWebPartPage..ctor() +403
ASP.DEFAULT_ASPX__196255328..ctor() +18

__ASP.FastObjectFactory_app_web_default_aspx__196255328_c_orlpjz.Create_ASP_DEFAULT_ASPX__196255328()
+31

System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath
virtualPath, Type requiredBaseType, HttpContext context, Boolean
allowCrossApp, Boolean noAssert) +138
System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context,
String requestType, VirtualPath virtualPath, String physicalPath) +50
System.Web.HttpApplication.MapHttpHandler(HttpContext context, String
requestType, VirtualPath path, String pathTranslated, Boolean
useAppConfig)
+503

System.Web.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
+142
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously) +263

The strange thing is that I can access the administration pages for the
provisoned site just not the home page.

If anyone could point me in the right direction it would be much
appreciated
 

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