简体   繁体   English

CouchDB在Windows 2008 R2 Standard上崩溃,并出现os_mon错误

[英]CouchDB crashes on Windows 2008 R2 Standard with os_mon error

I am trying to install CouchDB on a Windows 2008 R2 standard version server and it starts the couchdb service running but I am unable to access the couchdb url. 我正在尝试在Windows 2008 R2标准版本服务器上安装CouchDB,并且它启动运行的长沙发服务,但是我无法访问长沙发网址。 And below is the error: 下面是错误:

Erlang R15B (erts—5.9) [source] [smp:16:16] [async—threads:0]

Eshell V5.9 (abort with ^G)
1} ("init terminating in do_boot",{{badmatch,(error,{{app_would_not_start,os_mon
}, couch_app.start,[normal,["../etc/couchdb/default.ini","../etc/couchdb/local.i
ni"]]}}}},[{couch,start,0,[{file,"d:/relax/couchdb/src/couchdb/couch.erl"},{line
,18}]},{init,start_it,1,[{file,"init.erl"},{1ine,1041}]},{init,start_em,1,[{fi1e
,"init.erl"},{line.1022}]}]}}

Crash dump was written to: er]_crash.dump
init terminating in do_boot {}

Abnormal termination

When tried on Windows 7 the same installer works fine. 在Windows 7上尝试使用相同的安装程序时,效果很好。 Please help on how to fix the issue as it has to run on the Windows 2008 R2 Standard server machine. 请帮助解决该问题,因为它必须在Windows 2008 R2 Standard服务器计算机上运行。

First thing to check is if CouchDB starts from a command prompt, without running the service. 首先要检查的是CouchDB是否从命令提示符启动,而不运行服务。 The installer leaves an icon on the start menu for this, or you can try c:\\couchdb\\bin\\couchdb.bat as well. 为此,安装程序会在开始菜单上留下一个图标,或者您也可以尝试c:\\ couchdb \\ bin \\ couchdb.bat。 I recommend installing to a filename without spaces just to ensure Windows is happy. 我建议安装到没有空格的文件名,只是为了确保Windows满意。

BTW you don't say what version/release of CouchDB this is, nor where you got it; 顺便说一句,您没有说这是CouchDB的哪个版本/发行版,也不知道它从哪里得到的; R15B is not included in the recent official builds. R15B不包括在最新的官方版本中。 I'd recommend the latest official release from http://couchdb.apache.org/#downloads which uses R16B02 and seeing how you get on. 我建议使用http://couchdb.apache.org/#downloads中的最新官方发行版,它使用R16B02并了解您的工作情况。

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

相关问题 Django Apache 错误:没有名为“编码”的模块。 Windows 服务器 2008 R2 标准 - Django Apache error: No module named 'encodings'. Windows server 2008 R2 Standard 在Windows 2008 R2 Standard上使用Java ProcessBuilder的奇怪问题 - Strange issue with using Java ProcessBuilder on Windows 2008 R2 Standard 无法在Windows Server 2008 R2标准上运行windbg - Cannot run windbg on windows server 2008 R2 standard 从MAC OS X到Windows Server 2008 R2的RDP许可错误 - RDP from MAC OS X to Windows Server 2008 R2 License Error Windows Server 2008 R2服务错误1053 - Windows server 2008 R2 Service error 1053 Windows Server 2008 R2的Chef Bootsrapping SSL错误 - Chef Bootsrapping SSL error for Windows Server 2008 R2 Windows 2012 Server R2标准应用程序上的控制台应用程序错误 - Console Application Error on Windows 2012 server R2 standard application Windows应用程序由于CLR.dll而崩溃-Windows 2008 R2 Server - Windows Application crashes due to CLR.dll - Windows 2008 R2 Server EvtQuery错误ERROR_INVALID_PARAMETER Windows 2008在Windows 2008 R2上运行 - EvtQuery error ERROR_INVALID_PARAMETER Windows 2008 works on windows 2008 r2 Windows 2008 R2 Standard计划的任务停止工作-上次运行结果0x2 - Windows 2008 R2 Standard scheduled task stopped working - Last run result 0x2
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM