MOSS2007 and MSOPS2007 PWA errors

S

Scottdotnot

Hello,

This one is killing us. We've hds a call into PSS for over 2 weeks logged
about 25 hours of time on the phone and still no solution. After many many
reinstalls and talking to sharepoint people, then project people no matter
what we try we get the same problem.

The install goes fine, the PWA gets provisioned but when you try to open the
PWA site you get a sharepoint web page back that reads: “An unexpected error
has occurred.†There are 2 entries in the event log created from Office
Sharepoint Server, category Office Server General, Event Id 7888.


A runtime exception was detected. Details follow.
Message: The request failed with HTTP status 503: Service Unavailable.

Techinal Details:
System.Net.WebException: The request failed with HTTP status 503: Service
Unavailable.
at
Microsoft.Office.Project.Server.PSIAuth.Authentication.GetUserByName(Boolean
isProjUser, String username)
at Microsoft.Office.Project.PWA.PJContext.AuthenticateUserForPWA(Boolean
validateUser, String username, Boolean checkTimebomb)

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.


A runtime exception was detected. Details follow.
Message: The request failed with HTTP status 503: Service Unavailable.

Techinal Details:
System.Net.WebException: The request failed with HTTP status 503: Service
Unavailable.
at
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)
at
Microsoft.Office.Project.Server.PSIAuth.Authentication.GetUserByName(Boolean
isProjUser, String username)

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.



This happens on standalone install, or using a separate sql server. I’ve
reproduced the error on a second server. If I install Project Server first
with just WSS 3.0 it works I can get into the PWA site, but as soon as I
install MOSS the same error comes back.

The ticket is still open, so I’ll let post back if they can actually find
the problem – but I just thought it might be good to post something, and see
if the community has ran across this.
 
S

Scottdotnot

The problem was the proxy setting in the web.config file. It was set to
true, when I set it to false all was well.


<defaultProxy>
<proxy autoDetect="false" />
</defaultProxy>
 

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