On 12 March 2013 00:53, Mike West <m...@data.io> wrote: > -1 Windows 2012 Server
Thanks Mike! Eugh. Exactly flavour? core etc? I'll need to install it for the first time ever, so details on exactly what I need here will help *lots*. > Verify Installation (latest Firefox): > X: CouchError: shutdown > > Tests: > first test does not complete > > [need help to investigate further] find local.ini, change it to: [log] level = debug restart couch (or relaunch). friendpaste the resulting couch.log somewhere. check in event view for any drwatson type errors. open up a terminal and see if couchjs.exe runs as a binary. ditto for werl.exe or erl.exe and then try `application:start(crypto), crypto:md5_init().` in the shell. It should spurt out something like or die horribly. Eshell V5.8.5 (abort with ^G) 1> application:start(crypto), crypto:md5_init(). <<1,35,69,103,137,171,205,239,254,220,186,152,118,84,50, 16,0,0,0,0,0,0,0,0,0,0,0,0,0,...>> 2> q(). A+ Dave