【问题标题】:CouchDB fails to start after applying Windows 10 Creators Update应用 Windows 10 Creators Update 后 CouchDB 无法启动
【发布时间】:2017-10-21 18:50:11
【问题描述】:

出于开发目的,我在 Windows 上运行 CouchDB 2.0。应用 Windows 10 Creators Update 后,CouchDB 服务不再启动。当我尝试手动启动它时,我收到一条通用的“无法启动服务”错误消息。

【问题讨论】:

    标签: windows service windows-10 couchdb


    【解决方案1】:

    Windows 上的 CouchDB 2.0 使用 Non-Sucking Service Manager (NSSM) 将自身作为服务运行。显然,在应用创建者更新后,NSSM 出现了问题:

    2017-04-26:Windows 10 Creators Update 的用户应使用 prelease build 2.2.4-101 以避免服务无法启动的问题。

    因此,可以通过使用提到的 NSSM 构建来解决问题:

    1. https://nssm.cc/download下载预发布版本2.2.4-101
    2. 通过 Windows 服务对话框停止 CouchDB 服务(暂停是不够的)
    3. 用下载的 ZIP 文件中的覆盖 <CouchDbInstallDir>\bin 中的 nssm.exe(确保选择正确的 32 位/64 位版本)
    4. 启动 CouchDB 服务

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-12-21
      • 2017-09-27
      • 1970-01-01
      • 2017-09-22
      • 1970-01-01
      相关资源
      最近更新 更多