Heya Sho,
it's still confusing me that you keep getting those errors.
This one looks again a lot like your couchjs installation
is hosed. Maybe it got linked against a too old version
of libjs, or the linked shared library is not in the library
search path or so?
Can you see if
http://wiki.apache.org/couchdb/Troubleshooting
gets you any more infos?
Cheers
Jan
--
On May 1, 2008, at 10:03, Sho Fukamachi wrote:
Hi all,
I am getting errors running the test suite after a seemingly
successful installation on RHEL4.
The errors occur in almost all tests, and the result usually looks
something like this:
Exception raised:{"error":"error","reason":"{{nocatch,
{map_process_error,{exit_status,127}}},\n
[{couch_query_servers,readline,2},\n {couch_query_servers,read_json,
1},\n {couch_query_servers,start_doc_map,2},\n
{couch_view,view_compute,2},\n {couch_view,update_group,1},\n
{couch_view,temp_update_loop,2}]}","line":106,"sourceURL":"http://testserver.net:5984/_utils/script/couch.js
"}
In the console log it looks like this:
info] [<0.1695.0>] 123.456.789.123 - - "GET /test_suite_db/
_all_docs" 200
[info] [<0.1706.0>] Spawning new text/javascript instance.
/usr/local/lib/couchdb/bin/couchjs: symbol lookup error: /usr/local/
lib/couchdb/bin/couchjs: undefined symbol: js_fgets
[error] [emulator] Error in process <0.1706.0> with exit value:
{{nocatch,{map_process_error,{exit_status,127}}},
[{couch_query_servers,readline,2},{couch_query_servers,read_json,1},
{couch_query_servers,start_doc_map,2},{couch_view,view_compute,2},
{couch_view,update_group,1},{couch_view...
=ERROR REPORT==== 1-May-2008::07:52:53 ===
Error in process <0.1706.0> with exit value: {{nocatch,
{map_process_error,{exit_status,127}}},
[{couch_query_servers,readline,2},{couch_query_servers,read_json,1},
{couch_query_servers,start_doc_map,2},{couch_view,view_compute,2},
{couch_view,update_group,1},{couch_view...
[info] [<0.1695.0>] HTTP Error (code 500): {{nocatch,
{map_process_error,{exit_status,127}}},
[{couch_query_servers,readline,2},
{couch_query_servers,read_json,1},
{couch_query_servers,start_doc_map,2},
{couch_view,view_compute,2},
{couch_view,update_group,1},
{couch_view,temp_update_loop,2}]}
[info] [<0.1695.0>] 123.456.789.123 - - "POST /test_suite_db/
_temp_view" 500
Any clues? I had many problems installing before but this is a clean
install following the most recent CentOS4 instructions by Dennis
Sacks (subject "building couch from svn") and my own (subject "can't
install on RHEL4 anymore"). I can post full installation steps if it
helps.
thanks,
Sho