Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 32354 invoked from network); 24 Nov 2008 16:32:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Nov 2008 16:32:53 -0000 Received: (qmail 83411 invoked by uid 500); 24 Nov 2008 16:33:01 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 83370 invoked by uid 500); 24 Nov 2008 16:33:01 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 83359 invoked by uid 99); 24 Nov 2008 16:33:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Nov 2008 08:33:01 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [83.97.50.139] (HELO jan.prima.de) (83.97.50.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Nov 2008 16:31:35 +0000 Received: from [10.0.1.197] (c-24-7-25-169.hsd1.ca.comcast.net [::ffff:24.7.25.169]) (AUTH: LOGIN jan, SSL: TLSv1/SSLv3,128bits,AES128-SHA) by jan.prima.de with esmtp; Mon, 24 Nov 2008 16:26:16 +0000 Message-Id: <2B46E304-8089-425E-B0FE-6349B1F6E15C@apache.org> From: Jan Lehnardt To: "couchdb-user@incubator.apache.org" In-Reply-To: <66ad6fbc0811220750s7f555bf2xc0ef9a2257cb3278@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Mailer: iPhone Mail (5F136) Mime-Version: 1.0 (iPhone Mail 5F136) Subject: Re: Cannot access _utils Date: Mon, 24 Nov 2008 08:25:30 -0800 References: <66ad6fbc0811220750s7f555bf2xc0ef9a2257cb3278@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Can you paste the trace that happens with trunk? And can you try building Erlang by hand? I've never seen this error. Cheers Jan -- On 22.11.2008, at 07:50, "Kridsada Thanabulpong" wrote: > Hello, > > I'm trying to play around with CouchDB, but I can't access the web > management interface for some reason, although I can access the HTTP > API, creating new database, adding new documents, visit _replicate, > just not being able to access the web management interface. I've > installed everything from MacPorts and is using Erlang R12B-5. I've > also tried building from trunk, but the problem still remains. > > Here's the errors: > >> % erl >> Erlang (BEAM) emulator version 5.6.5 [source] [async-threads:0] >> [kernel-poll:false] >> >> % sudo -u couchdb couchdb >> Apache CouchDB 0.8.1-incubating (LogLevel=debug) >> Apache CouchDB is starting. >> >> Apache CouchDB has started. Time to relax. >> [debug] [<0.1.0>] Config Info /opt/local/etc/couchdb/couch.ini: >> CurrentWorkingDir=/Users/sirn >> DbRootDir=/opt/local/var/lib/couchdb >> BindAddress="127.0.0.1" >> Port="5984" >> DocumentRoot=/opt/local/share/couchdb/www >> LogFile=/opt/local/var/log/couchdb/couch.log >> UtilDriverDir=/opt/local/lib/couchdb/erlang/lib/couch-0.8.1- >> incubating/priv/lib >> DbUpdateNotificationProcesses= >> FullTextSearchQueryServer= >> javascript=/opt/local/bin/couchjs /opt/local/share/couchdb/ >> server/main.js >> >> [debug] [<0.52.0>] GET /_utils/ {1,1} >> Headers: [{'Accept',"text/html, application/xml;q=0.9, application/ >> xhtml+xml, image/png, image/jpeg, image/gif, image/x-xbitmap, */ >> *;q=0.1"}, >> {'Accept-Charset',"iso-8859-1, utf-8, utf-16, *;q=0.1"}, >> {'Accept-Encoding',"deflate, gzip, x-gzip, identity, >> *;q=0"}, >> {'Accept-Language',"en,ja;q=0.9,th;q=0.8,ko;q=0.7"}, >> {'Cache-Control',"no-cache"}, >> {'Connection',"Keep-Alive, TE"}, >> {'Host',"127.0.0.1:5984"}, >> {"Te","deflate, gzip, chunked, identity, trailers"}, >> {'User-Agent',"Opera/9.62 (Macintosh; PPC Mac OS X; U; en) >> Presto/2.1.1"}] >> [info] [<0.52.0>] HTTP Error (code 500): {'EXIT', >> {badarg, >> [{erlang,universaltime_to_localtime, >> [{{1969,12,31},{23,59,59}}]}, >> >> {calendar,local_time_to_universal_time_dst,1}, >> {httpd_util,rfc1123_date,1}, >> {mochiweb_request,serve_file,4}, >> {couch_httpd,handle_request0,4}, >> {couch_httpd,handle_request,2}, >> {mochiweb_http,headers,4}, >> {proc_lib,init_p_do_apply,3}]}} >> [info] [<0.52.0>] 127.0.0.1 - - "GET /_utils/" 500 > > I've also tried visiting /_utils using Safari, Firefox and curl but > the problem still remains. The error report from development build is > similar. Is there any way to fix this? > > Thanks >