且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Windows无法在本地计算机上启动Apache CouchDB服务

更新时间:2021-10-10 22:24:38

我认为您的问题与 https://***.com/a/44107335/219187 ,因为您使用的是Windows 7,并且其中描述的问题适用于Windows 10的创建者更新.

I don't think your question is a duplicate of https://***.com/a/44107335/219187 because you are on Windows 7, and the problem described there is for Windows 10 with the creators update.

但是也许该解决方案还可以解决您的问题?步骤如下:

But maybe the solution fixes your problem as well? Here is the procedure:

  1. https://nssm.cc/download 下载prelease版本2.2.4-101
  2. 通过"Windows服务"对话框停止CouchDB服务(仅暂停是不够的)
  3. 用下载的ZIP文件中的一个覆盖<CouchDbInstallDir>\bin中的nssm.exe(确保选择正确的版本32位/64位)
  4. 启动CouchDB服务
  1. Download the prelease build 2.2.4-101 from https://nssm.cc/download
  2. Stop the CouchDB service through the Windows Services dialog (paused is not enough)
  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)
  4. Start the CouchDB service