Solving SharePoint Server 2010 - 503. The service is unavailable, After installation

Installed: SharePoint Server 2010 for Internet Enterprise Beta (x64) On: Windows Server 2008 Standard (x64) on 64 bit hardware

Attempts to access the Central Administration console led to IIS returning 503. The service is unavailable

And this error was found in the Application log

The Module DLL ‘C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\isapi\owssvr.dll‘ could not be loaded due to a configuration problem. The current configuration only supports loading images built for a x86 processor architecture.

After much ado, the solution turned out to be:

1) Ensure that the enable32BitAppOnWin64 seeting for the "SharePoint Central Administration" app pool is set to False, and the same for the "SharePoint Web Services Root" app pool

2) Edit applicationHost.config:

Change:

  <globalModules>
 ...
 ...
 <add name="SharePoint14Module" image="C:\Program Files\Common
 Files\Microsoft Shared\Web Server
 Extensions\14\isapi\owssvr.dll"
 preCondition="appPoolName=SharePoint
 Central Administration v4" />
 </globalModules>

To:

    <add name="SharePoint14Module" image="C:\Program Files\Common Files\Microsoft
 Shared\Web Server Extensions\14\isapi\owssvr.dll" preCondition=
"appPoolName=SharePoint Central Administration v4,bitness64" />

I hope this helps somebody :-)

bitness64 being the magic word here

时间: 2024-12-25 11:31:35

Solving SharePoint Server 2010 - 503. The service is unavailable, After installation的相关文章

【转】在SharePoint Server 2010中更改&ldquo;我的网站&rdquo;

在安装SharePoint Server 2010的时候,创建的第一个站点是一个"NetBIOS名称"的网站,而这个时候,"我的网站"(或称"个人网站"),也是基于此NetBIOS名称的,例如,如果你的计算机名称是SP2010,则创建的SharePoint网站是http://sp2010,而"我的网站"则是"http://sp2010/my",如果用防火墙(例如ISA Server)将此网站发布到Inter

SharePoint Server 2010的安装

环境概述:环境中有三台安装windows server 2008R2的服务器,一台是DC域控制器,一台是安装了SQL Sserver 2008R2的服务器server01-SQL,一台是准备安装Sharepoint server的服务器 Server02-SP 1.为服务器更改名称并把它加入到域中,如图,点确定,输入用户名和密码,成功加入到域后重启计算机 安装.net framework 功能: 2.打开服务器管理器,点击添加功能 3.选择.net framework 3.5.1功能,在跳出的窗

SharePoint Server 2010 删除Web应用程序

SharePoint Server 2010 删除Web应用程序 之前因为测试,在SharePoint服务器上创建了很多Web应用程序(我在本机Win7系统上安装的SharePoint Server),现在需要将部分不重要的Web应用程序删除掉. 在管理中心--管理Web应用程序--选中特定Web应用程序. 点击删除.管理中心弹出框显示: 关于这些选项可能会产生的后果,我还不太熟悉.所以在网络上找了一些相关描述. 微软官方的描述是这样的: 当您删除 Web 应用程序时,您可以选择删除内容数据库和

SharePoint Server 2010 删除Web应用

SharePoint Server 2010 删除Web应用 因为之前的测试.在SharePointserver创建于非常多Web应用(我是在本机Win7系统上安装的SharePoint Server),如今须要将部分不重要的Web应用程序删除掉. 在管理中心--管理Web应用程序--选中特定Web应用程序. 点击删除. 管理中心弹出框显示: 关于这些选项可能会产生的后果.我还不太熟悉. 所以在网络上找了一些相关描写叙述. 微软官方的描写叙述是这种: 当您删除 Web 应用程序时.您能够选择删除

SharePoint Server 2010的移动设备配置方案

随着微软全新一代办公系统Office 2010 的推出,其所支持的移动方案也日渐受到人们的关注,而这些移动功能则是依赖于 SharePoint 2010 的移动性支持.下面就将大家介绍如何设置 SharePoint 服务器环境,以便您可以利用移动访问功能. 微软 SharePoint 2010 支持使用功能手机访问 SharePoint 2010 上的文档.列表和日历,执行人员和文档搜索以及接收有关 SharePoint 内容的短信通知. 利用 Microsoft SharePoint Work

SharePoint2010 HTTP Error 503. The service is unavailable 解决方法

1.更改系统管理员用户密码前提 因为更改系管理员用户密码会影响到 "SharePoint2010"正常运行,所在尽量不要更改系统管理员用户的密码, 必须更改密码的话,需要注意以两点:  1.1系统密码设置要求: 密码必须包含: 1)大写英文字母A-Z. 2)小写字母a-z. 3)数字0-9.非字母字符(!, $, #, %) 4)尽量不要使用 "-._". 1.2.IIS管理器应用程序池: 在应用池中的程序是关联着"系统域管理员用户"密码,又因应

调用具体webservice方法时时报错误:请求因 HTTP 状态 503 失败: Service Temporarily Unavailable

添加web引用会在相应项目的app.cofig文件中产生如下代码: <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >            <section n

HTTP Error 503. The service is unavailable

今天发布了MVC4网站,设置好IIS后老是提示"HTTP Error 503. The service is unavailable", 网上找了好多资料都不行,最后改变一下应用池的ID就可以了.

出现 HTTP Error 503. The service is unavailable 错误

今天修改一些配置后重启了IIS,兴高采烈的按下了回车.duang一下,HTTP Error 503. The service is unavailable,蹦出这行字,网站挂了. 没动别的竟然这样了.百度都是说的相关配置方面问题,但我没有动过那些配置.找啊找啊找,突然看到一位网友说,应用池是不是关闭了,马上点开一看,真就是这个原因.自己用的IIS不多,怪自己这些细节没有注意到.