Couchdb failing test suite on Linux
        Posted  
        
            by 
                user52674
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by user52674
        
        
        
        Published on 2010-08-28T06:11:45Z
        Indexed on 
            2011/01/04
            14:55 UTC
        
        
        Read the original article
        Hit count: 246
        
Hi
I've been trying to install CouchDB on my webfusion virtual server. I followed the latest instructions from the webfusion forum (see: http://forum.webfaction.com/viewtopic.php?id=2355 ) and it runs (just) Futon is very sluggish and I get 502 errors. Anyway when I run the test suite it fails on multiple tests. Webfaction support have been great but don't have erlang experience to interpret the error logs. Can anyone help me know what might be wrong?
Test suite result: basics, all_docs, attachments, attachments_multipart, attachment_names, compact, config, conflicts, delayed_commits, design_docs, design_options
all the errors are:
Exception raised: {"error":"unknown","reason":"\u000d\u000a502 Bad Gateway\u000d\u000a\u000d\u000a<\h1>502 Bad Gateway\u000d\u000a
nginx\u000d\u000a\u000d\u000a\u000d\u000a"} except for 'compact; which also has:
Assertion failed: xhr.responseText == "This is a base64 encoded text" Assertion failed: xhr.getResponseHeader("Content-Type") == "text/plain"
I'm stumped.
Anybody know what these indicate?
AL
© Server Fault or respective owner