Link to home
Start Free TrialLog in
Avatar of AJola
AJola

asked on

When I'm creating the Project Web App, I am receiving an error. I checked the Applications Event Log and received the following output:

When I'm creating the Project Web App, I am receiving an error. I checked the Applications Event Log and received the following output:

Failed to provision site OLAPWA with error: System.ServiceModel.ServerTooBusyException: The HTTP service located at http://olaproject:32843/7dd55ae0a7d8487fb4862dc4e00b4963/PSI/psiserviceapp.svc is unavailable.  This could be because the service is too busy or because no endpoint was found listening at the specified address. Please ensure that the address is correct and try accessing the service again later. ---> System.Net.WebException: The remote server returned an error: (503) Server Unavailable.
   at System.Net.HttpWebRequest.GetResponse()
   at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
   --- End of inner exception stack trace ---

Server stack trace:
   at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason)
   at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
   at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
   at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
   at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)

Exception rethrown at [0]:
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
   at Microsoft.Office.Project.Server.Administration.IPsiServiceApplication.GetServiceApplicationName()
   at Microsoft.Office.Project.Server.Administration.PsiServiceApplicationProxy.<>c__DisplayClass4.<GetServiceApplicationName>b__3(IPsiServiceApplication channel)
   at Microsoft.Office.Project.Server.Administration.PsiServiceApplicationProxy.ExecuteOnChannel(String operationName, CodeBlock codeBlock)
   at Microsoft.Office.Project.Server.Administration.PsiServiceApplicationProxy.GetServiceApplicationName()
   at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.GetServiceApplicationAndProxyByWebApplication(SPWebApplication webApp, PsiServiceApplication& serviceApplication, PsiServiceApplicationProxy& serviceAppProxy)
   at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.GetServiceAppByWebApp(SPWebApplication webapp)
   at Microsoft.Office.Project.Server.Administration.ProvisionFeatureEventHandler.FeatureActivated(SPFeatureReceiverProperties properties)
   at Microsoft.SharePoint.SPFeature.DoActivationCallout(Boolean fActivate, Boolean fForce)
   at Microsoft.SharePoint.SPFeature.Activate(SPSite siteParent, SPWeb webParent, SPFeaturePropertyCollection props, SPFeatureActivateFlags activateFlags, Boolean fForce)
   at Microsoft.SharePoint.SPFeatureCollection.AddInternal(SPFeatureDefinition featdef, Version version, SPFeaturePropertyCollection properties, SPFeatureActivateFlags activateFlags, Boolean force, Boolean fMarkOnly)
   at Microsoft.SharePoint.SPFeatureCollection.AddInternalWithName(Guid featureId, Int32 compatibilityLevel, String featureName, Version version, SPFeaturePropertyCollection properties, SPFeatureActivateFlags activateFlags, Boolean force, Boolean fMarkOnly, SPFeatureDefinitionScope featdefScope)
   at Microsoft.SharePoint.SPFeatureCollection.AddInternal(Guid featureId, Version version, SPFeaturePropertyCollection properties, Boolean force, Boolean fMarkOnly, SPFeatureDefinitionScope featdefScope)
   at Microsoft.SharePoint.SPFeatureCollection.Add(Guid featureId)
   at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.EnsureProvisioningFeature(SPSite site)

I don't really understand what this error is. I'm wondering if that port (32483) is incorrect.
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

From what application are you trying to make the web project? Sharepoint (what version), Visual Studio (which version)
Avatar of AJola
AJola

ASKER

hi I'm running sql server 2012, Sharepoint 2013 and Project server 2013
ASKER CERTIFIED SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial