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

最新文章

  1. JAVA实现AES 解密报错Input length must be multiple of 16 when decrypting with padded cipher
  2. Oracle补习班第七天
  3. iOS并发编程指南之同步
  4. Linux系统下安装MongoDB 指南
  5. 使用系统UITabbarItem自定义图片显示原本颜色和自定义文字颜色
  6. boost 相关
  7. 利用SOLR搭建企业搜索平台 之——solr的查询语法
  8. Path类型的扩展方法 z
  9. [原]容器学习(一):动手模拟spring的IoC
  10. MyBatis的类型自定义映射
  11. 【原创】大数据基础之Oozie(3)Oozie从4.3升级到5.0
  12. 软件目录结构规范(以python为例)
  13. 201772020113李清华《面向对象程序设计(java)》第十周学习总结
  14. oracle监听器初识-配置多SERVICE_NAMES
  15. 洛谷 P2774 方格取数问题 解题报告
  16. Linux 网络协议栈 图解
  17. Oracle Net Manager 服务命名配置以及用PL/SQL 登陆数据库
  18. 利用GetType反射方法再调用方法进行传递参数实现调用
  19. Git学习-->GitLab如何修改时区?
  20. shell (check return of each line)(PIPESTATUS[@])and sudoer

热门文章

  1. linux 静态库文件
  2. 编程中检查IIS7组件的安装情况
  3. 显式等待大结局___封装成API方便控制层调用
  4. poj3190 Stall Reservations (贪心+优先队列)
  5. MySQL 二进制文件恢复
  6. NLP-Progress记录NLP最新数据集、论文和代码: 助你紧跟NLP前沿
  7. linux操作系统4 软件包管理
  8. 进程池----Pool(老的方式)----回调
  9. msq_table&#39;s methods
  10. eclipse模板