简体   繁体   English

应用Windows 10 Creators Update后,CouchDB无法启动

[英]CouchDB fails to start after applying Windows 10 Creators Update

I'm running CouchDB 2.0 on Windows for development purposes. 我在Windows上运行CouchDB 2.0用于开发目的。 After applying the Windows 10 Creators Update, the CouchDB service doesn't start anymore. 应用Windows 10 Creators Update后,CouchDB服务不再启动。 When I try to start it manually, I get a generic "unable to start service" error message. 当我尝试手动启动它时,我得到一个通用的“无法启动服务”错误消息。

CouchDB 2.0 on Windows uses the Non-Sucking Service Manager (NSSM) to run itself as service. Windows上的CouchDB 2.0使用非吸吮服务管理器(NSSM)将其自身作为服务运行。 Apparently, NSSM has problems after the creators update has been applied: 显然,NSSM在应用创建者更新后出现问题:

2017-04-26: Users of Windows 10 Creators Update should use prelease build 2.2.4-101 to avoid an issue with services failing to start. 2017-04-26:Windows 10 Creators Update的用户应使用prelease build 2.2.4-101来避免服务无法启动的问题。

Thus, the problem can be fixed by using the mentioned build of NSSM: 因此,可以通过使用上面提到的NSSM构建来解决问题:

  1. Download the pre-release build 2.2.4-101 from https://nssm.cc/download https://nssm.cc/download下载预发布版本2.2.4-101
  2. Stop the CouchDB service through the Windows Services dialog (paused is not enough) 通过Windows服务对话框停止CouchDB服务(暂停是不够的)
  3. Overwrite nssm.exe in <CouchDbInstallDir>\\bin with the one from the downloaded ZIP file (make sure you pick the right version 32 bit / 64 bit) 覆盖nssm.exe<CouchDbInstallDir>\\bin从下载的ZIP文件中的一个(确保你选择正确的版本,32位/ 64位)
  4. Start the CouchDB service 启动CouchDB服务

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Delphi 10.1 - Windows 10创建者更新后的日期时间选择器问题 - Delphi 10.1 - problems with Datetime picker after Creators Update of Windows 10 Windows 10 Creators 更新中的 python 符号链接 - python symlink in windows 10 creators update Windows 10 Creators Update更改PropertyGrid控件的样式 - Windows 10 Creators Update changes the style of PropertyGrid control Windows 10更新后,与SQL Server的连接失败 - Connection to SQL Server fails after Windows 10 update Windows 10更新后无法启动MySql 5.7服务 - MySql 5.7 Service not start after Windows 10 update 如何从Windows 10 Creators Update上运行的WPF应用程序注册BLE通知? - How to register for BLE notifcations from a WPF app running on Windows 10 Creators Update? Toast通知无法在Windows下创建者更新 - Toast notification not working on Windows fall creators update Windows Creator版本更新后,QHD / 4K屏幕上的ExtTextOutW x50性能下降 - ExtTextOutW x50 performance drop on QHD/4K screens after Windows Creators edition update 使用Windows 10 Creators Update,.NET 4.7或KB4034658在平板电脑上未触发WPF .NET应用程序崩溃,ComboBox和Menu事件 - WPF .NET app crashes, ComboBox and Menu events not fired on Tablets with Windows 10 Creators Update, .NET 4.7 or KB4034658 睡眠后 DNS 查找失败 - Windows 10 - DNS lookup fails after sleep - Windows 10
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM