문제

Sharepoint 2010 RTM

In central admin - I attempt to create a new App (IIS website) the pop up screen accepts my input and goes to work, but eventually it times out and displays a message that Internet explorer can't display the page.

The IIS site is created on the primary Sharepoint 2010 box, but the secondary WFE (web front end) does not get it's site created.

I've looked at the windows event logs and the 14 hive logs and nothing has struck out.

Any thoughts on what to check next?

Is there a timer job that does the creation of sites on the other boxes?

도움이 되었습니까?

해결책

There is a strong possibility that the application pool for central admin timed out before the application was created on the second node. To fix this:

Delete the web application that did not provision on all WFE's On the server hosting Central Admin, open IIS manager. In the tree view, expand the server name and click on Application Pools. Locate the SharePoint Central Administration v4 application pool. Right click on it and choose Advanced Settings. In the Process Model section, set the Shutdown Time Limit to a greater value (default is 90 which is often to little). Set it to 150 and try again Recycle the app pool

(try to allocate more resources if possible so it doesn't happen in the future)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top